Package net.minecraft.block.entity
Enum Class TestInstanceBlockEntity.Status
java.lang.Object
java.lang.Enum<TestInstanceBlockEntity.Status>
net.minecraft.block.entity.TestInstanceBlockEntity.Status
- All Implemented Interfaces:
Serializable,Comparable<TestInstanceBlockEntity.Status>,Constable,StringIdentifiable
- Enclosing class:
TestInstanceBlockEntity
public static enum TestInstanceBlockEntity.Status
extends Enum<TestInstanceBlockEntity.Status>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/block/entity/TestInstanceBlockEntity$Statusintermediary net/minecraft/class_10638$class_10640official eaj$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TestInstanceBlockEntity.Status> private final Stringprivate final intprivate static final IntFunction<TestInstanceBlockEntity.Status> static final PacketCodec<ByteBuf, TestInstanceBlockEntity.Status> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.fromIndex(int index) Returns the enum constant of this class with the specified name.static TestInstanceBlockEntity.Status[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLEARED
- Mappings:
Namespace Name Mixin selector named CLEAREDLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;CLEARED:Lnet/minecraft/block/entity/TestInstanceBlockEntity$Status;intermediary field_56014Lnet/minecraft/class_10638$class_10640;field_56014:Lnet/minecraft/class_10638$class_10640;official aLeaj$b;a:Leaj$b;
-
RUNNING
- Mappings:
Namespace Name Mixin selector named RUNNINGLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;RUNNING:Lnet/minecraft/block/entity/TestInstanceBlockEntity$Status;intermediary field_56015Lnet/minecraft/class_10638$class_10640;field_56015:Lnet/minecraft/class_10638$class_10640;official bLeaj$b;b:Leaj$b;
-
FINISHED
- Mappings:
Namespace Name Mixin selector named FINISHEDLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;FINISHED:Lnet/minecraft/block/entity/TestInstanceBlockEntity$Status;intermediary field_56016Lnet/minecraft/class_10638$class_10640;field_56016:Lnet/minecraft/class_10638$class_10640;official cLeaj$b;c:Leaj$b;
-
-
Field Details
-
INDEX_MAPPER
- Mappings:
Namespace Name Mixin selector named INDEX_MAPPERLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;INDEX_MAPPER:Ljava/util/function/IntFunction;intermediary field_56019Lnet/minecraft/class_10638$class_10640;field_56019:Ljava/util/function/IntFunction;official fLeaj$b;f:Ljava/util/function/IntFunction;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;CODEC:Lcom/mojang/serialization/Codec;intermediary field_56017Lnet/minecraft/class_10638$class_10640;field_56017:Lcom/mojang/serialization/Codec;official dLeaj$b;d:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_56018Lnet/minecraft/class_10638$class_10640;field_56018:Lnet/minecraft/class_9139;official eLeaj$b;e:Lze;
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;id:Ljava/lang/String;intermediary field_56020Lnet/minecraft/class_10638$class_10640;field_56020:Ljava/lang/String;official gLeaj$b;g:Ljava/lang/String;
-
index
private final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;index:Iintermediary field_56021Lnet/minecraft/class_10638$class_10640;field_56021:Iofficial hLeaj$b;h:I
-
-
Constructor Details
-
Status
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/entity/TestInstanceBlockEntity$Status;<init>(Ljava/lang/String;ILjava/lang/String;I)Vintermediary <init>Lnet/minecraft/class_10638$class_10640;<init>(Ljava/lang/String;ILjava/lang/String;I)Vofficial <init>Leaj$b;<init>(Ljava/lang/String;ILjava/lang/String;I)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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbax;c()Ljava/lang/String;
-
fromIndex
- Mappings:
Namespace Name Mixin selector named fromIndexLnet/minecraft/block/entity/TestInstanceBlockEntity$Status;fromIndex(I)Lnet/minecraft/block/entity/TestInstanceBlockEntity$Status;intermediary method_66778Lnet/minecraft/class_10638$class_10640;method_66778(I)Lnet/minecraft/class_10638$class_10640;official aLeaj$b;a(I)Leaj$b;
-