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

public enum TestBlockMode

implements StringRepresentable

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

Enum constant summary

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

Field summary

Modifier and TypeField
private static final IntFunction<TestBlockMode>
g
BY_ID
field_56030
public static final com.mojang.serialization.Codec<TestBlockMode>
e
CODEC
field_56028
public static final StreamCodec<io.netty.buffer.ByteBuf, TestBlockMode>
f
STREAM_CODEC
field_56029
private final int
h
id
field_56031
private final String
i
name
field_56032
private final Component
j
displayName
field_56033
private final Component
k
detailedMessage
field_56034

Constructor summary

ModifierConstructor
private (int arg0, String arg1)

Method summary

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