bakutan.common
クラス ClientBody

java.lang.Object
  上位を拡張 bakutan.common.Body
      上位を拡張 bakutan.common.ClientBody

public abstract class ClientBody
extends Body


フィールドの概要
 
クラス bakutan.common.Body から継承されたフィールド
DISABLE, ENABLE, SET, STATE_COLLIDABLE, STATE_DEAD, STATE_FIREWALL, STATE_INVISIBLE, STATE_LIFE, STATE_MARKER, STATE_WIN
 
コンストラクタの概要
ClientBody(byte type, int optionNum)
           
 
メソッドの概要
abstract  void changeActionMode(int change)
           
abstract  byte getActionMode()
           
abstract  byte getActionNum()
           
abstract  void setActionMode(byte mode)
           
 
クラス bakutan.common.Body から継承されたメソッド
actionForClient, addActionLockEnergy, disableState, doPushReport, drawCharacter, enableState, eventAction, eventAdd, eventArmorChange, eventChangeOthersArmor, eventCollisition, eventCommand, eventOptionChange, eventPush, eventRemove, eventStateChange, getActionLock, getActionLockTime, getArmor, getBstage, getCharacterImage, getCheckCollidType, getCheckIntersectType, getDirection, getEnergy, getEnergyCharge, getEnergyConsumption, getID, getLastMessageChange, getLastStateChange, getLastUpdate, getMaxEnergy, getMaxSpeed, getMessage, getName, getOption, getOptions, getPosition, getScore, getShape, getState, getType, getVelocity, hasArmor, hasArmorReport, hasName, hasOption, hasScore, hasState, hasVariableBCircle, inputData, isActionableForClient, isAnimLoop, isCheckCollidWith, isCheckIntersectWith, isInSite, isLoopPosition, isState, outputData, preAdd, set, setActionLock, setAnimLoop, setArmor, setBstage, setCharacterImage, setCurrentTime, setDirection, setEnergy, setID, setLastStateChange, setMessage, setName, setOption, setPosition, setScore, setShape, setState, setType, setVelocity, setWithoutPosition, update
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ClientBody

public ClientBody(byte type,
                  int optionNum)
メソッドの詳細

changeActionMode

public abstract void changeActionMode(int change)

getActionMode

public abstract byte getActionMode()

getActionNum

public abstract byte getActionNum()

setActionMode

public abstract void setActionMode(byte mode)