Package net.minecraft.state.property
Class DirectionProperty
- Mappings:
Namespace Name official bmeintermediary net/minecraft/class_2244named net/minecraft/state/property/DirectionProperty
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDirectionProperty(String name, Collection<Direction> values) -
Method Summary
Modifier and TypeMethodDescriptionstatic DirectionPropertymethod_16968(String string, Predicate<Direction> predicate) static DirectionPropertymethod_16969(String string, Direction[] direction) static DirectionPropertyof(String name, Collection<Direction> values) Methods inherited from class net.minecraft.state.property.EnumProperty
computeHashCode, equals, getValueAsString, getValues, method_16970, name, of, of, ofMethods inherited from class net.minecraft.state.property.AbstractProperty
getName, getType, hashCode, toString
-
Constructor Details
-
DirectionProperty
- Mappings:
Namespace Name Mixin selector official <init>Lbme;<init>(Ljava/lang/String;Ljava/util/Collection;)Vintermediary <init>Lnet/minecraft/class_2244;<init>(Ljava/lang/String;Ljava/util/Collection;)Vnamed <init>Lnet/minecraft/state/property/DirectionProperty;<init>(Ljava/lang/String;Ljava/util/Collection;)V
-
-
Method Details
-
method_16968
- Mappings:
Namespace Name Mixin selector official aLbme;a(Ljava/lang/String;Ljava/util/function/Predicate;)Lbme;intermediary method_16968Lnet/minecraft/class_2244;method_16968(Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/minecraft/class_2244;named method_16968Lnet/minecraft/state/property/DirectionProperty;method_16968(Ljava/lang/String;Ljava/util/function/Predicate;)Lnet/minecraft/state/property/DirectionProperty;
-
method_16969
- Mappings:
Namespace Name Mixin selector official aLbme;a(Ljava/lang/String;[Leq;)Lbme;intermediary method_16969Lnet/minecraft/class_2244;method_16969(Ljava/lang/String;[Lnet/minecraft/class_1354;)Lnet/minecraft/class_2244;named method_16969Lnet/minecraft/state/property/DirectionProperty;method_16969(Ljava/lang/String;[Lnet/minecraft/util/math/Direction;)Lnet/minecraft/state/property/DirectionProperty;
-
of
- Mappings:
Namespace Name Mixin selector official aLbme;a(Ljava/lang/String;Ljava/util/Collection;)Lbme;intermediary method_9071Lnet/minecraft/class_2244;method_9071(Ljava/lang/String;Ljava/util/Collection;)Lnet/minecraft/class_2244;named ofLnet/minecraft/state/property/DirectionProperty;of(Ljava/lang/String;Ljava/util/Collection;)Lnet/minecraft/state/property/DirectionProperty;
-