Uses of Enum Class
net.minecraft.world.entity.animal.pig.PigSoundVariants.SoundSet
Packages that use PigSoundVariants.SoundSet
-
Uses of PigSoundVariants.SoundSet in net.minecraft.sounds
Fields in net.minecraft.sounds with type parameters of type PigSoundVariants.SoundSetModifier and TypeFieldDescriptionstatic final Map<PigSoundVariants.SoundSet, PigSoundVariant> SoundEvents.PIG_SOUNDSMethods in net.minecraft.sounds that return types with arguments of type PigSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static Map<PigSoundVariants.SoundSet, PigSoundVariant> SoundEvents.registerPigSoundVariants() -
Uses of PigSoundVariants.SoundSet in net.minecraft.world.entity.animal.pig
Subclasses with type arguments of type PigSoundVariants.SoundSet in net.minecraft.world.entity.animal.pigMethods in net.minecraft.world.entity.animal.pig that return PigSoundVariants.SoundSetModifier and TypeMethodDescriptionstatic PigSoundVariants.SoundSetReturns the enum constant of this class with the specified name.static PigSoundVariants.SoundSet[]PigSoundVariants.SoundSet.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.animal.pig with parameters of type PigSoundVariants.SoundSetModifier and TypeMethodDescriptionprivate static ResourceKey<PigSoundVariant> PigSoundVariants.createKey(PigSoundVariants.SoundSet pigSoundVariant) private static voidPigSoundVariants.register(BootstrapContext<PigSoundVariant> context, ResourceKey<PigSoundVariant> key, PigSoundVariants.SoundSet PigSoundVariant)