Package net.minecraft.state.property
Class IntProperty
public class IntProperty extends Property<Integer>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.state.property.Property
Property.class_4933<T extends Comparable<T>> -
Field Summary
Fields Modifier and Type Field Description private ImmutableSet<Integer>values -
Constructor Summary
Constructors Modifier Constructor Description protectedIntProperty(String name, int min, int max) -
Method Summary
Methods inherited from class net.minecraft.state.property.Property
getName, getType, hashCode, method_30041, method_30042, method_30043, method_30044, toString
-
Field Details
-
Constructor Details
-
Method Details
-
getValues
-
equals
-
computeHashCode
public int computeHashCode()- Overrides:
computeHashCodein classProperty<Integer>
-
of
-
parse
-
name
-