Package org.ships.vessel.common.assits
Interface FallableRequirementVessel
- All Superinterfaces:
Fallable
,org.core.world.position.Positionable<org.core.world.position.impl.BlockPosition>
,Vessel
,VesselRequirement
- All Known Implementing Classes:
Airship
-
Method Summary
Methods inherited from interface org.ships.vessel.common.types.Vessel
get, getAltitudeSpeed, getCachedName, getEntities, getEntities, getEntities, getEntitiesAsynced, getEntitiesAsynced, getEntitiesOvertime, getEntitiesOvertime, getMaxSpeed, getName, getPosition, getStructure, getType, getValue, getWaterLevel, getWaterLevel, isAltitudeSpeedSpecified, isLoading, isMaxSpeedSpecified, moveTo, moveTowards, moveTowards, rotateAnticlockwiseAround, rotateClockwiseAround, rotateLeftAround, rotateRightAround, save, set, set, setAltitudeSpeed, setLoading, setMaxSpeed, setStructure, updateStructure, updateStructure
Methods inherited from interface org.ships.vessel.common.assits.VesselRequirement
checkRequirements, finishRequirements, getRequirement, getRequirements, setRequirement
-
Method Details
-
shouldFall
default boolean shouldFall()- Specified by:
shouldFall
in interfaceFallable
-