Class IntProperty

java.lang.Object
org.geysermc.geyser.entity.properties.type.IntProperty
All Implemented Interfaces:
PropertyType

public class IntProperty extends Object implements PropertyType
  • Constructor Details

    • IntProperty

      public IntProperty(String name, int min, int max)
  • Method Details

    • nbtMap

      public org.cloudburstmc.nbt.NbtMap nbtMap()
      Specified by:
      nbtMap in interface PropertyType