Class FrozenRegistry

java.lang.Object
net.frozenblock.lib.registry.api.FrozenRegistry

public class FrozenRegistry extends Object
  • Field Details

    • MOD_INTEGRATION_REGISTRY

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<ModIntegrationSupplier<?>>> MOD_INTEGRATION_REGISTRY
    • SOUND_PREDICATE_REGISTRY

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<SoundPredicate<?>>> SOUND_PREDICATE_REGISTRY
    • SOUND_PREDICATE_UNSYNCED_REGISTRY

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<SoundPredicate<?>>> SOUND_PREDICATE_UNSYNCED_REGISTRY
    • SPOTTING_ICON_PREDICATE_REGISTRY

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<SpottingIconPredicate<?>>> SPOTTING_ICON_PREDICATE_REGISTRY
    • MOD_INTEGRATION

      public static final net.minecraft.core.MappedRegistry<ModIntegrationSupplier<?>> MOD_INTEGRATION
    • SOUND_PREDICATE

      public static final net.minecraft.core.MappedRegistry<SoundPredicate<?>> SOUND_PREDICATE
    • SOUND_PREDICATE_UNSYNCED

      public static final net.minecraft.core.MappedRegistry<SoundPredicate<?>> SOUND_PREDICATE_UNSYNCED
    • SPOTTING_ICON_PREDICATE

      public static final net.minecraft.core.MappedRegistry<SpottingIconPredicate<?>> SPOTTING_ICON_PREDICATE
  • Method Details

    • vanillaRegistries

      public static net.minecraft.core.HolderLookup.Provider vanillaRegistries()
    • initRegistry

      public static void initRegistry()