Package net.minecraft.state.property
Class BooleanProperty
public class BooleanProperty extends Property<Boolean>
-
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<Boolean>values -
Constructor Summary
Constructors Modifier Constructor Description protectedBooleanProperty(String name) -
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
-
of
-
parse
-
name
-
equals
-
computeHashCode
public int computeHashCode()- Overrides:
computeHashCodein classProperty<Boolean>
-