Class QuasarParticles.Reloader

java.lang.Object
net.minecraft.server.packs.resources.SimplePreparableReloadListener<VeilDynamicRegistry.Data>
foundry.veil.api.quasar.data.QuasarParticles.Reloader
All Implemented Interfaces:
net.minecraft.server.packs.resources.PreparableReloadListener
Enclosing class:
QuasarParticles

@Internal public static class QuasarParticles.Reloader extends net.minecraft.server.packs.resources.SimplePreparableReloadListener<VeilDynamicRegistry.Data>
  • 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
    protected void
    apply(VeilDynamicRegistry.Data preparations, net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profilerFiller)
     
     
    prepare(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profilerFiller)
     

    Methods inherited from class net.minecraft.server.packs.resources.SimplePreparableReloadListener

    reload

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Reloader

      public Reloader()
  • Method Details

    • prepare

      protected VeilDynamicRegistry.Data prepare(net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profilerFiller)
      Specified by:
      prepare in class net.minecraft.server.packs.resources.SimplePreparableReloadListener<VeilDynamicRegistry.Data>
    • apply

      protected void apply(VeilDynamicRegistry.Data preparations, net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profilerFiller)
      Specified by:
      apply in class net.minecraft.server.packs.resources.SimplePreparableReloadListener<VeilDynamicRegistry.Data>
    • getName

      public String getName()