public class AmbientMotionFlags
extends java.lang.Object
<player_settings>
element.Constructor and Description |
---|
AmbientMotionFlags(boolean bdyon,
boolean hdon,
boolean blnkon)
Constructs a new set of ambient motion flags with the given
values for body, head, and blink ambient motions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
blinkAmbientIsOn()
Returns the ambient motion setting for the blink.
|
boolean |
bodyAmbientIsOn()
Returns the ambient motion setting for the body.
|
boolean |
headAmbientIsOn()
Returns the ambient motion setting for the head.
|
java.lang.String |
toString()
Returns a textual representation for this set of ambient motion
flags.
|
public AmbientMotionFlags(boolean bdyon, boolean hdon, boolean blnkon)
public boolean bodyAmbientIsOn()
public boolean headAmbientIsOn()
public boolean blinkAmbientIsOn()
public java.lang.String toString()
toString
in class java.lang.Object