net.minecraft.block.enums

public enum TestBlockMode

implements StringIdentifiable

net.minecraft.world.level.block.state.properties.TestBlockMode
net.minecraft.class_10641
net.minecraft.block.enums.TestBlockMode

Enum constant summary

Enum Constant
START
field_56024
START
LOG
field_56025
LOG
FAIL
field_56026
FAIL
ACCEPT
field_56027
ACCEPT

Field summary

Modifier and TypeField
private static final IntFunction<TestBlockMode>
BY_ID
field_56030
INDEX_MAPPER
public static final com.mojang.serialization.Codec<TestBlockMode>
CODEC
field_56028
CODEC
public static final PacketCodec<io.netty.buffer.ByteBuf, TestBlockMode>
STREAM_CODEC
field_56029
PACKET_CODEC
private final int
id
field_56031
index
private final String
name
field_56032
id
private final Text
displayName
field_56033
name
private final Text
detailedMessage
field_56034
info
private static final TestBlockMode[]
$VALUES
field_56035
field_56035

Constructor summary

ModifierConstructor
private (int $enum$name, String $enum$ordinal)

Method summary

Modifier and TypeMethod
public String
getSerializedName()
method_15434()
asString()
public Text
getDisplayName()
method_66781()
getName()
public Text
getDetailedMessage()
method_66783()
getInfo()
private static TestBlockMode[]
$values()
method_66785()
method_66785()
private static int
lambda$static$1(TestBlockMode arg0)
method_66782(class_10641 arg0)
method_66782(TestBlockMode mode)
private static int
lambda$static$0(TestBlockMode arg0)
method_66784(class_10641 arg0)
method_66784(TestBlockMode mode)