Uses of Record Class
net.neoforged.neoforge.network.payload.ClientboundCustomSetTimePayload
Packages that use ClientboundCustomSetTimePayload
Package
Description
-
Uses of ClientboundCustomSetTimePayload in net.neoforged.neoforge.client.network.handlers
Methods in net.neoforged.neoforge.client.network.handlers with parameters of type ClientboundCustomSetTimePayloadModifier and TypeMethodDescriptionprivate static void
ClientPayloadHandler.handle
(ClientboundCustomSetTimePayload payload, IPayloadContext context) -
Uses of ClientboundCustomSetTimePayload in net.neoforged.neoforge.network.payload
Fields in net.neoforged.neoforge.network.payload with type parameters of type ClientboundCustomSetTimePayloadModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec
<net.minecraft.network.RegistryFriendlyByteBuf, ClientboundCustomSetTimePayload> ClientboundCustomSetTimePayload.STREAM_CODEC
static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type
<ClientboundCustomSetTimePayload> ClientboundCustomSetTimePayload.TYPE
Methods in net.neoforged.neoforge.network.payload that return types with arguments of type ClientboundCustomSetTimePayloadModifier and TypeMethodDescriptionnet.minecraft.network.protocol.common.custom.CustomPacketPayload.Type
<ClientboundCustomSetTimePayload> ClientboundCustomSetTimePayload.type()