public class EyeLocationProperty extends AbstractProperty<String,com.flowpowered.math.vector.Vector3d>
Property.Operatoroperator, value| Constructor and Description |
|---|
EyeLocationProperty(com.flowpowered.math.vector.Vector3d value)
Creates a new
EyeLocationProperty based on the provided
position. |
EyeLocationProperty(com.flowpowered.math.vector.Vector3d value,
Property.Operator op)
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Property<?,?> o) |
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toStringpublic EyeLocationProperty(@Nullable com.flowpowered.math.vector.Vector3d value)
EyeLocationProperty based on the provided
position.value - The position valuepublic EyeLocationProperty(@Nullable com.flowpowered.math.vector.Vector3d value, @Nullable Property.Operator op)
value - The position valueop - The comparison operatorpublic int compareTo(Property<?,?> o)