Package net.minecraft.world.chunk
Enum Class UpgradeData.BuiltinLogic
- All Implemented Interfaces:
Serializable
,Comparable<UpgradeData.BuiltinLogic>
,Constable
,UpgradeData.Logic
- Enclosing class:
UpgradeData
private static enum UpgradeData.BuiltinLogic
extends Enum<UpgradeData.BuiltinLogic>
implements UpgradeData.Logic
- Mappings:
Namespace Name official dek$b
intermediary net/minecraft/class_2843$class_2845
named net/minecraft/world/chunk/UpgradeData$BuiltinLogic
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
BuiltinLogic
(boolean addCallback, Block[] blocks) private
BuiltinLogic
(Block[] blocks) -
Method Summary
Modifier and TypeMethodDescriptionstatic UpgradeData.BuiltinLogic
Returns the enum constant of this class with the specified name.static UpgradeData.BuiltinLogic[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraft.world.chunk.UpgradeData.Logic
getUpdatedState, postUpdate
-
Enum Constant Details
-
BLACKLIST
- Mappings:
Namespace Name Mixin selector official a
Ldek$b;a:Ldek$b;
intermediary field_12957
Lnet/minecraft/class_2843$class_2845;field_12957:Lnet/minecraft/class_2843$class_2845;
named BLACKLIST
Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;BLACKLIST:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official b
Ldek$b;b:Ldek$b;
intermediary field_12962
Lnet/minecraft/class_2843$class_2845;field_12962:Lnet/minecraft/class_2843$class_2845;
named DEFAULT
Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;DEFAULT:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
CHEST
- Mappings:
Namespace Name Mixin selector official c
Ldek$b;c:Ldek$b;
intermediary field_12960
Lnet/minecraft/class_2843$class_2845;field_12960:Lnet/minecraft/class_2843$class_2845;
named CHEST
Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;CHEST:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
LEAVES
- Mappings:
Namespace Name Mixin selector official d
Ldek$b;d:Ldek$b;
intermediary field_12963
Lnet/minecraft/class_2843$class_2845;field_12963:Lnet/minecraft/class_2843$class_2845;
named LEAVES
Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;LEAVES:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
STEM_BLOCK
- Mappings:
Namespace Name Mixin selector official e
Ldek$b;e:Ldek$b;
intermediary field_12958
Lnet/minecraft/class_2843$class_2845;field_12958:Lnet/minecraft/class_2843$class_2845;
named STEM_BLOCK
Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;STEM_BLOCK:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
-
Field Details
-
DIRECTIONS
- Mappings:
Namespace Name Mixin selector official f
Ldek$b;f:[Lgz;
intermediary field_12959
Lnet/minecraft/class_2843$class_2845;field_12959:[Lnet/minecraft/class_2350;
named DIRECTIONS
Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;DIRECTIONS:[Lnet/minecraft/util/math/Direction;
-
-
Constructor Details
-
BuiltinLogic
- Mappings:
Namespace Name Mixin selector official <init>
Ldek$b;<init>(Ljava/lang/String;I[Lcpi;)V
intermediary <init>
Lnet/minecraft/class_2843$class_2845;<init>(Ljava/lang/String;I[Lnet/minecraft/class_2248;)V
named <init>
Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;<init>(Ljava/lang/String;I[Lnet/minecraft/block/Block;)V
-
BuiltinLogic
- Mappings:
Namespace Name Mixin selector official <init>
Ldek$b;<init>(Ljava/lang/String;IZ[Lcpi;)V
intermediary <init>
Lnet/minecraft/class_2843$class_2845;<init>(Ljava/lang/String;IZ[Lnet/minecraft/class_2248;)V
named <init>
Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;<init>(Ljava/lang/String;IZ[Lnet/minecraft/block/Block;)V
-
-
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
-