Package com.comphenix.packetwrapper
Class WrapperPlayServerEntityDestroy
java.lang.Object
com.comphenix.packetwrapper.AbstractPacket
com.comphenix.packetwrapper.WrapperPlayServerEntityDestroy
-
Field Summary
-
Constructor Summary
ConstructorDescriptionWrapperPlayServerEntityDestroy(com.comphenix.protocol.events.PacketContainer packet)
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
Retrieve Count.int[]
Retrieve Entity IDs.void
setEntityIds(int value)
Set Entity IDs.Methods inherited from class com.comphenix.packetwrapper.AbstractPacket
broadcastPacket, getHandle, receivePacket, recievePacket, sendPacket
-
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.
-