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

25 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2753 net/minecraft/state/property/DirectionProperty
2018-12-12 12:22:18 -05:00
METHOD <init> (Ljava/lang/String;Ljava/util/Collection;)V
2018-11-04 07:22:38 -05:00
ARG 1 name
2018-12-10 03:54:34 -05:00
ARG 2 values
2019-06-28 17:55:20 -04:00
METHOD method_11843 of (Ljava/lang/String;Ljava/util/Collection;)Lnet/minecraft/class_2753;
COMMENT Creates a direction property which only supports specific values
ARG 0 name
COMMENT the name of this property
2018-12-10 03:54:34 -05:00
ARG 1 values
COMMENT the values this property can have
2019-06-28 17:55:20 -04:00
METHOD method_11844 of (Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/minecraft/class_2753;
COMMENT Creates a direction property.
ARG 0 name
COMMENT the name of this property
2019-06-03 12:42:57 -04:00
ARG 1 filter
COMMENT a filter which specifies if a value is allowed
2019-06-28 17:55:20 -04:00
METHOD method_11845 of (Ljava/lang/String;[Lnet/minecraft/class_2350;)Lnet/minecraft/class_2753;
COMMENT Creates a direction property which only supports specific values
ARG 0 name
COMMENT the name of this property
2018-12-10 03:54:34 -05:00
ARG 1 values
COMMENT the values this property can have
METHOD method_35305 of (Ljava/lang/String;)Lnet/minecraft/class_2753;
ARG 0 name