Uses of Record Class
net.minecraft.entity.passive.FrogVariant
Packages that use FrogVariant
Package
Description
The base package for all Minecraft classes.
-
Uses of FrogVariant in net.minecraft
Fields in net.minecraft with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final Registry<FrogVariant>class_7923.field_41164static final RegistryKey<Registry<FrogVariant>>class_7924.FROG_VARIANT -
Uses of FrogVariant in net.minecraft.data.server.loottable
Methods in net.minecraft.data.server.loottable with parameters of type FrogVariantModifier and TypeMethodDescriptionprotected LootCondition.BuilderEntityLootTableGenerator.killedByFrog(FrogVariant variant) -
Uses of FrogVariant in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final TrackedDataHandler<FrogVariant>TrackedDataHandlerRegistry.FROG_VARIANT -
Uses of FrogVariant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as FrogVariantModifier and TypeFieldDescriptionstatic final FrogVariantFrogVariant.COLDstatic final FrogVariantFrogVariant.TEMPERATEstatic final FrogVariantFrogVariant.WARMFields in net.minecraft.entity.passive with type parameters of type FrogVariantModifier and TypeFieldDescriptionprivate static final TrackedData<FrogVariant>FrogEntity.VARIANTMethods in net.minecraft.entity.passive that return FrogVariantMethods in net.minecraft.entity.passive with parameters of type FrogVariant -
Uses of FrogVariant in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final VariantPredicates<FrogVariant>TypeSpecificPredicate.Deserializers.FROGMethods in net.minecraft.predicate.entity with parameters of type FrogVariantModifier and TypeMethodDescriptionstatic TypeSpecificPredicateTypeSpecificPredicate.frog(FrogVariant variant)