Uses of Record Class
net.minecraft.entity.passive.FrogVariant
Packages that use FrogVariant
Package
Description
- 
Uses of FrogVariant in net.minecraft.data.server.loottableMethods 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.dataFields 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.passiveFields 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.entityFields 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) 
- 
Uses of FrogVariant in net.minecraft.registryFields in net.minecraft.registry with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final Registry<FrogVariant>Registries.FROG_VARIANTstatic final RegistryKey<Registry<FrogVariant>>RegistryKeys.FROG_VARIANT