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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFullNetworkListener(IFullNetworkListener fullNetworkListener) Methods inherited from class net.minecraftforge.event.AttachCapabilitiesEvent
addCapability, addListener, getCapabilities, getListeners, getObjectMethods inherited from class net.minecraftforge.eventbus.api.GenericEvent
getGenericTypeMethods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
AttachCapabilitiesEventNetwork
-
-
Method Details
-
getNetwork
-
addFullNetworkListener
-
getFullNetworkListeners
-