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_SOUNDSMethods 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.ANGRYstatic final ResourceKey<WolfSoundVariant> WolfSoundVariants.BIGstatic final ResourceKey<WolfSoundVariant> WolfSoundVariants.CLASSICstatic final com.mojang.serialization.Codec<Holder<WolfSoundVariant>> WolfSoundVariant.CODECstatic final ResourceKey<WolfSoundVariant> WolfSoundVariants.CUTEprivate static final EntityDataAccessor<Holder<WolfSoundVariant>> static final com.mojang.serialization.Codec<WolfSoundVariant> WolfSoundVariant.DIRECT_CODECstatic final ResourceKey<WolfSoundVariant> WolfSoundVariants.GRUMPYstatic final com.mojang.serialization.Codec<WolfSoundVariant> WolfSoundVariant.NETWORK_CODECstatic final ResourceKey<WolfSoundVariant> WolfSoundVariants.PUGLINstatic final ResourceKey<WolfSoundVariant> WolfSoundVariants.SADstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<WolfSoundVariant>> WolfSoundVariant.STREAM_CODECMethods 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 voidWolfSoundVariants.bootstrap(BootstrapContext<WolfSoundVariant> pContext) private static voidWolfSoundVariants.register(BootstrapContext<WolfSoundVariant> pContext, ResourceKey<WolfSoundVariant> pKey, WolfSoundVariants.SoundSet pSoundSet) private static voidWolfSoundVariants.register(BootstrapContext<WolfSoundVariant> pContext, ResourceKey<WolfSoundVariant> pKey, WolfSoundVariants.SoundSet pSoundSet) private voidWolf.setSoundVariant(Holder<WolfSoundVariant> pSoundVariant)