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.ANGRYstatic final RegistryKey<WolfSoundVariant> WolfSoundVariants.BIGstatic final RegistryKey<WolfSoundVariant> WolfSoundVariants.CLASSICstatic final com.mojang.serialization.Codec<WolfSoundVariant> WolfSoundVariant.CODECstatic final RegistryKey<WolfSoundVariant> WolfSoundVariants.CUTEstatic final com.mojang.serialization.Codec<RegistryEntry<WolfSoundVariant>> WolfSoundVariant.ENTRY_CODECstatic final RegistryKey<WolfSoundVariant> WolfSoundVariants.GRUMPYstatic final com.mojang.serialization.Codec<WolfSoundVariant> WolfSoundVariant.NETWORK_CODECstatic final PacketCodec<RegistryByteBuf, RegistryEntry<WolfSoundVariant>> WolfSoundVariant.PACKET_CODECstatic final RegistryKey<WolfSoundVariant> WolfSoundVariants.PUGLINstatic final RegistryKey<WolfSoundVariant> WolfSoundVariants.SADprivate static final TrackedData<RegistryEntry<WolfSoundVariant>> WolfEntity.SOUND_VARIANTMethods 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 voidWolfSoundVariants.bootstrap(Registerable<WolfSoundVariant> registry) private static voidWolfSoundVariants.register(Registerable<WolfSoundVariant> registry, RegistryKey<WolfSoundVariant> key, WolfSoundVariants.Type type) private static voidWolfSoundVariants.register(Registerable<WolfSoundVariant> registry, RegistryKey<WolfSoundVariant> key, WolfSoundVariants.Type type) private voidWolfEntity.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_SOUNDSMethods in net.minecraft.sound that return types with arguments of type WolfSoundVariantModifier and TypeMethodDescriptionprivate static Map<WolfSoundVariants.Type, WolfSoundVariant> SoundEvents.createWolfSoundMap()