yarn/mappings/net/minecraft/state/property/BooleanProperty.mapping

14 lines
573 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2746 net/minecraft/state/property/BooleanProperty
COMMENT Represents a property that has boolean values.
COMMENT
COMMENT <p>See {@link net.minecraft.state.property.Properties} for example
COMMENT usages.
2019-06-28 17:55:20 -04:00
FIELD field_12575 values Lcom/google/common/collect/ImmutableSet;
2019-06-03 12:42:57 -04:00
METHOD <init> (Ljava/lang/String;)V
ARG 1 name
2019-06-28 17:55:20 -04:00
METHOD method_11825 of (Ljava/lang/String;)Lnet/minecraft/class_2746;
COMMENT Creates a boolean property.
2019-06-28 17:55:20 -04:00
ARG 0 name
COMMENT the name of the property; see {@linkplain Property#name the note on the
COMMENT name}