Class ContainerID
java.lang.Object
zombie.network.fields.ContainerID
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(ContainerID containerID0) boolean
getPart()
int
hashCode()
boolean
isContainerTheSame
(int int0, ItemContainer itemContainer) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
set
(ItemContainer itemContainer) void
set
(ItemContainer itemContainer, IsoObject isoObject) void
setFloor
(ItemContainer itemContainer, IsoGridSquare isoGridSquare) void
setInventoryContainer
(ItemContainer itemContainer, IsoPlayer isoPlayer) void
setObject
(ItemContainer itemContainer, IsoObject isoObject, IsoGridSquare isoGridSquare) toString()
void
write
(ByteBuffer byteBuffer) void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Field Details
-
playerID
-
containerType
-
x
public int x -
y
public int y -
z
public byte z
-
-
Constructor Details
-
ContainerID
public ContainerID()
-
-
Method Details
-
getContainerType
-
set
-
copy
-
setFloor
-
setObject
public void setObject(ItemContainer itemContainer, IsoObject isoObject, IsoGridSquare isoGridSquare) -
setInventoryContainer
-
set
-
isContainerTheSame
-
getContainer
-
getObject
-
getPart
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
write
-
equals
-
hashCode
-
toString
-