net.minecraft.entity.passive

public class WolfSoundVariants

net.minecraft.world.entity.animal.wolf.WolfSoundVariants
net.minecraft.class_10824
net.minecraft.entity.passive.WolfSoundVariants

Field summary

Modifier and TypeField
public static final RegistryKey<WolfSoundVariant>
CLASSIC
field_57080
CLASSIC
public static final RegistryKey<WolfSoundVariant>
PUGLIN
field_57081
PUGLIN
public static final RegistryKey<WolfSoundVariant>
SAD
field_57082
SAD
public static final RegistryKey<WolfSoundVariant>
ANGRY
field_57083
ANGRY
public static final RegistryKey<WolfSoundVariant>
GRUMPY
field_57084
GRUMPY
public static final RegistryKey<WolfSoundVariant>
BIG
field_57085
BIG
public static final RegistryKey<WolfSoundVariant>
CUTE
field_57086
CUTE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private static RegistryKey<WolfSoundVariant>
createKey(WolfSoundVariants$SoundSet wolfSoundVariant)
method_68135(class_10824$class_10825 arg0)
of(WolfSoundVariants$Type type)
public static void
bootstrap(BootstrapContext<WolfSoundVariant> context)
method_68137(class_7891<class_10823> arg0)
bootstrap(Registerable<WolfSoundVariant> registry)
private static void
register(BootstrapContext<WolfSoundVariant> context, ResourceKey<WolfSoundVariant> key, WolfSoundVariants$SoundSet wolfSoundVariant)
method_68138(class_7891<class_10823> arg0, class_5321<class_10823> arg1, class_10824$class_10825 arg2)
register(Registerable<WolfSoundVariant> registry, RegistryKey<WolfSoundVariant> key, WolfSoundVariants$Type type)
public static RegistryEntry<WolfSoundVariant>
pickRandomSoundVariant(RegistryAccess registryAccess, RandomSource random)
method_68136(class_5455 arg0, class_5819 arg1)
select(DynamicRegistryManager registries, Random random)