Class ResourceReloaderKeys

java.lang.Object
net.fabricmc.fabric.api.resource.v1.reloader.ResourceReloaderKeys

public final class ResourceReloaderKeys extends Object
This class contains default keys for various Minecraft resource reloaders.
See Also:
  • PreparableReloadListener
  • Field Details

    • BEFORE_VANILLA

      public static final net.minecraft.resources.Identifier BEFORE_VANILLA
      Represents the application phase before Vanilla resource reloaders are invoked.

      No resource reloaders are assigned to this identifier.

      See Also:
    • AFTER_VANILLA

      public static final net.minecraft.resources.Identifier AFTER_VANILLA
      Represents the application phase after Vanilla resource reloaders are invoked.

      No resource reloaders are assigned to this identifier.

      See Also: