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 intermediary net/minecraft/class_2843$class_2845official des$bnamed 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
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBuiltinLogic(boolean addCallback, Block[] blocks) privateBuiltinLogic(Block[] blocks) -
Method Summary
Modifier and TypeMethodDescriptionstatic UpgradeData.BuiltinLogicReturns 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, valueOfMethods inherited from interface net.minecraft.world.chunk.UpgradeData.Logic
getUpdatedState, postUpdate
-
Enum Constant Details
-
BLACKLIST
- Mappings:
Namespace Name Mixin selector intermediary field_12957Lnet/minecraft/class_2843$class_2845;field_12957:Lnet/minecraft/class_2843$class_2845;official aLdes$b;a:Ldes$b;named BLACKLISTLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;BLACKLIST:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
DEFAULT
- Mappings:
Namespace Name Mixin selector intermediary field_12962Lnet/minecraft/class_2843$class_2845;field_12962:Lnet/minecraft/class_2843$class_2845;official bLdes$b;b:Ldes$b;named DEFAULTLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;DEFAULT:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
CHEST
- Mappings:
Namespace Name Mixin selector intermediary field_12960Lnet/minecraft/class_2843$class_2845;field_12960:Lnet/minecraft/class_2843$class_2845;official cLdes$b;c:Ldes$b;named CHESTLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;CHEST:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
LEAVES
- Mappings:
Namespace Name Mixin selector intermediary field_12963Lnet/minecraft/class_2843$class_2845;field_12963:Lnet/minecraft/class_2843$class_2845;official dLdes$b;d:Ldes$b;named LEAVESLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;LEAVES:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
STEM_BLOCK
- Mappings:
Namespace Name Mixin selector intermediary field_12958Lnet/minecraft/class_2843$class_2845;field_12958:Lnet/minecraft/class_2843$class_2845;official eLdes$b;e:Ldes$b;named STEM_BLOCKLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;STEM_BLOCK:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
-
Field Details
-
DIRECTIONS
- Mappings:
Namespace Name Mixin selector intermediary field_12959Lnet/minecraft/class_2843$class_2845;field_12959:[Lnet/minecraft/class_2350;official fLdes$b;f:[Lha;named DIRECTIONSLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;DIRECTIONS:[Lnet/minecraft/util/math/Direction;
-
-
Constructor Details
-
BuiltinLogic
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_2843$class_2845;<init>(Ljava/lang/String;I[Lnet/minecraft/class_2248;)Vofficial <init>Ldes$b;<init>(Ljava/lang/String;I[Lcpl;)Vnamed <init>Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;<init>(Ljava/lang/String;I[Lnet/minecraft/block/Block;)V
-
BuiltinLogic
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_2843$class_2845;<init>(Ljava/lang/String;IZ[Lnet/minecraft/class_2248;)Vofficial <init>Ldes$b;<init>(Ljava/lang/String;IZ[Lcpl;)Vnamed <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
-