Class AttachCapabilitiesEventPart

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.GenericEvent<T>
net.minecraftforge.event.AttachCapabilitiesEvent<IPartState>
org.cyclops.integrateddynamics.api.part.AttachCapabilitiesEventPart
All Implemented Interfaces:
net.minecraftforge.eventbus.api.IGenericEvent<IPartState>

public class AttachCapabilitiesEventPart extends net.minecraftforge.event.AttachCapabilitiesEvent<IPartState>
Event for when an IPartState is being constructed.
  • 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

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class net.minecraftforge.event.AttachCapabilitiesEvent

    addCapability, addListener, getCapabilities, getListeners, getObject

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

    getGenericType

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

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

    Methods inherited from class java.lang.Object

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

    • AttachCapabilitiesEventPart

      public AttachCapabilitiesEventPart(IPartType partType, IPartState partState)
  • Method Details