Class ContainerSetFluidContentMessage
java.lang.Object
info.u_team.u_team_core.intern.network.ContainerSetFluidContentMessage
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionContainerSetFluidContentMessage
(int containerId, int stateId, List<net.minecraftforge.fluids.FluidStack> fluids) -
Method Summary
Modifier and TypeMethodDescriptiondecode
(net.minecraft.network.FriendlyByteBuf byteBuf) static void
encode
(ContainerSetFluidContentMessage message, net.minecraft.network.FriendlyByteBuf byteBuf)
-
Constructor Details
-
ContainerSetFluidContentMessage
public ContainerSetFluidContentMessage(int containerId, int stateId, List<net.minecraftforge.fluids.FluidStack> fluids)
-
-
Method Details
-
encode
public static void encode(ContainerSetFluidContentMessage message, net.minecraft.network.FriendlyByteBuf byteBuf) -
decode
-