|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rotation | |
---|---|
moagg.model | |
moagg.model.object | |
moagg.model.object.sprite | |
moagg.network.packet | |
moagg.types |
Uses of Rotation in moagg.model |
---|
Methods in moagg.model that return Rotation | |
---|---|
Rotation |
ControllableImpl.getRotation()
|
Rotation |
Controllable.getRotation()
|
Methods in moagg.model with parameters of type Rotation | |
---|---|
void |
ControllableImpl.setRotation(Rotation rotation)
|
void |
Controllable.setRotation(Rotation rotation)
|
Uses of Rotation in moagg.model.object |
---|
Methods in moagg.model.object that return Rotation | |
---|---|
Rotation |
ControllableObject.getRotation()
|
Methods in moagg.model.object with parameters of type Rotation | |
---|---|
void |
ControllableObject.setRotation(Rotation rotation)
|
Uses of Rotation in moagg.model.object.sprite |
---|
Methods in moagg.model.object.sprite that return Rotation | |
---|---|
Rotation |
Ship.getRotation()
|
Rotation |
Missile.getRotation()
|
Methods in moagg.model.object.sprite with parameters of type Rotation | |
---|---|
void |
Ship.setRotation(Rotation rotation)
|
void |
Missile.setRotation(Rotation rotation)
|
Uses of Rotation in moagg.network.packet |
---|
Methods in moagg.network.packet that return Rotation | |
---|---|
Rotation |
UpdateControlPacket.getRotation()
|
Methods in moagg.network.packet with parameters of type Rotation | |
---|---|
void |
UpdateControlPacket.setRotation(Rotation rotation)
|
Uses of Rotation in moagg.types |
---|
Methods in moagg.types that return Rotation | |
---|---|
static Rotation |
Rotation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Rotation[] |
Rotation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |