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