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

public record WoodType

dup
net.minecraft.world.level.block.state.properties.WoodType
net.minecraft.class_4719
net.minecraft.block.WoodType
net.minecraft.src.C_2106_
net.minecraft.world.level.block.state.properties.BlockPropertyWood

Field summary

Modifier and TypeField
private final String
m
name
comp_1299
name
f_61839_
private final BlockSetType
n
setType
comp_1300
setType
f_271340_
private final SoundType
o
soundType
comp_1301
soundType
f_271317_
private final SoundType
p
hangingSignSoundType
comp_1302
hangingSignSoundType
f_271309_
private final SoundEvent
q
fenceGateClose
comp_1303
fenceGateClose
f_271365_
private final SoundEvent
r
fenceGateOpen
comp_1304
fenceGateOpen
f_271162_
private static final Map<String, WoodType>
s
TYPES
field_46536
VALUES
f_303289_
public static final com.mojang.serialization.Codec<WoodType>
a
CODEC
field_46535
CODEC
f_303492_
public static final WoodType
b
OAK
field_21676
OAK
f_61830_
public static final WoodType
c
SPRUCE
field_21677
SPRUCE
f_61831_
public static final WoodType
d
BIRCH
field_21678
BIRCH
f_61832_
public static final WoodType
e
ACACIA
field_21679
ACACIA
f_61833_
public static final WoodType
f
CHERRY
field_42837
CHERRY
f_271224_
public static final WoodType
g
JUNGLE
field_21680
JUNGLE
f_61834_
public static final WoodType
h
DARK_OAK
field_21681
DARK_OAK
f_61835_
public static final WoodType
i
CRIMSON
field_22183
CRIMSON
f_61836_
public static final WoodType
j
WARPED
field_22184
WARPED
f_61837_
public static final WoodType
k
MANGROVE
field_37657
MANGROVE
f_223002_
public static final WoodType
l
BAMBOO
field_40350
BAMBOO
f_244200_

Constructor summary

ModifierConstructor
public (String name, BlockSetType setType)
public (String setType, BlockSetType soundType, SoundType hangingSignSoundType, SoundType fenceGateClose, SoundEvent fenceGateOpen, SoundEvent arg5)

Method summary

Modifier and TypeMethod
private static WoodType
a(dup arg0)
register(WoodType arg0)
method_24027(class_4719 arg0)
register(WoodType type)
m_61844_(C_2106_ p_61845_)
public static Stream<WoodType>
a()
values()
method_24026()
stream()
m_61843_()
public String
b()
name()
comp_1299()
name()
f_61839_()
public BlockSetType
c()
setType()
comp_1300()
setType()
f_271340_()
public SoundType
d()
soundType()
comp_1301()
soundType()
f_271317_()
public SoundType
e()
hangingSignSoundType()
comp_1302()
hangingSignSoundType()
f_271309_()
public SoundEvent
f()
fenceGateClose()
comp_1303()
fenceGateClose()
f_271365_()
public SoundEvent
g()
fenceGateOpen()
comp_1304()
fenceGateOpen()
f_271162_()