Package net.minecraft.state.property
Class BooleanProperty
Represents a property that has boolean values.
See Properties
for example
usages.
- Mappings:
Namespace Name named net/minecraft/state/property/BooleanProperty
intermediary net/minecraft/class_2746
official dyl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.state.property.Property
Property.Value<T extends Comparable<T>>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns all possible values of this property.Returns the name of the given value of this property.static BooleanProperty
Creates a boolean property.int
Methods inherited from class net.minecraft.state.property.Property
computeHashCode, createValue, createValue, equals, getCodec, getName, getType, getValueCodec, hashCode, parse, stream, toString
-
Field Details
-
values
- Mappings:
Namespace Name Mixin selector named values
Lnet/minecraft/state/property/BooleanProperty;values:Ljava/util/List;
intermediary field_12575
Lnet/minecraft/class_2746;field_12575:Ljava/util/List;
official a
Ldyl;a:Ljava/util/List;
-
TRUE_ORDINAL
private static final int TRUE_ORDINAL- See Also:
- Mappings:
Namespace Name Mixin selector named TRUE_ORDINAL
Lnet/minecraft/state/property/BooleanProperty;TRUE_ORDINAL:I
intermediary field_54327
Lnet/minecraft/class_2746;field_54327:I
official b
Ldyl;b:I
-
FALSE_ORDINAL
private static final int FALSE_ORDINAL- See Also:
- Mappings:
Namespace Name Mixin selector named FALSE_ORDINAL
Lnet/minecraft/state/property/BooleanProperty;FALSE_ORDINAL:I
intermediary field_54328
Lnet/minecraft/class_2746;field_54328:I
official c
Ldyl;c:I
-
-
Constructor Details
-
BooleanProperty
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/state/property/BooleanProperty;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2746;<init>(Ljava/lang/String;)V
official <init>
Ldyl;<init>(Ljava/lang/String;)V
-
-
Method Details
-
getValues
Returns all possible values of this property. -
of
Creates a boolean property.- Parameters:
name
- the name of the property; see the note on the name- Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/state/property/BooleanProperty;of(Ljava/lang/String;)Lnet/minecraft/state/property/BooleanProperty;
intermediary method_11825
Lnet/minecraft/class_2746;method_11825(Ljava/lang/String;)Lnet/minecraft/class_2746;
official a
Ldyl;a(Ljava/lang/String;)Ldyl;
-
parse
- Specified by:
parse
in classProperty<Boolean>
- Mappings:
Namespace Name Mixin selector named parse
Lnet/minecraft/state/property/Property;parse(Ljava/lang/String;)Ljava/util/Optional;
intermediary method_11900
Lnet/minecraft/class_2769;method_11900(Ljava/lang/String;)Ljava/util/Optional;
official b
Ldyw;b(Ljava/lang/String;)Ljava/util/Optional;
-
name
Description copied from class:Property
Returns the name of the given value of this property.- Specified by:
name
in classProperty<Boolean>
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/state/property/BooleanProperty;name(Ljava/lang/Boolean;)Ljava/lang/String;
intermediary method_11826
Lnet/minecraft/class_2746;method_11826(Ljava/lang/Boolean;)Ljava/lang/String;
official a
Ldyl;a(Ljava/lang/Boolean;)Ljava/lang/String;
-
ordinal
- Specified by:
ordinal
in classProperty<Boolean>
- Mappings:
Namespace Name Mixin selector named ordinal
Lnet/minecraft/state/property/BooleanProperty;ordinal(Ljava/lang/Boolean;)I
intermediary method_64219
Lnet/minecraft/class_2746;method_64219(Ljava/lang/Boolean;)I
official b
Ldyl;b(Ljava/lang/Boolean;)I
-