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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFullNetworkListener
(IFullNetworkListener fullNetworkListener) 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
-
Constructor Details
-
AttachCapabilitiesEventNetwork
-
-
Method Details
-
getNetwork
-
addFullNetworkListener
-
getFullNetworkListeners
-