Interface SimpleSynchronousResourceReloadListener

All Superinterfaces:
IdentifiableResourceReloadListener, net.minecraft.resource.ResourceReloadListener, net.minecraft.resource.SynchronousResourceReloadListener

public interface SimpleSynchronousResourceReloadListener
extends IdentifiableResourceReloadListener, net.minecraft.resource.SynchronousResourceReloadListener
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.ResourceReloadListener

    net.minecraft.resource.ResourceReloadListener.Synchronizer
  • Method Summary

    Methods inherited from interface net.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener

    getFabricDependencies, getFabricId

    Methods inherited from interface net.minecraft.resource.ResourceReloadListener

    getName

    Methods inherited from interface net.minecraft.resource.SynchronousResourceReloadListener

    apply, reload