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
    • WIND_DISTURBANCE_LOGIC_REGISTRY

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<WindDisturbanceLogic<?>>> WIND_DISTURBANCE_LOGIC_REGISTRY
    • WIND_DISTURBANCE_LOGIC_UNSYNCED_REGISTRY

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<WindDisturbanceLogic<?>>> WIND_DISTURBANCE_LOGIC_UNSYNCED_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
    • WIND_DISTURBANCE_LOGIC

      public static final net.minecraft.core.MappedRegistry<WindDisturbanceLogic<?>> WIND_DISTURBANCE_LOGIC
    • WIND_DISTURBANCE_LOGIC_UNSYNCED

      public static final net.minecraft.core.MappedRegistry<WindDisturbanceLogic<?>> WIND_DISTURBANCE_LOGIC_UNSYNCED
  • Method Details

    • vanillaRegistries

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

      public static void initRegistry()