Interface ContainerSetSlotPacket

All Superinterfaces:
Packet

@NullMarked public interface ContainerSetSlotPacket extends Packet
  • Field Summary

    Fields inherited from interface moe.caramel.daydream.packet.Packet

    API_VERSION
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int windowId, int revision, int slot, ItemStack stack)
    패킷을 생성합니다.

    Methods inherited from interface moe.caramel.daydream.packet.Packet

    canBuild, getPacket
  • Method Details

    • create

      ContainerSetSlotPacket create(int windowId, int revision, int slot, ItemStack stack)
      패킷을 생성합니다.
      Parameters:
      windowId - 현재 업데이트 중인 창
      revision - 상태 ID (플레이어가 아이템을 클릭했을 때 이 값을 돌려받습니다)
      slot - 업데이트해야 하는 슬롯
      stack - 아이템
      Returns:
      this