Uses of Record Class
net.minecraft.world.entity.animal.FrogVariant
Packages that use FrogVariant
Package
Description
-
Uses of FrogVariant in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type FrogVariantMethod parameters in net.minecraft.advancements.critereon with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic EntitySubPredicateEntitySubPredicates.frogVariant(Holder<FrogVariant> p_335714_) -
Uses of FrogVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final Registry<FrogVariant> BuiltInRegistries.FROG_VARIANTstatic final ResourceKey<Registry<FrogVariant>> Registries.FROG_VARIANT -
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(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
Fields in net.minecraft.world.entity.animal with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final ResourceKey<FrogVariant> FrogVariant.COLDstatic final ResourceKey<FrogVariant> FrogVariant.TEMPERATEstatic final ResourceKey<FrogVariant> FrogVariant.WARMMethods in net.minecraft.world.entity.animal that return FrogVariantModifier and TypeMethodDescriptionstatic FrogVariantFrogVariant.bootstrap(Registry<FrogVariant> p_336150_) private static FrogVariantFrogVariant.register(Registry<FrogVariant> p_336004_, ResourceKey<FrogVariant> p_335508_, String p_218194_) Methods in net.minecraft.world.entity.animal that return types with arguments of type FrogVariantMethod parameters in net.minecraft.world.entity.animal with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic FrogVariantFrogVariant.bootstrap(Registry<FrogVariant> p_336150_) private static FrogVariantFrogVariant.register(Registry<FrogVariant> p_336004_, ResourceKey<FrogVariant> p_335508_, String p_218194_) private static FrogVariantFrogVariant.register(Registry<FrogVariant> p_336004_, ResourceKey<FrogVariant> p_335508_, String p_218194_) -
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 TypeFieldDescriptionprivate static final EntityDataAccessor<Holder<FrogVariant>> Frog.DATA_VARIANT_IDprivate static final ResourceKey<FrogVariant> Frog.DEFAULT_VARIANTMethods in net.minecraft.world.entity.animal.frog that return types with arguments of type FrogVariantMethod parameters in net.minecraft.world.entity.animal.frog with type arguments of type FrogVariant