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.BuilderVanillaHusbandryTabAdvancementGenerator.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.BuilderEntityLootTableGenerator.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.CODECstatic final RegistryKey<FrogVariant> FrogVariants.COLDprivate static final RegistryKey<FrogVariant> FrogEntity.DEFAULT_VARIANT_KEYstatic final com.mojang.serialization.Codec<RegistryEntry<FrogVariant>> FrogVariant.ENTRY_CODECstatic final com.mojang.serialization.Codec<FrogVariant> FrogVariant.NETWORK_CODECstatic final PacketCodec<RegistryByteBuf, RegistryEntry<FrogVariant>> FrogVariant.PACKET_CODECstatic final RegistryKey<FrogVariant> FrogVariants.TEMPERATEprivate static final TrackedData<RegistryEntry<FrogVariant>> FrogEntity.VARIANTstatic final RegistryKey<FrogVariant> FrogVariants.WARMMethods in net.minecraft.entity.passive that return types with arguments of type FrogVariantModifier and TypeMethodDescriptionFrogEntity.getVariant()private static RegistryKey<FrogVariant> FrogVariants.of(Identifier id) static Optional<RegistryEntry.Reference<FrogVariant>> FrogVariants.select(Random random, DynamicRegistryManager registries, SpawnContext context) Method parameters in net.minecraft.entity.passive with type arguments of type FrogVariantModifier and TypeMethodDescriptionstatic voidFrogVariants.bootstrap(Registerable<FrogVariant> registry) private static voidFrogVariants.register(Registerable<FrogVariant> registry, RegistryKey<FrogVariant> key, String assetId, SpawnConditionSelectors spawnConditions) private static voidFrogVariants.register(Registerable<FrogVariant> registry, RegistryKey<FrogVariant> key, String assetId, SpawnConditionSelectors spawnConditions) private static voidFrogVariants.register(Registerable<FrogVariant> registry, RegistryKey<FrogVariant> key, String assetId, TagKey<Biome> requiredBiomes) private static voidFrogVariants.register(Registerable<FrogVariant> registry, RegistryKey<FrogVariant> key, String assetId, TagKey<Biome> requiredBiomes) private 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