Class Boat

java.lang.Object
  extended by BaseEntity
      extended by BaseVehicle
          extended by Boat

public class Boat
extends BaseVehicle

Boat - Used for manipulating boats


Constructor Summary
Constructor and Description
Boat(double x, double y, double z)
          Create a new Boat at the given position
Boat(gu boat)
          Interface for boats.
 
Method Summary
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

Boat

public Boat(gu boat)
Interface for boats.

Parameters:
boat -

Boat

public Boat(double x,
            double y,
            double z)
Create a new Boat at the given position

Parameters:
x -
y -
z -
Method Detail

getEntity

public gu getEntity()
Returns the entity we're wrapping.

Overrides:
getEntity in class BaseEntity
Returns: