|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBaseEntity
BaseVehicle
Boat
public class Boat extends BaseVehicle
Boat - Used for manipulating boats
Constructor and Description |
---|
Boat(double x,
double y,
double z)
Create a new Boat at the given position |
Boat(gu boat)
Interface for boats. |
Modifier and Type | Method and Description |
---|---|
gu |
getEntity()
Returns the entity we're wrapping. |
Methods inherited from class BaseVehicle |
---|
destroy, getMotionX, getMotionY, getMotionZ, getPassenger, isEmpty, setMotion, setMotionX, setMotionY, setMotionZ |
Methods inherited from class BaseEntity |
---|
getAirTicks, getBaseAirTicks, getFireTicks, getId, getNoDamageTicks, getPitch, getPlayer, getRotation, getX, getY, getZ, isAnimal, isLiving, isMob, isPlayer, setAirTicks, setBaseAirTicks, setFireTicks, setNoDamageTicks, setPitch, setRotation, setX, setY, setZ, teleportTo, teleportTo, teleportTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Boat(gu boat)
boat
- public Boat(double x, double y, double z)
x
- y
- z
- Method Detail |
---|
public gu getEntity()
getEntity
in class BaseEntity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |