Class FloatEntityProperty

java.lang.Object
cn.nukkit.entity.data.property.EntityProperty
cn.nukkit.entity.data.property.FloatEntityProperty

public class FloatEntityProperty extends EntityProperty
Author:
Peng_Lx
  • Constructor Details

    • FloatEntityProperty

      public FloatEntityProperty(String identifier, float defaultValue, float maxValue, float minValue)
  • Method Details

    • getDefaultValue

      public float getDefaultValue()
    • getMaxValue

      public float getMaxValue()
    • getMinValue

      public float getMinValue()
    • populateTag

      public void populateTag(CompoundTag tag)
      Specified by:
      populateTag in class EntityProperty