Class ForgeParticleHelper
java.lang.Object
dev.thomasglasser.aliysium.rainbowoaks.platform.ForgeParticleHelper
- All Implemented Interfaces:
ParticleHelper
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper
ParticleHelper.PendingParticleFactory<T extends net.minecraft.core.particles.ParticleOptions> -
Constructor Summary
Constructors -
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)
-
Constructor Details
-
ForgeParticleHelper
public ForgeParticleHelper()
-
-
Method Details
-
simple
public net.minecraft.core.particles.SimpleParticleType simple(String name, ParticleHelper.PendingParticleFactory<net.minecraft.core.particles.SimpleParticleType> factory, boolean alwaysRender) - Specified by:
simplein interfaceParticleHelper
-
fabricRegister
public <T extends net.minecraft.core.particles.ParticleOptions> void fabricRegister(net.minecraft.core.particles.ParticleType<T> type, ParticleHelper.PendingParticleFactory<T> factory) - Specified by:
fabricRegisterin interfaceParticleHelper
-