Class FabricParticleHelper

java.lang.Object
dev.thomasglasser.aliysium.rainbowoaks.platform.FabricParticleHelper
All Implemented Interfaces:
dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper

public class FabricParticleHelper extends Object implements dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper

    dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper.PendingParticleFactory<T extends net.minecraft.core.particles.ParticleOptions>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends net.minecraft.core.particles.ParticleOptions>
    void
    fabricRegister(net.minecraft.core.particles.ParticleType<T> type, dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper.PendingParticleFactory<T> factory)
     
    net.minecraft.core.particles.SimpleParticleType
    simple(String name, dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper.PendingParticleFactory<net.minecraft.core.particles.SimpleParticleType> factory, boolean alwaysRender)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FabricParticleHelper

      public FabricParticleHelper()
  • Method Details

    • simple

      public net.minecraft.core.particles.SimpleParticleType simple(String name, dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper.PendingParticleFactory<net.minecraft.core.particles.SimpleParticleType> factory, boolean alwaysRender)
      Specified by:
      simple in interface dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper
    • fabricRegister

      public <T extends net.minecraft.core.particles.ParticleOptions> void fabricRegister(net.minecraft.core.particles.ParticleType<T> type, dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper.PendingParticleFactory<T> factory)
      Specified by:
      fabricRegister in interface dev.thomasglasser.aliysium.rainbowoaks.platform.services.ParticleHelper