Uses of Interface
net.neoforged.neoforge.network.payload.ClientDispatchPayload
Packages that use ClientDispatchPayload
Package
Description
-
Uses of ClientDispatchPayload in net.neoforged.neoforge.client.internal
Methods in net.neoforged.neoforge.client.internal with parameters of type ClientDispatchPayloadModifier and TypeMethodDescriptionvoid
NeoForgeClientProxy.handleClientPayload
(ClientDispatchPayload payload, IPayloadContext context) -
Uses of ClientDispatchPayload in net.neoforged.neoforge.client.network.handlers
Methods in net.neoforged.neoforge.client.network.handlers with parameters of type ClientDispatchPayloadModifier and TypeMethodDescriptionstatic void
ClientPayloadHandler.dispatch
(ClientDispatchPayload payload, IPayloadContext context) -
Uses of ClientDispatchPayload in net.neoforged.neoforge.internal
Methods in net.neoforged.neoforge.internal with parameters of type ClientDispatchPayloadModifier and TypeMethodDescriptionvoid
NeoForgeProxy.handleClientPayload
(ClientDispatchPayload payload, IPayloadContext context) -
Uses of ClientDispatchPayload in net.neoforged.neoforge.network
Methods in net.neoforged.neoforge.network with type parameters of type ClientDispatchPayloadModifier and TypeMethodDescriptionprivate static <T extends ClientDispatchPayload>
IPayloadHandler<T> NetworkInitialization.clientHandler()
-
Uses of ClientDispatchPayload in net.neoforged.neoforge.network.payload
Classes in net.neoforged.neoforge.network.payload that implement ClientDispatchPayloadModifier and TypeClassDescriptionfinal record
Payload that can be sent from the server to the client to add an entity to the world, with custom data.final record
A custom payload that updates the full dataslot value instead of just the short valuefinal record
A custom payload that allows for opening screens with additional data.final record
final record
final record
A payload that contains a config file.final record
Packet payload for sending a frozen registry to the clientfinal class
This payload is sent to the client when the server has finished sending all the frozen registries.final record
Packet payload sent to the client to start the frozen registry sync.final record
final record
We use this to transfer the actual recipe content from server to client.final record