Interface GeyserFloatEntityProperty

All Superinterfaces:
GeyserEntityProperty<Float>

public interface GeyserFloatEntityProperty extends 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

    Modifier and Type
    Method
    Description
    float
    max()
     
    float
    min()
     

    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