Uses of Record Class
net.minecraft.entity.passive.WolfSoundVariant
Packages that use WolfSoundVariant
Package
Description
-
Uses of WolfSoundVariant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final ComponentType
<RegistryEntry<WolfSoundVariant>> DataComponentTypes.WOLF_SOUND_VARIANT
-
Uses of WolfSoundVariant in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final TrackedDataHandler
<RegistryEntry<WolfSoundVariant>> TrackedDataHandlerRegistry.WOLF_SOUND_VARIANT
-
Uses of WolfSoundVariant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final RegistryKey
<WolfSoundVariant> WolfSoundVariants.ANGRY
static final RegistryKey
<WolfSoundVariant> WolfSoundVariants.BIG
static final RegistryKey
<WolfSoundVariant> WolfSoundVariants.CLASSIC
static final com.mojang.serialization.Codec
<WolfSoundVariant> WolfSoundVariant.CODEC
static final RegistryKey
<WolfSoundVariant> WolfSoundVariants.CUTE
static final com.mojang.serialization.Codec
<RegistryEntry<WolfSoundVariant>> WolfSoundVariant.ENTRY_CODEC
static final RegistryKey
<WolfSoundVariant> WolfSoundVariants.GRUMPY
static final com.mojang.serialization.Codec
<WolfSoundVariant> WolfSoundVariant.NETWORK_CODEC
static final PacketCodec
<RegistryByteBuf, RegistryEntry<WolfSoundVariant>> WolfSoundVariant.PACKET_CODEC
static final RegistryKey
<WolfSoundVariant> WolfSoundVariants.PUGLIN
static final RegistryKey
<WolfSoundVariant> WolfSoundVariants.SAD
private static final TrackedData
<RegistryEntry<WolfSoundVariant>> WolfEntity.SOUND_VARIANT
Methods in net.minecraft.entity.passive that return types with arguments of type WolfSoundVariantModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec
<WolfSoundVariant> WolfSoundVariant.createCodec()
private RegistryEntry
<WolfSoundVariant> WolfEntity.getSoundVariant()
private static RegistryKey
<WolfSoundVariant> WolfSoundVariants.of
(WolfSoundVariants.Type type) static RegistryEntry
<WolfSoundVariant> WolfSoundVariants.select
(DynamicRegistryManager registries, Random random) Method parameters in net.minecraft.entity.passive with type arguments of type WolfSoundVariantModifier and TypeMethodDescriptionstatic void
WolfSoundVariants.bootstrap
(Registerable<WolfSoundVariant> registry) private static void
WolfSoundVariants.register
(Registerable<WolfSoundVariant> registry, RegistryKey<WolfSoundVariant> key, WolfSoundVariants.Type type) private static void
WolfSoundVariants.register
(Registerable<WolfSoundVariant> registry, RegistryKey<WolfSoundVariant> key, WolfSoundVariants.Type type) private void
WolfEntity.setSoundVariant
(RegistryEntry<WolfSoundVariant> soundVariant) -
Uses of WolfSoundVariant in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<WolfSoundVariant>> RegistryKeys.WOLF_SOUND_VARIANT
-
Uses of WolfSoundVariant in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type WolfSoundVariantModifier and TypeFieldDescriptionstatic final Map
<WolfSoundVariants.Type, WolfSoundVariant> SoundEvents.WOLF_SOUNDS
Methods in net.minecraft.sound that return types with arguments of type WolfSoundVariantModifier and TypeMethodDescriptionprivate static Map
<WolfSoundVariants.Type, WolfSoundVariant> SoundEvents.createWolfSoundMap()