Class ClimbThroughWindowPositioningParams
java.lang.Object
zombie.util.PooledObject
zombie.ai.states.ClimbThroughWindowPositioningParams
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
,IPooledObject
public final class ClimbThroughWindowPositioningParams
extends PooledObject
implements INetworkPacketField
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
int
boolean
boolean
boolean
int
int
boolean
int
int
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalloc()
void
void
parse
(ByteBuffer byteBuffer, UdpConnection var2) static void
release
(ClimbThroughWindowPositioningParams climbThroughWindowPositioningParams) void
write
(ByteBuffer byteBuffer) void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
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.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Field Details
-
canClimb
public boolean canClimb -
climbDir
-
climbingCharacter
-
windowObject
-
z
public int z -
startX
public int startX -
startY
public int startY -
endX
public int endX -
endY
public int endY -
oppositeX
public int oppositeX -
oppositeY
public int oppositeY -
scratch
public boolean scratch -
isCounter
public boolean isCounter -
isFloor
public boolean isFloor -
isSheetRope
public boolean isSheetRope
-
-
Constructor Details
-
ClimbThroughWindowPositioningParams
protected ClimbThroughWindowPositioningParams()
-
-
Method Details
-
onReleased
public void onReleased()- Specified by:
onReleased
in interfaceIPooledObject
-
alloc
-
release
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
write
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-