Package net.minecraft.state.property
-
Class Summary Class Description BooleanProperty Represents a property that has boolean values.DirectionProperty Represents a property that has direction values.EnumProperty<T extends Enum<T> & StringIdentifiable> Represents a property that has enum values.IntProperty Represents a property that has integer values.Properties Contains all block and fluid state properties that Minecraft uses.Property<T extends Comparable<T>> Property.Value<T extends Comparable<T>>