Package net.fabricmc.fabric.api.resource
Interface SimpleSynchronousResourceReloadListener
- All Superinterfaces:
IdentifiableResourceReloadListener,ResourceReloader,SynchronousResourceReloader
public interface SimpleSynchronousResourceReloadListener
extends IdentifiableResourceReloadListener, SynchronousResourceReloader
A simplified version of the "resource reload listener" interface, hiding the
peculiarities of the API and ensuring all data is loaded on the main thread.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer -
Method Summary
Methods inherited from interface net.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener
getFabricDependencies, getFabricIdMethods inherited from interface net.minecraft.resource.ResourceReloader
getNameMethods inherited from interface net.minecraft.resource.SynchronousResourceReloader
reload, reload