Package foundry.veil.api.quasar.data
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(VeilDynamicRegistry.Data preparations, net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profilerFiller) getName()
protected VeilDynamicRegistry.Data
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
-
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 classnet.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 classnet.minecraft.server.packs.resources.SimplePreparableReloadListener<VeilDynamicRegistry.Data>
-
getName
-