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> registryKey) -
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.field_49988
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 TypeMethodDescriptionstatic FrogVariant
FrogVariant.method_58369
(Registry<FrogVariant> registry) private static FrogVariant
FrogVariant.register
(Registry<FrogVariant> registry, RegistryKey<FrogVariant> registryKey, String string) Methods in net.minecraft.entity.passive that return types with arguments of type FrogVariantModifier and TypeMethodDescriptionFrogEntity.getVariant()
private static RegistryKey
<FrogVariant> FrogVariant.method_58368
(String string) Method parameters in net.minecraft.entity.passive with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic FrogVariant
FrogVariant.method_58369
(Registry<FrogVariant> registry) private static FrogVariant
FrogVariant.register
(Registry<FrogVariant> registry, RegistryKey<FrogVariant> registryKey, String string) private static FrogVariant
FrogVariant.register
(Registry<FrogVariant> registry, RegistryKey<FrogVariant> registryKey, String string) 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.class_9419
<FrogVariant> EntitySubPredicateTypes.FROG
Method parameters in net.minecraft.predicate.entity with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic EntitySubPredicate
EntitySubPredicateTypes.frogVariant
(RegistryEntry<FrogVariant> registryEntry) -
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