javaclient.structures
Class PlayerBumperGeomT
java.lang.Object
javaclient.structures.PlayerBumperGeomT
public class PlayerBumperGeomT
- extends java.lang.Object
To query the geometry of a bumper array, give the following request, filling in only the
subtype. The server will repond with the other fields filled in.
(see the player_bumper_geom structure from player.h)
- Version:
- v1.6.3 - Player 1.6.3 (all interfaces) supported
- v1.6.2 - Player 1.6.2 supported, Javadoc documentation, several bugfixes
- v1.5a - Player 1.5 supported (most popular devices)
- Author:
- Maxim A. Batalin & Radu Bogdan Rusu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlayerBumperGeomT
public PlayerBumperGeomT()
getBumperCount
public short getBumperCount()
- Returns:
- the number of valid bumper definitions
setBumperCount
public void setBumperCount(short newbumpercount)
- Parameters:
newbumpercount
- the number of valid bumper definitions
getData
public PlayerBumperDefineT[] getData()
- Returns:
- an array of bumper geometries
setData
public void setData(PlayerBumperDefineT[] newdata)
- Parameters:
newdata
- array of bumper geometries