Class AttachCapabilitiesEventNetwork

java.lang.Object
net.neoforged.bus.api.Event
org.cyclops.integrateddynamics.api.network.AttachCapabilitiesEventNetwork
All Implemented Interfaces:
net.neoforged.fml.event.IModBusEvent

public class AttachCapabilitiesEventNetwork extends net.neoforged.bus.api.Event implements net.neoforged.fml.event.IModBusEvent
Event for when an INetwork is being constructed. Next to capabilities, also IFullNetworkListener's can be added to the network.
  • Constructor Details

    • AttachCapabilitiesEventNetwork

      public AttachCapabilitiesEventNetwork(INetwork network)
  • Method Details