Class CallBackSlot

java.lang.Object
com.beansgalaxy.backpacks.network.serverbound.CallBackSlot
All Implemented Interfaces:
Packet2S

public class CallBackSlot extends Object implements Packet2S
  • Constructor Details

    • CallBackSlot

      public CallBackSlot(net.minecraft.network.FriendlyByteBuf buf)
    • CallBackSlot

      public CallBackSlot(UUID uuid)
  • Method Details

    • send

      public static void send(UUID uuid)
    • encode

      public void encode(net.minecraft.network.FriendlyByteBuf buf)
      Specified by:
      encode in interface Packet2S
    • handle

      public void handle(net.minecraft.server.level.ServerPlayer sender)
      Specified by:
      handle in interface Packet2S