Uses of Record Class
net.minecraft.entity.passive.FrogVariant
Packages that use FrogVariant
Package
Description
-
Uses of FrogVariant in net.minecraft.data.server.loottable
Methods in net.minecraft.data.server.loottable with parameters of type FrogVariantModifier and TypeMethodDescriptionprotected LootCondition.Builder
EntityLootTableGenerator.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 FrogVariant
FrogVariant.COLD
static final FrogVariant
FrogVariant.TEMPERATE
static final FrogVariant
FrogVariant.WARM
Fields in net.minecraft.entity.passive with type parameters of type FrogVariantModifier and TypeFieldDescriptionprivate static final TrackedData<FrogVariant>
FrogEntity.VARIANT
Methods 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.FROG
Methods in net.minecraft.predicate.entity with parameters of type FrogVariantModifier and TypeMethodDescriptionstatic TypeSpecificPredicate
TypeSpecificPredicate.frog
(FrogVariant variant) -
Uses of FrogVariant in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final Registry<FrogVariant>
Registries.FROG_VARIANT
static final RegistryKey<Registry<FrogVariant>>
RegistryKeys.FROG_VARIANT