Uses of Record Class
net.minecraft.world.entity.animal.wolf.WolfSoundVariant.WolfSoundSet
Packages that use WolfSoundVariant.WolfSoundSet
-
Uses of WolfSoundVariant.WolfSoundSet in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf declared as WolfSoundVariant.WolfSoundSetModifier and TypeFieldDescriptionprivate final WolfSoundVariant.WolfSoundSetWolfSoundVariant.adultSoundsThe field for theadultSoundsrecord component.private final WolfSoundVariant.WolfSoundSetWolfSoundVariant.babySoundsThe field for thebabySoundsrecord component.Fields in net.minecraft.world.entity.animal.wolf with type parameters of type WolfSoundVariant.WolfSoundSetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WolfSoundVariant.WolfSoundSet> WolfSoundVariant.WolfSoundSet.CODECMethods in net.minecraft.world.entity.animal.wolf that return WolfSoundVariant.WolfSoundSetModifier and TypeMethodDescriptionWolfSoundVariant.adultSounds()Returns the value of theadultSoundsrecord component.WolfSoundVariant.babySounds()Returns the value of thebabySoundsrecord component.private WolfSoundVariant.WolfSoundSetWolf.getSoundSet()Constructors in net.minecraft.world.entity.animal.wolf with parameters of type WolfSoundVariant.WolfSoundSetModifierConstructorDescriptionWolfSoundVariant(WolfSoundVariant.WolfSoundSet adultSounds, WolfSoundVariant.WolfSoundSet babySounds) Creates an instance of aWolfSoundVariantrecord class.