Package net.minecraft.world.chunk
Enum UpgradeData.BuiltinLogic
- All Implemented Interfaces:
Serializable,Comparable<UpgradeData.BuiltinLogic>,java.lang.constant.Constable,UpgradeData.Logic
- Enclosing class:
- UpgradeData
static enum UpgradeData.BuiltinLogic extends Enum<UpgradeData.BuiltinLogic> implements UpgradeData.Logic
- Mappings:
Namespace Name official ckg$bintermediary net/minecraft/class_2843$class_2845named 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 Enum Constant Description BLACKLISTCHESTDEFAULTLEAVESSTEM_BLOCK -
Field Summary
Fields Modifier and Type Field Description static Direction[]DIRECTIONS -
Constructor Summary
Constructors Modifier Constructor Description privateBuiltinLogic(boolean bool, Block[] block)privateBuiltinLogic(Block[] blocks) -
Method Summary
Modifier and Type Method Description static UpgradeData.BuiltinLogicvalueOf(String name)Returns the enum constant of this type with the specified name.static UpgradeData.BuiltinLogic[]values()Returns an array containing the constants of this enum type, 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 official aLckg$b;a:Lckg$b;intermediary field_12957Lnet/minecraft/class_2843$class_2845;field_12957:Lnet/minecraft/class_2843$class_2845;named BLACKLISTLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;BLACKLIST:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official bLckg$b;b:Lckg$b;intermediary field_12962Lnet/minecraft/class_2843$class_2845;field_12962:Lnet/minecraft/class_2843$class_2845;named DEFAULTLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;DEFAULT:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
CHEST
- Mappings:
Namespace Name Mixin selector official cLckg$b;c:Lckg$b;intermediary field_12960Lnet/minecraft/class_2843$class_2845;field_12960:Lnet/minecraft/class_2843$class_2845;named CHESTLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;CHEST:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
LEAVES
- Mappings:
Namespace Name Mixin selector official dLckg$b;d:Lckg$b;intermediary field_12963Lnet/minecraft/class_2843$class_2845;field_12963:Lnet/minecraft/class_2843$class_2845;named LEAVESLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;LEAVES:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
STEM_BLOCK
- Mappings:
Namespace Name Mixin selector official eLckg$b;e:Lckg$b;intermediary field_12958Lnet/minecraft/class_2843$class_2845;field_12958:Lnet/minecraft/class_2843$class_2845;named STEM_BLOCKLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;STEM_BLOCK:Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;
-
-
Field Details
-
DIRECTIONS
- Mappings:
Namespace Name Mixin selector official fLckg$b;f:[Lgc;intermediary field_12959Lnet/minecraft/class_2843$class_2845;field_12959:[Lnet/minecraft/class_2350;named DIRECTIONSLnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;DIRECTIONS:[Lnet/minecraft/util/math/Direction;
-
-
Constructor Details
-
BuiltinLogic
- Mappings:
Namespace Name Mixin selector official <init>Lckg$b;<init>(Ljava/lang/String;I[Lbwu;)Vintermediary <init>Lnet/minecraft/class_2843$class_2845;<init>(Ljava/lang/String;I[Lnet/minecraft/class_2248;)Vnamed <init>Lnet/minecraft/world/chunk/UpgradeData$BuiltinLogic;<init>(Ljava/lang/String;I[Lnet/minecraft/block/Block;)V
-
BuiltinLogic
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-