net.minecraft.world.level.block.state.properties

public enum TestBlockMode

implements StringRepresentable

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

Enum constant summary

Enum Constant
a
START
field_56024
START
b
LOG
field_56025
LOG
c
FAIL
field_56026
FAIL
d
ACCEPT
field_56027
ACCEPT

Field summary

Modifier and TypeField
private static final IntFunction<TestBlockMode>
g
BY_ID
field_56030
INDEX_MAPPER
public static final StringRepresentable$EnumCodec<TestBlockMode>
e
CODEC
field_56028
CODEC
public static final StreamCodec<io.netty.buffer.ByteBuf, TestBlockMode>
f
STREAM_CODEC
field_56029
PACKET_CODEC
private final int
h
id
field_56031
index
private final String
i
name
field_56032
id
private final Component
j
displayName
field_56033
name
private final Component
k
detailedMessage
field_56034
info

Constructor summary

ModifierConstructor
private (int arg0, String arg1)

Method summary

Modifier and TypeMethod
public String
c()
getSerializedName()
method_15434()
asString()
public Component
a()
getDisplayName()
method_66781()
getName()
public Component
b()
getDetailedMessage()
method_66783()
getInfo()