Uses of Record Class
net.minecraft.entity.passive.FrogVariant
Packages that use FrogVariant
Package
Description
-
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.Builder
VanillaHusbandryTabAdvancementGenerator.requireAllFrogsOnLeads
(RegistryEntryLookup<EntityType<?>> entityTypeLookup, RegistryEntryLookup<Item> itemLookup, RegistryWrapper<FrogVariant> frogVariantRegistry, 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.Builder
EntityLootTableGenerator.killedByFrog
(RegistryEntryLookup<EntityType<?>> entityTypeLookup, RegistryEntryLookup<FrogVariant> frogVariantLookup, 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 com.mojang.serialization.Codec
<FrogVariant> FrogVariant.CODEC
static final RegistryKey
<FrogVariant> FrogVariants.COLD
private static final RegistryKey
<FrogVariant> FrogEntity.DEFAULT_VARIANT_KEY
static final com.mojang.serialization.Codec
<RegistryEntry<FrogVariant>> FrogVariant.ENTRY_CODEC
static final com.mojang.serialization.Codec
<FrogVariant> FrogVariant.NETWORK_CODEC
static final PacketCodec
<RegistryByteBuf, RegistryEntry<FrogVariant>> FrogVariant.PACKET_CODEC
static final RegistryKey
<FrogVariant> FrogVariants.TEMPERATE
private static final TrackedData
<RegistryEntry<FrogVariant>> FrogEntity.VARIANT
static final RegistryKey
<FrogVariant> FrogVariants.WARM
Methods in net.minecraft.entity.passive that return types with arguments of type FrogVariantModifier and TypeMethodDescriptionFrogEntity.getVariant()
private static RegistryKey
<FrogVariant> FrogVariants.of
(Identifier id) Method parameters in net.minecraft.entity.passive with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic void
FrogVariants.bootstrap
(Registerable<FrogVariant> registry) private static void
FrogVariants.register
(Registerable<FrogVariant> registry, RegistryKey<FrogVariant> key, String assetId, SpawnConditionSelectors spawnConditions) private static void
FrogVariants.register
(Registerable<FrogVariant> registry, RegistryKey<FrogVariant> key, String assetId, SpawnConditionSelectors spawnConditions) private static void
FrogVariants.register
(Registerable<FrogVariant> registry, RegistryKey<FrogVariant> key, String assetId, TagKey<Biome> requiredBiomes) private static void
FrogVariants.register
(Registerable<FrogVariant> registry, RegistryKey<FrogVariant> key, String assetId, TagKey<Biome> requiredBiomes) private void
FrogEntity.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