Class IntEntityProperty

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

public class IntEntityProperty extends EntityProperty
Author:
Peng_Lx
  • Constructor Details

    • IntEntityProperty

      public IntEntityProperty(String identifier, int defaultValue, int maxValue, int minValue)
  • Method Details

    • getDefaultValue

      public int getDefaultValue()
    • getMaxValue

      public int getMaxValue()
    • getMinValue

      public int getMinValue()
    • populateTag

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