Interface ParticleHelper
- All Known Implementing Classes:
ForgeParticleHelper
public interface ParticleHelper
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceParticleHelper.PendingParticleFactory<T extends net.minecraft.core.particles.ParticleOptions>A pending particle factory. -
Method Summary
Modifier and TypeMethodDescription<T extends net.minecraft.core.particles.ParticleOptions>
voidfabricRegister(net.minecraft.core.particles.ParticleType<T> type, ParticleHelper.PendingParticleFactory<T> factory) net.minecraft.core.particles.SimpleParticleTypesimple(String name, ParticleHelper.PendingParticleFactory<net.minecraft.core.particles.SimpleParticleType> factory, boolean alwaysRender)
-
Method Details
-
simple
net.minecraft.core.particles.SimpleParticleType simple(String name, ParticleHelper.PendingParticleFactory<net.minecraft.core.particles.SimpleParticleType> factory, boolean alwaysRender) -
fabricRegister
<T extends net.minecraft.core.particles.ParticleOptions> void fabricRegister(net.minecraft.core.particles.ParticleType<T> type, ParticleHelper.PendingParticleFactory<T> factory)
-