Interface GeyserFloatEntityProperty
- All Superinterfaces:
GeyserEntityProperty<Float>
Represents a float-backed entity property with inclusive bounds.
Values associated with this property must be always within the
[min(), max()] bounds.- Since:
- 2.9.0
- See Also:
-
Method Summary
Methods inherited from interface org.geysermc.geyser.api.entity.property.GeyserEntityProperty
defaultValue, identifier
-
Method Details
-
min
float min()- Returns:
- the inclusive lower bound for this property
- Since:
- 2.9.0
-
max
float max()- Returns:
- the inclusive upper bound for this property
- Since:
- 2.9.0
-