Class QuasarParticles.Reloader

java.lang.Object
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 Object implements net.minecraft.server.packs.resources.PreparableReloadListener
  • 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
    @NotNull String
     
    reload(net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier preparationBarrier, @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull net.minecraft.util.profiling.ProfilerFiller preparationsProfiler, @NotNull net.minecraft.util.profiling.ProfilerFiller reloadProfiler, @NotNull Executor backgroundExecutor, @NotNull Executor gameExecutor)
     

    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

    • reload

      @NotNull public @NotNull CompletableFuture<Void> reload(net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier preparationBarrier, @NotNull @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull @NotNull net.minecraft.util.profiling.ProfilerFiller preparationsProfiler, @NotNull @NotNull net.minecraft.util.profiling.ProfilerFiller reloadProfiler, @NotNull @NotNull Executor backgroundExecutor, @NotNull @NotNull Executor gameExecutor)
      Specified by:
      reload in interface net.minecraft.server.packs.resources.PreparableReloadListener
    • getName

      @NotNull public @NotNull String getName()
      Specified by:
      getName in interface net.minecraft.server.packs.resources.PreparableReloadListener