Uses of Record Class
net.minecraft.world.entity.animal.wolf.WolfSoundVariant
Packages that use WolfSoundVariant
Package
Description
-
Uses of WolfSoundVariant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final DataComponentType
<Holder<WolfSoundVariant>> DataComponents.WOLF_SOUND_VARIANT
-
Uses of WolfSoundVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final ResourceKey
<Registry<WolfSoundVariant>> Registries.WOLF_SOUND_VARIANT
-
Uses of WolfSoundVariant in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final EntityDataSerializer
<Holder<WolfSoundVariant>> EntityDataSerializers.WOLF_SOUND_VARIANT
-
Uses of WolfSoundVariant in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final Map
<WolfSoundVariants.SoundSet, WolfSoundVariant> SoundEvents.WOLF_SOUNDS
Methods in net.minecraft.sounds that return types with arguments of type WolfSoundVariantModifier and TypeMethodDescriptionprivate static Map
<WolfSoundVariants.SoundSet, WolfSoundVariant> SoundEvents.registerWolfSoundVariants()
-
Uses of WolfSoundVariant in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final ResourceKey
<WolfSoundVariant> WolfSoundVariants.ANGRY
static final ResourceKey
<WolfSoundVariant> WolfSoundVariants.BIG
static final ResourceKey
<WolfSoundVariant> WolfSoundVariants.CLASSIC
static final com.mojang.serialization.Codec
<Holder<WolfSoundVariant>> WolfSoundVariant.CODEC
static final ResourceKey
<WolfSoundVariant> WolfSoundVariants.CUTE
private static final EntityDataAccessor
<Holder<WolfSoundVariant>> static final com.mojang.serialization.Codec
<WolfSoundVariant> WolfSoundVariant.DIRECT_CODEC
static final ResourceKey
<WolfSoundVariant> WolfSoundVariants.GRUMPY
static final com.mojang.serialization.Codec
<WolfSoundVariant> WolfSoundVariant.NETWORK_CODEC
static final ResourceKey
<WolfSoundVariant> WolfSoundVariants.PUGLIN
static final ResourceKey
<WolfSoundVariant> WolfSoundVariants.SAD
static final StreamCodec
<RegistryFriendlyByteBuf, Holder<WolfSoundVariant>> WolfSoundVariant.STREAM_CODEC
Methods in net.minecraft.world.entity.animal.wolf that return types with arguments of type WolfSoundVariantModifier and TypeMethodDescriptionprivate static ResourceKey
<WolfSoundVariant> WolfSoundVariants.createKey
(WolfSoundVariants.SoundSet pSoundSet) private Holder
<WolfSoundVariant> Wolf.getSoundVariant()
private static com.mojang.serialization.Codec
<WolfSoundVariant> WolfSoundVariant.getWolfSoundVariantCodec()
static Holder
<WolfSoundVariant> WolfSoundVariants.pickRandomSoundVariant
(RegistryAccess pRegistryAccess, RandomSource pRandom) Method parameters in net.minecraft.world.entity.animal.wolf with type arguments of type WolfSoundVariantModifier and TypeMethodDescriptionstatic void
WolfSoundVariants.bootstrap
(BootstrapContext<WolfSoundVariant> pContext) private static void
WolfSoundVariants.register
(BootstrapContext<WolfSoundVariant> pContext, ResourceKey<WolfSoundVariant> pKey, WolfSoundVariants.SoundSet pSoundSet) private static void
WolfSoundVariants.register
(BootstrapContext<WolfSoundVariant> pContext, ResourceKey<WolfSoundVariant> pKey, WolfSoundVariants.SoundSet pSoundSet) private void
Wolf.setSoundVariant
(Holder<WolfSoundVariant> pSoundVariant)