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 TypeMethodDescriptionvoidNeoForgeClientProxy.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 voidClientPayloadHandler.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 TypeMethodDescriptionvoidNeoForgeProxy.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 recordPayload that can be sent from the server to the client to add an entity to the world, with custom data.final recordA custom payload that updates the full dataslot value instead of just the short valuefinal recordA custom payload that allows for opening screens with additional data.final recordfinal recordfinal recordA payload that contains a config file.final recordPacket payload for sending a frozen registry to the clientfinal classThis payload is sent to the client when the server has finished sending all the frozen registries.final recordPacket payload sent to the client to start the frozen registry sync.final recordfinal recordWe use this to transfer the actual recipe content from server to client.final record