Package foundry.veil.api.quasar.data
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 -
Method Summary
Modifier and TypeMethodDescription@NotNull String
getName()
@NotNull CompletableFuture
<Void> 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)
-
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 interfacenet.minecraft.server.packs.resources.PreparableReloadListener
-
getName
- Specified by:
getName
in interfacenet.minecraft.server.packs.resources.PreparableReloadListener
-