Class ParticleFactoryRegisterEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ParticleFactoryRegisterEvent
All Implemented Interfaces:
IModBusEvent

public class ParticleFactoryRegisterEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
Fired when you should call net.minecraft.client.particle.ParticleManager#registerFactory. Note that your ParticleTypes should still be registered during the usual registry events, this is only for the factories.
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup

    Methods inherited from class java.lang.Object

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

    • ParticleFactoryRegisterEvent

      public ParticleFactoryRegisterEvent()