Class BooleanProperty

java.lang.Object
net.minecraft.state.property.Property<Boolean>
net.minecraft.state.property.BooleanProperty

public class BooleanProperty extends Property<Boolean>
Represents a property that has boolean values.

See Properties for example usages.

Mappings:
Namespace Name
official czk
intermediary net/minecraft/class_2746
named net/minecraft/state/property/BooleanProperty
  • Field Details

    • values

      private final ImmutableSet<Boolean> values
      Mappings:
      Namespace Name Mixin selector
      official a Lczk;a:Lcom/google/common/collect/ImmutableSet;
      intermediary field_12575 Lnet/minecraft/class_2746;field_12575:Lcom/google/common/collect/ImmutableSet;
      named values Lnet/minecraft/state/property/BooleanProperty;values:Lcom/google/common/collect/ImmutableSet;
  • Constructor Details

    • BooleanProperty

      protected BooleanProperty(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lczk;<init>(Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2746;<init>(Ljava/lang/String;)V
      named <init> Lnet/minecraft/state/property/BooleanProperty;<init>(Ljava/lang/String;)V
  • Method Details

    • getValues

      public Collection<Boolean> getValues()
      Returns all possible values of this property.
      Specified by:
      getValues in class Property<Boolean>
      Mappings:
      Namespace Name Mixin selector
      official a Lczw;a()Ljava/util/Collection;
      intermediary method_11898 Lnet/minecraft/class_2769;method_11898()Ljava/util/Collection;
      named getValues Lnet/minecraft/state/property/Property;getValues()Ljava/util/Collection;
    • of

      public static BooleanProperty of(String name)
      Creates a boolean property.
      Parameters:
      name - the name of the property; see the note on the name
      Mappings:
      Namespace Name Mixin selector
      official a Lczk;a(Ljava/lang/String;)Lczk;
      intermediary method_11825 Lnet/minecraft/class_2746;method_11825(Ljava/lang/String;)Lnet/minecraft/class_2746;
      named of Lnet/minecraft/state/property/BooleanProperty;of(Ljava/lang/String;)Lnet/minecraft/state/property/BooleanProperty;
    • parse

      public Optional<Boolean> parse(String name)
      Specified by:
      parse in class Property<Boolean>
      Mappings:
      Namespace Name Mixin selector
      official b Lczw;b(Ljava/lang/String;)Ljava/util/Optional;
      intermediary method_11900 Lnet/minecraft/class_2769;method_11900(Ljava/lang/String;)Ljava/util/Optional;
      named parse Lnet/minecraft/state/property/Property;parse(Ljava/lang/String;)Ljava/util/Optional;
    • name

      public String name(Boolean bool)
      Description copied from class: Property
      Returns the name of the given value of this property.
      Specified by:
      name in class Property<Boolean>
      Mappings:
      Namespace Name Mixin selector
      official a Lczk;a(Ljava/lang/Boolean;)Ljava/lang/String;
      intermediary method_11826 Lnet/minecraft/class_2746;method_11826(Ljava/lang/Boolean;)Ljava/lang/String;
      named name Lnet/minecraft/state/property/BooleanProperty;name(Ljava/lang/Boolean;)Ljava/lang/String;
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Property<Boolean>
      Mappings:
      Namespace Name Mixin selector
      official equals Lczw;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_2769;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/state/property/Property;equals(Ljava/lang/Object;)Z
    • computeHashCode

      public int computeHashCode()
      Overrides:
      computeHashCode in class Property<Boolean>
      Mappings:
      Namespace Name Mixin selector
      official b Lczw;b()I
      intermediary method_11799 Lnet/minecraft/class_2769;method_11799()I
      named computeHashCode Lnet/minecraft/state/property/Property;computeHashCode()I