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.BuilderVanillaHusbandryAdvancements.addLeashedFrogVariants(HolderGetter<EntityType<?>> entityTypes, HolderGetter<Item> items, HolderLookup<FrogVariant> frogVariants, Advancement.Builder advancement) -
Uses of FrogVariant in net.minecraft.data.loot
Method parameters in net.minecraft.data.loot with type arguments of type FrogVariantModifier and TypeMethodDescriptionprotected LootItemCondition.BuilderEntityLootSubProvider.killedByFrogVariant(HolderGetter<EntityType<?>> entityTypes, HolderGetter<FrogVariant> frogVariants, ResourceKey<FrogVariant> variant) -
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.CODECstatic final ResourceKey<FrogVariant> FrogVariants.COLDprivate static final EntityDataAccessor<Holder<FrogVariant>> Frog.DATA_VARIANT_IDprivate static final ResourceKey<FrogVariant> Frog.DEFAULT_VARIANTstatic final com.mojang.serialization.Codec<FrogVariant> FrogVariant.DIRECT_CODECstatic final com.mojang.serialization.Codec<FrogVariant> FrogVariant.NETWORK_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<FrogVariant>> FrogVariant.STREAM_CODECstatic final ResourceKey<FrogVariant> FrogVariants.TEMPERATEstatic final ResourceKey<FrogVariant> FrogVariants.WARMMethods in net.minecraft.world.entity.animal.frog that return types with arguments of type FrogVariantModifier and TypeMethodDescriptionprivate static ResourceKey<FrogVariant> FrogVariants.createKey(Identifier id) Frog.getVariant()Method parameters in net.minecraft.world.entity.animal.frog with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic voidFrogVariants.bootstrap(BootstrapContext<FrogVariant> registry) private static voidFrogVariants.register(BootstrapContext<FrogVariant> context, ResourceKey<FrogVariant> name, String assetId, TagKey<Biome> limitToBiome) private static voidFrogVariants.register(BootstrapContext<FrogVariant> context, ResourceKey<FrogVariant> name, String assetId, TagKey<Biome> limitToBiome) private static voidFrogVariants.register(BootstrapContext<FrogVariant> context, ResourceKey<FrogVariant> name, String assetId, SpawnPrioritySelectors selectors) private static voidFrogVariants.register(BootstrapContext<FrogVariant> context, ResourceKey<FrogVariant> name, String assetId, SpawnPrioritySelectors selectors) private voidFrog.setVariant(Holder<FrogVariant> variant)