java.lang.Object
com.kamikazejam.kamicommon.util.teleport.ps.PS
All Implemented Interfaces:
Serializable, Comparable<PS>

public final class PS extends Object implements Serializable, Comparable<PS>
# Introduction PS stands for PhysicalState. This class stores data related to just that. When coding plugins you may find yourself wanting to store a player location. Another time you may want to store the player location but without the worldName info. Another time you may want to store pitch and yaw only. This class is supposed to be usable in all those cases. Hopefully this class will save you from implementing special classes for all those combinations.
# Field Groups velocity: velocityX, velocityY, velocityZ blockCoords: blockX, blockY, blockZ locationCoords: locationX, locationY, locationZ chunkCoords: chunkX, chunkZ head: pitch, yaw block: world, blockX, blockY, blockZ location: world, locationX, locationY, locationZ, pitch, yaw chunk: world, chunkX, chunkZ entity: world, locationX, locationY, locationZ, pitch, yaw, velocityX, velocityY, velocityZ
See Also: