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

    Fields
    Modifier and Type
    Field
    Description
    static final List<net.minecraft.resources.ResourceLocation>
     
    static final net.minecraft.resources.ResourceLocation
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<net.minecraft.resources.ResourceLocation>
     
    net.minecraft.resources.ResourceLocation
     
    void
    onResourceManagerReload(net.minecraft.server.packs.resources.ResourceManager resourceManager)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener

    getName

    Methods inherited from interface net.minecraft.server.packs.resources.ResourceManagerReloadListener

    reload
  • Field Details

    • INSTANCE

      public static final PartialModelEventHandler.ReloadListener INSTANCE
    • ID

      public static final net.minecraft.resources.ResourceLocation ID
    • DEPENDENCIES

      public static final List<net.minecraft.resources.ResourceLocation> DEPENDENCIES
  • Method Details

    • onResourceManagerReload

      public void onResourceManagerReload(net.minecraft.server.packs.resources.ResourceManager resourceManager)
      Specified by:
      onResourceManagerReload in interface net.minecraft.server.packs.resources.ResourceManagerReloadListener
    • getFabricId

      public net.minecraft.resources.ResourceLocation getFabricId()
      Specified by:
      getFabricId in interface net.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener
    • getFabricDependencies

      public List<net.minecraft.resources.ResourceLocation> getFabricDependencies()
      Specified by:
      getFabricDependencies in interface net.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener