net.minecraft.block.enums

public enum TestBlockMode

implements StringIdentifiable

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

Enum constant summary

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

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public String
getSerializedName()
getSerializedName()
method_15434()
asString()
public Text
getDisplayName()
getDisplayName()
method_66781()
getName()
public Text
getDetailedMessage()
getDetailedMessage()
method_66783()
getInfo()