Class AttachCapabilitiesEventNetwork

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.GenericEvent<T>
net.minecraftforge.event.AttachCapabilitiesEvent<INetwork>
org.cyclops.integrateddynamics.api.network.AttachCapabilitiesEventNetwork
All Implemented Interfaces:
net.minecraftforge.eventbus.api.IGenericEvent<INetwork>

public class AttachCapabilitiesEventNetwork extends net.minecraftforge.event.AttachCapabilitiesEvent<INetwork>
Event for when an INetwork is being constructed. Next to capabilities, also IFullNetworkListener's can be added to the network.
  • 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
    void
     
     
     

    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

    • AttachCapabilitiesEventNetwork

      public AttachCapabilitiesEventNetwork(INetwork network)
  • Method Details