Package net.minecraft.block
Enum Class LichenGrower.GrowType
- All Implemented Interfaces:
Serializable
,Comparable<LichenGrower.GrowType>
,Constable
- Enclosing class:
LichenGrower
- Mappings:
Namespace Name official cum$e
intermediary net/minecraft/class_7118$class_7123
named net/minecraft/block/LichenGrower$GrowType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract LichenGrower.GrowPos
getGrowPos
(BlockPos pos, Direction newDirection, Direction oldDirection) static LichenGrower.GrowType
Returns the enum constant of this class with the specified name.static LichenGrower.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 official a
Lcum$e;a:Lcum$e;
intermediary field_37598
Lnet/minecraft/class_7118$class_7123;field_37598:Lnet/minecraft/class_7118$class_7123;
named SAME_POSITION
Lnet/minecraft/block/LichenGrower$GrowType;SAME_POSITION:Lnet/minecraft/block/LichenGrower$GrowType;
-
SAME_PLANE
- Mappings:
Namespace Name Mixin selector official b
Lcum$e;b:Lcum$e;
intermediary field_37599
Lnet/minecraft/class_7118$class_7123;field_37599:Lnet/minecraft/class_7118$class_7123;
named SAME_PLANE
Lnet/minecraft/block/LichenGrower$GrowType;SAME_PLANE:Lnet/minecraft/block/LichenGrower$GrowType;
-
WRAP_AROUND
- Mappings:
Namespace Name Mixin selector official c
Lcum$e;c:Lcum$e;
intermediary field_37600
Lnet/minecraft/class_7118$class_7123;field_37600:Lnet/minecraft/class_7118$class_7123;
named WRAP_AROUND
Lnet/minecraft/block/LichenGrower$GrowType;WRAP_AROUND:Lnet/minecraft/block/LichenGrower$GrowType;
-
-
Constructor Details
-
GrowType
private GrowType()
-
-
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
-
getGrowPos
public abstract LichenGrower.GrowPos getGrowPos(BlockPos pos, Direction newDirection, Direction oldDirection) - Mappings:
Namespace Name Mixin selector official a
Lcum$e;a(Lgu;Lha;Lha;)Lcum$c;
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;
named getGrowPos
Lnet/minecraft/block/LichenGrower$GrowType;getGrowPos(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/block/LichenGrower$GrowPos;
-