Package net.minecraft.block
Enum Class MultifaceGrower.GrowType
- All Implemented Interfaces:
- Serializable,- Comparable<MultifaceGrower.GrowType>,- Constable
- Enclosing class:
- MultifaceGrower
- Mappings:
- Namespace - Name - named - net/minecraft/block/MultifaceGrower$GrowType- intermediary - net/minecraft/class_7118$class_7123- official - dor$e
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract MultifaceGrower.GrowPosgetGrowPos(BlockPos pos, Direction newDirection, Direction oldDirection) static MultifaceGrower.GrowTypeReturns the enum constant of this class with the specified name.static MultifaceGrower.GrowType[]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 - named - SAME_POSITION- Lnet/minecraft/block/MultifaceGrower$GrowType;SAME_POSITION:Lnet/minecraft/block/MultifaceGrower$GrowType;- intermediary - field_37598- Lnet/minecraft/class_7118$class_7123;field_37598:Lnet/minecraft/class_7118$class_7123;- official - a- Ldor$e;a:Ldor$e;
 
- 
SAME_PLANE- Mappings:
- Namespace - Name - Mixin selector - named - SAME_PLANE- Lnet/minecraft/block/MultifaceGrower$GrowType;SAME_PLANE:Lnet/minecraft/block/MultifaceGrower$GrowType;- intermediary - field_37599- Lnet/minecraft/class_7118$class_7123;field_37599:Lnet/minecraft/class_7118$class_7123;- official - b- Ldor$e;b:Ldor$e;
 
- 
WRAP_AROUND- Mappings:
- Namespace - Name - Mixin selector - named - WRAP_AROUND- Lnet/minecraft/block/MultifaceGrower$GrowType;WRAP_AROUND:Lnet/minecraft/block/MultifaceGrower$GrowType;- intermediary - field_37600- Lnet/minecraft/class_7118$class_7123;field_37600:Lnet/minecraft/class_7118$class_7123;- official - c- Ldor$e;c:Ldor$e;
 
 
- 
- 
Constructor Details- 
GrowTypeprivate GrowType()
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getGrowPospublic abstract MultifaceGrower.GrowPos getGrowPos(BlockPos pos, Direction newDirection, Direction oldDirection) - Mappings:
- Namespace - Name - Mixin selector - named - getGrowPos- Lnet/minecraft/block/MultifaceGrower$GrowType;getGrowPos(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/block/MultifaceGrower$GrowPos;- intermediary - method_41466- Lnet/minecraft/class_7118$class_7123;method_41466(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Lnet/minecraft/class_7118$class_7121;- official - a- Ldor$e;a(Lji;Ljn;Ljn;)Ldor$c;
 
 
-