Class SyncItemDeletePacket
java.lang.Object
zombie.network.packets.SyncItemDeletePacket
- All Implemented Interfaces:
INetworkPacketField,IDescriptor,INetworkPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetX()floatgetY()booleanvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocessClient(UdpConnection var1) voidprocessServer(PacketTypes.PacketType var1, UdpConnection udpConnection1) voidvoidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface zombie.network.packets.INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, syncMethods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Field Details
-
alreadyRemoved
-
-
Constructor Details
-
SyncItemDeletePacket
public SyncItemDeletePacket()
-
-
Method Details
-
isInventory
public boolean isInventory() -
getPlayer
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacketField
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
processClient
- Specified by:
processClientin interfaceINetworkPacket
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-
getX
public float getX() -
getY
public float getY()
-