Uses of Record Class
net.minecraft.world.entity.animal.frog.FrogVariant
Packages that use FrogVariant
Package
Description
-
Uses of FrogVariant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final DataComponentType
<Holder<FrogVariant>> DataComponents.FROG_VARIANT
-
Uses of FrogVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final ResourceKey
<Registry<FrogVariant>> Registries.FROG_VARIANT
-
Uses of FrogVariant in net.minecraft.data.advancements.packs
Method parameters in net.minecraft.data.advancements.packs with type arguments of type FrogVariantModifier and TypeMethodDescriptionprivate static Advancement.Builder
VanillaHusbandryAdvancements.addLeashedFrogVariants
(HolderGetter<EntityType<?>> pEntityTypeRegistry, HolderGetter<Item> pItemRegistry, HolderLookup<FrogVariant> pFrogVariants, Advancement.Builder pBuilder) -
Uses of FrogVariant in net.minecraft.data.loot
Method parameters in net.minecraft.data.loot with type arguments of type FrogVariantModifier and TypeMethodDescriptionprotected LootItemCondition.Builder
EntityLootSubProvider.killedByFrogVariant
(HolderGetter<EntityType<?>> pEntityTypeRegistry, HolderGetter<FrogVariant> pVariantRegistry, ResourceKey<FrogVariant> pVariantKey) -
Uses of FrogVariant in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final EntityDataSerializer
<Holder<FrogVariant>> EntityDataSerializers.FROG_VARIANT
-
Uses of FrogVariant in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Holder<FrogVariant>> FrogVariant.CODEC
static final ResourceKey
<FrogVariant> FrogVariants.COLD
private static final EntityDataAccessor
<Holder<FrogVariant>> Frog.DATA_VARIANT_ID
private static final ResourceKey
<FrogVariant> Frog.DEFAULT_VARIANT
static final com.mojang.serialization.Codec
<FrogVariant> FrogVariant.DIRECT_CODEC
static final com.mojang.serialization.Codec
<FrogVariant> FrogVariant.NETWORK_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, Holder<FrogVariant>> FrogVariant.STREAM_CODEC
static final ResourceKey
<FrogVariant> FrogVariants.TEMPERATE
static final ResourceKey
<FrogVariant> FrogVariants.WARM
Methods in net.minecraft.world.entity.animal.frog that return types with arguments of type FrogVariantModifier and TypeMethodDescriptionprivate static ResourceKey
<FrogVariant> FrogVariants.createKey
(ResourceLocation pName) Frog.getVariant()
Method parameters in net.minecraft.world.entity.animal.frog with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic void
FrogVariants.bootstrap
(BootstrapContext<FrogVariant> pContext) private static void
FrogVariants.register
(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, TagKey<Biome> pBiome) private static void
FrogVariants.register
(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, TagKey<Biome> pBiome) private static void
FrogVariants.register
(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, SpawnPrioritySelectors pSpawnConditions) private static void
FrogVariants.register
(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, SpawnPrioritySelectors pSpawnConditions) private void
Frog.setVariant
(Holder<FrogVariant> p_336047_)