Class ResourceReloaderKeys
java.lang.Object
net.fabricmc.fabric.api.resource.v1.reloader.ResourceReloaderKeys
This class contains default keys for various Minecraft resource reloaders.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classKeys for various client resource reloaders.static final classKeys for various server resource reloaders. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.IdentifierRepresents the application phase after Vanilla resource reloaders are invoked.static final net.minecraft.resources.IdentifierRepresents the application phase before Vanilla resource reloaders are invoked. -
Method Summary
-
Field Details
-
BEFORE_VANILLA
public static final net.minecraft.resources.Identifier BEFORE_VANILLARepresents 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_VANILLARepresents the application phase after Vanilla resource reloaders are invoked.No resource reloaders are assigned to this identifier.
- See Also:
-