Package com.simibubi.create.foundation
Class ClientResourceReloadListener
java.lang.Object
com.simibubi.create.foundation.ClientResourceReloadListener
- All Implemented Interfaces:
ISimpleReloadListener,net.minecraft.server.packs.resources.PreparableReloadListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonReload(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profiler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.simibubi.create.foundation.utility.ISimpleReloadListener
reloadMethods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
getName
-
Constructor Details
-
ClientResourceReloadListener
public ClientResourceReloadListener()
-
-
Method Details
-
onReload
public void onReload(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profiler) - Specified by:
onReloadin interfaceISimpleReloadListener
-