Package net.minecraft
Enum Class class_7325.class_7330
- All Implemented Interfaces:
Serializable,Comparable<class_7325.class_7330>,Constable
- Enclosing class:
class_7325
- Mappings:
Namespace Name official cih$eintermediary net/minecraft/class_7325$class_7330named net/minecraft/class_7325$class_7330
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract class_7325.class_7328method_42915(BlockPos blockPos, Direction direction, Direction direction2) static class_7325.class_7330Returns the enum constant of this class with the specified name.static class_7325.class_7330[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SAME_POSITION
- Mappings:
Namespace Name Mixin selector official aLcih$e;a:Lcih$e;intermediary field_38567Lnet/minecraft/class_7325$class_7330;field_38567:Lnet/minecraft/class_7325$class_7330;named SAME_POSITIONLnet/minecraft/class_7325$class_7330;SAME_POSITION:Lnet/minecraft/class_7325$class_7330;
-
SAME_PLANE
- Mappings:
Namespace Name Mixin selector official bLcih$e;b:Lcih$e;intermediary field_38568Lnet/minecraft/class_7325$class_7330;field_38568:Lnet/minecraft/class_7325$class_7330;named SAME_PLANELnet/minecraft/class_7325$class_7330;SAME_PLANE:Lnet/minecraft/class_7325$class_7330;
-
WRAP_AROUND
- Mappings:
Namespace Name Mixin selector official cLcih$e;c:Lcih$e;intermediary field_38569Lnet/minecraft/class_7325$class_7330;field_38569:Lnet/minecraft/class_7325$class_7330;named WRAP_AROUNDLnet/minecraft/class_7325$class_7330;WRAP_AROUND:Lnet/minecraft/class_7325$class_7330;
-
-
Constructor Details
-
class_7330
private class_7330()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
method_42915
public abstract class_7325.class_7328 method_42915(BlockPos blockPos, Direction direction, Direction direction2) - Mappings:
Namespace Name Mixin selector official aLcih$e;a(Lgk;Lgp;Lgp;)Lcih$c;intermediary method_42915Lnet/minecraft/class_7325$class_7330;method_42915(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Lnet/minecraft/class_7325$class_7328;named method_42915Lnet/minecraft/class_7325$class_7330;method_42915(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/class_7325$class_7328;
-