Package net.minecraftforge.fml.network
Class NetworkEvent.ServerCustomPayloadEvent
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.fml.network.NetworkEvent
-
- net.minecraftforge.fml.network.NetworkEvent.ServerCustomPayloadEvent
-
- Direct Known Subclasses:
NetworkEvent.ServerCustomPayloadLoginEvent
- Enclosing class:
- NetworkEvent
public static class NetworkEvent.ServerCustomPayloadEvent extends NetworkEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.fml.network.NetworkEvent
NetworkEvent.ChannelRegistrationChangeEvent, NetworkEvent.ClientCustomPayloadEvent, NetworkEvent.ClientCustomPayloadLoginEvent, NetworkEvent.Context, NetworkEvent.GatherLoginPayloadsEvent, NetworkEvent.LoginPayloadEvent, NetworkEvent.RegistrationChangeType, NetworkEvent.ServerCustomPayloadEvent, NetworkEvent.ServerCustomPayloadLoginEvent
-
-
Constructor Summary
Constructors Constructor Description ServerCustomPayloadEvent(ICustomPacket<?> payload, java.util.function.Supplier<NetworkEvent.Context> source)
-
Method Summary
-
Methods inherited from class net.minecraftforge.fml.network.NetworkEvent
getLoginIndex, getPayload, getSource
-
-
-
-
Constructor Detail
-
ServerCustomPayloadEvent
ServerCustomPayloadEvent(ICustomPacket<?> payload, java.util.function.Supplier<NetworkEvent.Context> source)
-
-