Class NeoForgeRegistries.Keys

java.lang.Object
net.neoforged.neoforge.registries.NeoForgeRegistries.Keys
Enclosing class:
NeoForgeRegistries

public static final class NeoForgeRegistries.Keys extends Object
  • Field Details

    • ENTITY_DATA_SERIALIZERS

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<net.minecraft.network.syncher.EntityDataSerializer<?>>> ENTITY_DATA_SERIALIZERS
    • GLOBAL_LOOT_MODIFIER_SERIALIZERS

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends IGlobalLootModifier>>> GLOBAL_LOOT_MODIFIER_SERIALIZERS
    • BIOME_MODIFIER_SERIALIZERS

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends BiomeModifier>>> BIOME_MODIFIER_SERIALIZERS
    • STRUCTURE_MODIFIER_SERIALIZERS

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends StructureModifier>>> STRUCTURE_MODIFIER_SERIALIZERS
    • FLUID_TYPES

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<FluidType>> FLUID_TYPES
    • HOLDER_SET_TYPES

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<HolderSetType>> HOLDER_SET_TYPES
    • INGREDIENT_TYPES

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<IngredientType<?>>> INGREDIENT_TYPES
    • FLUID_INGREDIENT_TYPES

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<FluidIngredientType<?>>> FLUID_INGREDIENT_TYPES
    • CONDITION_CODECS

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends ICondition>>> CONDITION_CODECS
    • ATTACHMENT_TYPES

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<AttachmentType<?>>> ATTACHMENT_TYPES
    • BIOME_MODIFIERS

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<BiomeModifier>> BIOME_MODIFIERS
    • STRUCTURE_MODIFIERS

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<StructureModifier>> STRUCTURE_MODIFIERS
  • Constructor Details

    • Keys

      public Keys()
  • Method Details

    • key

      private static <T> net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> key(String name)