Uses of Record Class
net.minecraft.entity.passive.FrogVariant
Packages that use FrogVariant
Package
Description
-
Uses of FrogVariant in net.minecraft.data.server.loottable
Method parameters in net.minecraft.data.server.loottable with type arguments of type FrogVariantModifier and TypeMethodDescriptionprotected LootCondition.Builder
EntityLootTableGenerator.killedByFrog
(RegistryKey<FrogVariant> frogVariant) -
Uses of FrogVariant in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final TrackedDataHandler
<RegistryEntry<FrogVariant>> TrackedDataHandlerRegistry.FROG_VARIANT
-
Uses of FrogVariant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final RegistryKey
<FrogVariant> FrogVariant.COLD
private static final RegistryKey
<FrogVariant> FrogEntity.DEFAULT_VARIANT_KEY
static final RegistryKey
<FrogVariant> FrogVariant.TEMPERATE
private static final TrackedData
<RegistryEntry<FrogVariant>> FrogEntity.VARIANT
static final RegistryKey
<FrogVariant> FrogVariant.WARM
Methods in net.minecraft.entity.passive that return FrogVariantModifier and TypeMethodDescriptionprivate static FrogVariant
FrogVariant.register
(Registry<FrogVariant> registry, RegistryKey<FrogVariant> key, String id) static FrogVariant
FrogVariant.registerAndGetDefault
(Registry<FrogVariant> registry) Methods in net.minecraft.entity.passive that return types with arguments of type FrogVariantModifier and TypeMethodDescriptionFrogEntity.getVariant()
private static RegistryKey
<FrogVariant> Method parameters in net.minecraft.entity.passive with type arguments of type FrogVariantModifier and TypeMethodDescriptionprivate static FrogVariant
FrogVariant.register
(Registry<FrogVariant> registry, RegistryKey<FrogVariant> key, String id) private static FrogVariant
FrogVariant.register
(Registry<FrogVariant> registry, RegistryKey<FrogVariant> key, String id) static FrogVariant
FrogVariant.registerAndGetDefault
(Registry<FrogVariant> registry) void
FrogEntity.setVariant
(RegistryEntry<FrogVariant> registryEntry) -
Uses of FrogVariant in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final EntitySubPredicateTypes.DynamicVariantType
<FrogVariant> EntitySubPredicateTypes.FROG
Method parameters in net.minecraft.predicate.entity with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic EntitySubPredicate
EntitySubPredicateTypes.frogVariant
(RegistryEntry<FrogVariant> frogVariant) -
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