Class WolfVariants
java.lang.Object
net.minecraft.world.entity.animal.wolf.WolfVariants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> static final ResourceKey<WolfVariant> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbootstrap(BootstrapContext<WolfVariant> context) private static ResourceKey<WolfVariant> private static SpawnPrioritySelectorshighPrioBiome(HolderSet<Biome> biomes) private static voidregister(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, ResourceKey<Biome> spawnBiome) private static voidregister(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, TagKey<Biome> spawnBiome) private static voidregister(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, SpawnPrioritySelectors selectors)
-
Field Details
-
PALE
-
SPOTTED
-
SNOWY
-
BLACK
-
ASHEN
-
RUSTY
-
WOODS
-
CHESTNUT
-
STRIPED
-
DEFAULT
-
-
Constructor Details
-
WolfVariants
public WolfVariants()
-
-
Method Details
-
createKey
-
register
private static void register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, ResourceKey<Biome> spawnBiome) -
register
private static void register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, TagKey<Biome> spawnBiome) -
highPrioBiome
-
register
private static void register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, SpawnPrioritySelectors selectors) -
bootstrap
-