Contents
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 TypeMethodDescriptionfloat
getX()
float
getY()
boolean
void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
processClient
(UdpConnection var1) void
processServer
(PacketTypes.PacketType var1, UdpConnection udpConnection1) void
void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
parseClient, parseClientLoading, parseServer, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, sync, tryProcessInternal
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Field Details
-
Constructor Details
-
Method Details
-
isInventory
public boolean isInventory() -
getPlayer
-
setData
- Specified by:
setData
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
parse
- Specified by:
parse
in interfaceINetworkPacket
- Specified by:
parse
in interfaceINetworkPacketField
-
processClient
- Specified by:
processClient
in interfaceINetworkPacket
-
processServer
- Specified by:
processServer
in interfaceINetworkPacket
-
getX
public float getX() -
getY
public float getY()
-