Class PacketChiselAll

java.lang.Object
com.supermartijn642.rechiseled.packet.PacketChiselAll
All Implemented Interfaces:
com.supermartijn642.core.network.BasePacket

public class PacketChiselAll extends Object implements com.supermartijn642.core.network.BasePacket
Created 26/12/2021 by SuperMartijn642
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(com.supermartijn642.core.network.PacketContext context)
     
    void
    read(net.minecraft.network.FriendlyByteBuf buffer)
     
    void
    write(net.minecraft.network.FriendlyByteBuf buffer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.supermartijn642.core.network.BasePacket

    verify
  • Constructor Details

    • PacketChiselAll

      public PacketChiselAll()
  • 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
    • handle

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