Class ClientResourceReloadListener

java.lang.Object
com.simibubi.create.foundation.ClientResourceReloadListener
All Implemented Interfaces:
ISimpleReloadListener, net.minecraft.server.packs.resources.PreparableReloadListener

public class ClientResourceReloadListener extends Object implements ISimpleReloadListener
  • 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onReload(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, wait

    Methods inherited from interface com.simibubi.create.foundation.utility.ISimpleReloadListener

    reload

    Methods 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:
      onReload in interface ISimpleReloadListener