Class GridFluidPullMessage
java.lang.Object
com.refinedmods.refinedstorage.network.grid.GridFluidPullMessage
- All Implemented Interfaces:
net.minecraft.network.protocol.common.custom.CustomPacketPayload
public class GridFluidPullMessage
extends Object
implements net.minecraft.network.protocol.common.custom.CustomPacketPayload
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GridFluidPullMessage
decode
(net.minecraft.network.FriendlyByteBuf buf) static void
handle
(GridFluidPullMessage message, net.neoforged.neoforge.network.handling.PlayPayloadContext ctx) net.minecraft.resources.ResourceLocation
id()
void
write
(net.minecraft.network.FriendlyByteBuf buf)
-
Field Details
-
ID
public static final net.minecraft.resources.ResourceLocation ID
-
-
Constructor Details
-
GridFluidPullMessage
-
-
Method Details
-
decode
-
handle
public static void handle(GridFluidPullMessage message, net.neoforged.neoforge.network.handling.PlayPayloadContext ctx) -
write
public void write(net.minecraft.network.FriendlyByteBuf buf) - Specified by:
write
in interfacenet.minecraft.network.protocol.common.custom.CustomPacketPayload
-
id
public net.minecraft.resources.ResourceLocation id()- Specified by:
id
in interfacenet.minecraft.network.protocol.common.custom.CustomPacketPayload
-