net.minecraft.world.entity.animal.wolf

public record WolfSoundVariant

cmy
net.minecraft.world.entity.animal.wolf.WolfSoundVariant
net.minecraft.class_10823
net.minecraft.entity.passive.WolfSoundVariant
net.minecraft.src.C_379205_

Field summary

Modifier and TypeField
private final Holder<SoundEvent>
e
ambientSound
comp_3779
ambientSound
f_379558_
private final Holder<SoundEvent>
f
deathSound
comp_3780
deathSound
f_382512_
private final Holder<SoundEvent>
g
growlSound
comp_3781
growlSound
f_380068_
private final Holder<SoundEvent>
h
hurtSound
comp_3782
hurtSound
f_379562_
private final Holder<SoundEvent>
i
pantSound
comp_3783
pantSound
f_379682_
private final Holder<SoundEvent>
j
whineSound
comp_3784
whineSound
f_381266_
public static final com.mojang.serialization.Codec<WolfSoundVariant>
a
DIRECT_CODEC
field_57076
CODEC
f_380313_
public static final com.mojang.serialization.Codec<WolfSoundVariant>
b
NETWORK_CODEC
field_57077
NETWORK_CODEC
f_382233_
public static final com.mojang.serialization.Codec<Holder<WolfSoundVariant>>
c
CODEC
field_57078
ENTRY_CODEC
f_380972_
public static final StreamCodec<RegistryFriendlyByteBuf, Holder<WolfSoundVariant>>
d
STREAM_CODEC
field_57079
PACKET_CODEC
f_381091_

Constructor summary

ModifierConstructor
public (Holder<SoundEvent> deathSound, Holder<SoundEvent> growlSound, Holder<SoundEvent> hurtSound, Holder<SoundEvent> pantSound, Holder<SoundEvent> whineSound, Holder<SoundEvent> arg5)

Method summary

Modifier and TypeMethod
private static com.mojang.serialization.Codec<WolfSoundVariant>
g()
getWolfSoundVariantCodec()
method_68134()
createCodec()
m_384020_()
public Holder<SoundEvent>
a()
ambientSound()
comp_3779()
ambientSound()
f_379558_()
public Holder<SoundEvent>
b()
deathSound()
comp_3780()
deathSound()
f_382512_()
public Holder<SoundEvent>
c()
growlSound()
comp_3781()
growlSound()
f_380068_()
public Holder<SoundEvent>
d()
hurtSound()
comp_3782()
hurtSound()
f_379562_()
public Holder<SoundEvent>
e()
pantSound()
comp_3783()
pantSound()
f_379682_()
public Holder<SoundEvent>
f()
whineSound()
comp_3784()
whineSound()
f_381266_()