Package com.hbm_m.network
Class SetAssemblerRecipeC2SPacket
java.lang.Object
com.hbm_m.network.SetAssemblerRecipeC2SPacket
- All Implemented Interfaces:
C2SPacket
-
Constructor Summary
ConstructorsConstructorDescriptionSetAssemblerRecipeC2SPacket(net.minecraft.core.BlockPos blockPos, net.minecraft.resources.ResourceLocation recipeId) -
Method Summary
Modifier and TypeMethodDescriptionstatic SetAssemblerRecipeC2SPacketdecode(net.minecraft.network.FriendlyByteBuf buf) static voidhandle(SetAssemblerRecipeC2SPacket msg, dev.architectury.networking.NetworkManager.PacketContext context) static voidsendToServer(net.minecraft.core.BlockPos blockPos, net.minecraft.resources.ResourceLocation recipeId) voidwrite(net.minecraft.network.FriendlyByteBuf buf)
-
Constructor Details
-
SetAssemblerRecipeC2SPacket
public SetAssemblerRecipeC2SPacket(net.minecraft.core.BlockPos blockPos, @Nullable net.minecraft.resources.ResourceLocation recipeId)
-
-
Method Details
-
decode
-
write
public void write(net.minecraft.network.FriendlyByteBuf buf) -
handle
public static void handle(SetAssemblerRecipeC2SPacket msg, dev.architectury.networking.NetworkManager.PacketContext context) -
sendToServer
public static void sendToServer(net.minecraft.core.BlockPos blockPos, @Nullable net.minecraft.resources.ResourceLocation recipeId)
-