Class PacketChiselingRecipes

java.lang.Object
com.supermartijn642.rechiseled.chiseling.PacketChiselingRecipes
All Implemented Interfaces:
com.supermartijn642.core.network.BasePacket

public class PacketChiselingRecipes extends Object implements com.supermartijn642.core.network.BasePacket
Created 18/01/2022 by SuperMartijn642
  • Constructor Details

    • PacketChiselingRecipes

      public PacketChiselingRecipes(List<ChiselingRecipe> recipes)
    • PacketChiselingRecipes

      public PacketChiselingRecipes()
  • Method Details

    • write

      public void write(net.minecraft.network.FriendlyByteBuf buffer)
      Specified by:
      write in interface com.supermartijn642.core.network.BasePacket
    • read

      public void read(net.minecraft.network.FriendlyByteBuf buffer)
      Specified by:
      read in interface com.supermartijn642.core.network.BasePacket
    • verify

      public boolean verify(com.supermartijn642.core.network.PacketContext context)
      Specified by:
      verify in interface com.supermartijn642.core.network.BasePacket
    • handle

      public void handle(com.supermartijn642.core.network.PacketContext context)
      Specified by:
      handle in interface com.supermartijn642.core.network.BasePacket