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 RegistryKey<FrogVariant> class_10689.field_56278static final RegistryKey<FrogVariant> class_10689.field_56279static final RegistryKey<FrogVariant> class_10689.field_56280Methods in net.minecraft that return types with arguments of type FrogVariantModifier and TypeMethodDescriptionprivate static RegistryKey<FrogVariant> class_10689.method_67143(Identifier identifier) static Optional<RegistryEntry.Reference<FrogVariant>> class_10689.method_67144(Random random, DynamicRegistryManager dynamicRegistryManager, class_10701 class_10701) Method parameters in net.minecraft with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic voidclass_10689.method_67145(Registerable<FrogVariant> registerable) private static voidclass_10689.method_67146(Registerable<FrogVariant> registerable, RegistryKey<FrogVariant> registryKey, String string, TagKey<Biome> tagKey) private static voidclass_10689.method_67146(Registerable<FrogVariant> registerable, RegistryKey<FrogVariant> registryKey, String string, TagKey<Biome> tagKey) private static voidclass_10689.method_67147(Registerable<FrogVariant> registerable, RegistryKey<FrogVariant> registryKey, String string, class_10702 class_10702) private static voidclass_10689.method_67147(Registerable<FrogVariant> registerable, RegistryKey<FrogVariant> registryKey, String string, class_10702 class_10702) -
Uses of FrogVariant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final ComponentType<RegistryEntry<FrogVariant>> DataComponentTypes.FROG_VARIANT -
Uses of FrogVariant in net.minecraft.data.advancement.vanilla
Method parameters in net.minecraft.data.advancement.vanilla with type arguments of type FrogVariantModifier and TypeMethodDescriptionprivate static Advancement.BuilderVanillaHusbandryTabAdvancementGenerator.requireAllFrogsOnLeads(RegistryEntryLookup<EntityType<?>> registryEntryLookup, RegistryEntryLookup<Item> registryEntryLookup2, RegistryWrapper<FrogVariant> registryWrapper, Advancement.Builder builder) -
Uses of FrogVariant in net.minecraft.data.loottable
Method parameters in net.minecraft.data.loottable with type arguments of type FrogVariantModifier and TypeMethodDescriptionprotected LootCondition.BuilderEntityLootTableGenerator.killedByFrog(RegistryEntryLookup<EntityType<?>> registryLookup, RegistryEntryLookup<FrogVariant> registryEntryLookup, 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 com.mojang.serialization.Codec<RegistryEntry<FrogVariant>> FrogVariant.CODECprivate static final RegistryKey<FrogVariant> FrogEntity.DEFAULT_VARIANT_KEYstatic final com.mojang.serialization.Codec<FrogVariant> FrogVariant.field_56276static final com.mojang.serialization.Codec<FrogVariant> FrogVariant.field_56277static final PacketCodec<RegistryByteBuf, RegistryEntry<FrogVariant>> FrogVariant.PACKET_CODECprivate static final TrackedData<RegistryEntry<FrogVariant>> FrogEntity.VARIANTMethods in net.minecraft.entity.passive that return types with arguments of type FrogVariantMethod parameters in net.minecraft.entity.passive with type arguments of type FrogVariantModifier and TypeMethodDescriptionprivate voidFrogEntity.setVariant(RegistryEntry<FrogVariant> variant) -
Uses of FrogVariant in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type FrogVariantModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<FrogVariant>> RegistryKeys.FROG_VARIANT