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 IdentifierRepresents the application phase after Vanilla resource reloaders are invoked.static final IdentifierRepresents the application phase before Vanilla resource reloaders are invoked. -
Method Summary
-
Field Details
-
BEFORE_VANILLA
Represents the application phase before Vanilla resource reloaders are invoked.No resource reloaders are assigned to this identifier.
- See Also:
-
AFTER_VANILLA
Represents the application phase after Vanilla resource reloaders are invoked.No resource reloaders are assigned to this identifier.
- See Also:
-