Interface FrogVariants
public interface FrogVariants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceKey
<FrogVariant> static final ResourceKey
<FrogVariant> static final ResourceKey
<FrogVariant> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic void
bootstrap
(BootstrapContext<FrogVariant> pContext) private static ResourceKey
<FrogVariant> createKey
(ResourceLocation pName) private static void
register
(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, TagKey<Biome> pBiome) private static void
register
(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, SpawnPrioritySelectors pSpawnConditions)
-
Field Details
-
TEMPERATE
-
WARM
-
COLD
-
-
Method Details
-
createKey
-
bootstrap
-
register
private static void register(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, TagKey<Biome> pBiome) -
register
private static void register(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, SpawnPrioritySelectors pSpawnConditions)
-