public class PLevel extends TypedValuedClass<PLevel.Type,java.lang.Float> implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PLevel.Type |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
value
typeNumber
Constructor and Description |
---|
PLevel(int typeNumber,
float value) |
PLevel(PLevel.Type type,
float value) |
PLevel(PLevel level) |
Modifier and Type | Method and Description |
---|---|
boolean |
isMovement() |
toString
getType
public static final long serialVersionUID
public PLevel(PLevel.Type type, float value)
public PLevel(int typeNumber, float value)
public boolean isMovement()