Class PartialModelEventHandler.ReloadListener
java.lang.Object
dev.engine_room.flywheel.lib.model.baked.PartialModelEventHandler.ReloadListener
- All Implemented Interfaces:
net.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener,net.fabricmc.fabric.api.resource.SimpleSynchronousResourceReloadListener,net.minecraft.server.packs.resources.PreparableReloadListener,net.minecraft.server.packs.resources.ResourceManagerReloadListener
- Enclosing class:
- PartialModelEventHandler
public static final class PartialModelEventHandler.ReloadListener
extends Object
implements net.fabricmc.fabric.api.resource.SimpleSynchronousResourceReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<net.minecraft.resources.ResourceLocation>static final net.minecraft.resources.ResourceLocationstatic final PartialModelEventHandler.ReloadListener -
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.resources.ResourceLocation>net.minecraft.resources.ResourceLocationvoidonResourceManagerReload(net.minecraft.server.packs.resources.ResourceManager resourceManager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
getNameMethods inherited from interface net.minecraft.server.packs.resources.ResourceManagerReloadListener
reload
-
Field Details
-
INSTANCE
-
ID
public static final net.minecraft.resources.ResourceLocation ID -
DEPENDENCIES
-
-
Method Details
-
onResourceManagerReload
public void onResourceManagerReload(net.minecraft.server.packs.resources.ResourceManager resourceManager) - Specified by:
onResourceManagerReloadin interfacenet.minecraft.server.packs.resources.ResourceManagerReloadListener
-
getFabricId
public net.minecraft.resources.ResourceLocation getFabricId()- Specified by:
getFabricIdin interfacenet.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener
-
getFabricDependencies
- Specified by:
getFabricDependenciesin interfacenet.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener
-