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 EntitySubPredicate
EntitySubPredicates.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_VARIANT
static 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.Builder
EntityLootSubProvider.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.COLD
static final ResourceKey
<FrogVariant> FrogVariant.TEMPERATE
static final ResourceKey
<FrogVariant> FrogVariant.WARM
Methods in net.minecraft.world.entity.animal that return FrogVariantModifier and TypeMethodDescriptionstatic FrogVariant
FrogVariant.bootstrap
(Registry<FrogVariant> p_336150_) private static FrogVariant
FrogVariant.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 FrogVariant
FrogVariant.bootstrap
(Registry<FrogVariant> p_336150_) private static FrogVariant
FrogVariant.register
(Registry<FrogVariant> p_336004_, ResourceKey<FrogVariant> p_335508_, String p_218194_) private static FrogVariant
FrogVariant.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_ID
private static final ResourceKey
<FrogVariant> Frog.DEFAULT_VARIANT
Methods 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