Package net.minecraft.state.property
Class BooleanProperty
public class BooleanProperty extends AbstractProperty<Boolean>
- Mappings:
Namespace Name official amkintermediary net/minecraft/class_388named net/minecraft/state/property/BooleanProperty
-
Field Summary
Fields Modifier and Type Field Description private ImmutableSet<Boolean>values -
Constructor Summary
Constructors Modifier Constructor Description protectedBooleanProperty(String id) -
Method Summary
Modifier and Type Method Description Collection<Boolean>getValues()Stringname(Boolean bool)static BooleanPropertyof(String name)
-
Field Details
-
values
- Mappings:
Namespace Name Mixin selector official aLamk;a:Lcom/google/common/collect/ImmutableSet;intermediary field_1540Lnet/minecraft/class_388;field_1540:Lcom/google/common/collect/ImmutableSet;named valuesLnet/minecraft/state/property/BooleanProperty;values:Lcom/google/common/collect/ImmutableSet;
-
-
Constructor Details
-
BooleanProperty
- Mappings:
Namespace Name Mixin selector official <init>Lamk;<init>(Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_388;<init>(Ljava/lang/String;)Vnamed <init>Lnet/minecraft/state/property/BooleanProperty;<init>(Ljava/lang/String;)V
-
-
Method Details
-
getValues
- Mappings:
Namespace Name Mixin selector official cLamo;c()Ljava/util/Collection;intermediary method_1281Lnet/minecraft/class_392;method_1281()Ljava/util/Collection;named getValuesLnet/minecraft/state/property/Property;getValues()Ljava/util/Collection;
-
of
- Mappings:
Namespace Name Mixin selector official aLamk;a(Ljava/lang/String;)Lamk;intermediary method_1267Lnet/minecraft/class_388;method_1267(Ljava/lang/String;)Lnet/minecraft/class_388;named ofLnet/minecraft/state/property/BooleanProperty;of(Ljava/lang/String;)Lnet/minecraft/state/property/BooleanProperty;
-
name
- Mappings:
Namespace Name Mixin selector official aLamk;a(Ljava/lang/Boolean;)Ljava/lang/String;intermediary method_1266Lnet/minecraft/class_388;method_1266(Ljava/lang/Boolean;)Ljava/lang/String;named nameLnet/minecraft/state/property/BooleanProperty;name(Ljava/lang/Boolean;)Ljava/lang/String;
-