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<?>> p_360794_, HolderGetter<Item> p_360803_, HolderLookup<FrogVariant> p_399589_, Advancement.Builder p_249739_) -
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<?>> p_362844_, HolderGetter<FrogVariant> p_399949_, ResourceKey<FrogVariant> p_335676_) -
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 p_399726_) Frog.getVariant()
static Optional
<Holder.Reference<FrogVariant>> FrogVariants.selectVariantToSpawn
(RandomSource p_399783_, RegistryAccess p_400102_, SpawnContext p_399936_) Method parameters in net.minecraft.world.entity.animal.frog with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic void
FrogVariants.bootstrap
(BootstrapContext<FrogVariant> p_399856_) private static void
FrogVariants.register
(BootstrapContext<FrogVariant> p_400026_, ResourceKey<FrogVariant> p_399464_, String p_399971_, TagKey<Biome> p_399473_) private static void
FrogVariants.register
(BootstrapContext<FrogVariant> p_400026_, ResourceKey<FrogVariant> p_399464_, String p_399971_, TagKey<Biome> p_399473_) private static void
FrogVariants.register
(BootstrapContext<FrogVariant> p_399696_, ResourceKey<FrogVariant> p_399649_, String p_400239_, SpawnPrioritySelectors p_399940_) private static void
FrogVariants.register
(BootstrapContext<FrogVariant> p_399696_, ResourceKey<FrogVariant> p_399649_, String p_400239_, SpawnPrioritySelectors p_399940_) private void
Frog.setVariant
(Holder<FrogVariant> p_336047_)