Class WrapperPlayServerEntityDestroy

java.lang.Object
com.comphenix.packetwrapper.AbstractPacket
com.comphenix.packetwrapper.WrapperPlayServerEntityDestroy

public class WrapperPlayServerEntityDestroy extends AbstractPacket
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
  • Constructor Details

    • WrapperPlayServerEntityDestroy

      public WrapperPlayServerEntityDestroy()
    • WrapperPlayServerEntityDestroy

      public WrapperPlayServerEntityDestroy(com.comphenix.protocol.events.PacketContainer packet)
  • Method Details

    • getCount

      public int getCount()
      Retrieve Count.

      Notes: length of following array

      Returns:
      The current Count
    • getEntityIDs

      public int[] getEntityIDs()
      Retrieve Entity IDs.

      Notes: the list of entities of destroy

      Returns:
      The current Entity IDs
    • setEntityIds

      public void setEntityIds(int value)
      Set Entity IDs.
      Parameters:
      value - - new value.