From 5c06ad217bfe92de50c522c01831a63da064b563 Mon Sep 17 00:00:00 2001 From: Andrew Baker Date: Sat, 28 Nov 2020 14:26:33 -0800 Subject: [PATCH] Publishing a new page --- api/allclasses-frame.html | 36 ++ api/allclasses-noframe.html | 36 ++ api/constant-values.html | 121 ++++ api/deprecated-list.html | 121 ++++ api/help-doc.html | 222 +++++++ api/index-all.html | 493 +++++++++++++++ api/index.html | 75 +++ .../vehiclesplus/vehicles/api/API.html | 335 ++++++++++ .../api/events/ClickVehicleEvent.html | 387 ++++++++++++ .../vehicles/api/events/SendKeyEvent.html | 394 ++++++++++++ .../api/events/VehicleCollisionEvent.html | 553 +++++++++++++++++ .../api/events/VehicleDamageEvent.html | 400 ++++++++++++ .../api/events/VehicleDestroyEvent.html | 371 +++++++++++ .../api/events/VehicleEnterEvent.html | 403 ++++++++++++ .../vehicles/api/events/VehicleGiveEvent.html | 379 ++++++++++++ .../api/events/VehicleLeaveEvent.html | 364 +++++++++++ .../api/events/VehicleSpawnEvent.html | 387 ++++++++++++ .../vehicles/api/events/package-frame.html | 27 + .../vehicles/api/events/package-summary.html | 171 ++++++ .../vehicles/api/events/package-tree.html | 146 +++++ .../vehicles/api/interfaces/IPart.html | 168 +++++ .../vehicles/api/interfaces/IVehicle.html | 248 ++++++++ .../api/interfaces/package-frame.html | 20 + .../api/interfaces/package-summary.html | 143 +++++ .../vehicles/api/interfaces/package-tree.html | 131 ++++ .../api/libraries/nbtsaving/NBTDataType.html | 374 ++++++++++++ .../libraries/nbtsaving/package-frame.html | 19 + .../libraries/nbtsaving/package-summary.html | 139 +++++ .../api/libraries/nbtsaving/package-tree.html | 138 +++++ .../vehicles/api/managers/MainManager.html | 275 +++++++++ .../vehicles/api/managers/package-frame.html | 19 + .../api/managers/package-summary.html | 139 +++++ .../vehicles/api/managers/package-tree.html | 134 ++++ .../api/objects/collision/CollisionMode.html | 338 +++++++++++ .../api/objects/collision/package-frame.html | 19 + .../objects/collision/package-summary.html | 139 +++++ .../api/objects/collision/package-tree.html | 138 +++++ .../objects/custominput/MovementInput.html | 328 ++++++++++ .../objects/custominput/package-frame.html | 19 + .../objects/custominput/package-summary.html | 139 +++++ .../api/objects/custominput/package-tree.html | 134 ++++ .../vehicles/api/objects/parts/APISeat.html | 239 ++++++++ .../api/objects/parts/package-frame.html | 19 + .../api/objects/parts/package-summary.html | 139 +++++ .../api/objects/parts/package-tree.html | 134 ++++ .../vehicles/api/objects/spawn/SpawnMode.html | 350 +++++++++++ .../api/objects/spawn/package-frame.html | 19 + .../api/objects/spawn/package-summary.html | 139 +++++ .../api/objects/spawn/package-tree.html | 138 +++++ .../api/objects/vehicles/APIVehicle.html | 315 ++++++++++ .../api/objects/vehicles/package-frame.html | 19 + .../api/objects/vehicles/package-summary.html | 141 +++++ .../api/objects/vehicles/package-tree.html | 134 ++++ .../vehicles/api/package-frame.html | 19 + .../vehicles/api/package-summary.html | 139 +++++ .../vehicles/api/package-tree.html | 134 ++++ api/overview-frame.html | 29 + api/overview-summary.html | 171 ++++++ api/overview-tree.html | 179 ++++++ api/package-list | 10 + api/script.js | 30 + api/stylesheet.css | 574 ++++++++++++++++++ 62 files changed, 11693 insertions(+) create mode 100644 api/allclasses-frame.html create mode 100644 api/allclasses-noframe.html create mode 100644 api/constant-values.html create mode 100644 api/deprecated-list.html create mode 100644 api/help-doc.html create mode 100644 api/index-all.html create mode 100644 api/index.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/API.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/ClickVehicleEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/SendKeyEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleCollisionEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDamageEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDestroyEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleEnterEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleGiveEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleLeaveEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleSpawnEvent.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/events/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IPart.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IVehicle.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTDataType.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/managers/MainManager.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/CollisionMode.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/MovementInput.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/APISeat.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/SpawnMode.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/APIVehicle.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-tree.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/package-frame.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/package-summary.html create mode 100644 api/me/legofreak107/vehiclesplus/vehicles/api/package-tree.html create mode 100644 api/overview-frame.html create mode 100644 api/overview-summary.html create mode 100644 api/overview-tree.html create mode 100644 api/package-list create mode 100644 api/script.js create mode 100644 api/stylesheet.css diff --git a/api/allclasses-frame.html b/api/allclasses-frame.html new file mode 100644 index 0000000..693e95e --- /dev/null +++ b/api/allclasses-frame.html @@ -0,0 +1,36 @@ + + + + + +All Classes (API 2.0.11-dev1 API) + + + + +

All Classes

+
+ +
+ + diff --git a/api/allclasses-noframe.html b/api/allclasses-noframe.html new file mode 100644 index 0000000..13c0067 --- /dev/null +++ b/api/allclasses-noframe.html @@ -0,0 +1,36 @@ + + + + + +All Classes (API 2.0.11-dev1 API) + + + + +

All Classes

+
+ +
+ + diff --git a/api/constant-values.html b/api/constant-values.html new file mode 100644 index 0000000..65e92e0 --- /dev/null +++ b/api/constant-values.html @@ -0,0 +1,121 @@ + + + + + +Constant Field Values (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/api/deprecated-list.html b/api/deprecated-list.html new file mode 100644 index 0000000..b2159e3 --- /dev/null +++ b/api/deprecated-list.html @@ -0,0 +1,121 @@ + + + + + +Deprecated List (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/api/help-doc.html b/api/help-doc.html new file mode 100644 index 0000000..9202d13 --- /dev/null +++ b/api/help-doc.html @@ -0,0 +1,222 @@ + + + + + +API Help (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + + + diff --git a/api/index-all.html b/api/index-all.html new file mode 100644 index 0000000..d6e6319 --- /dev/null +++ b/api/index-all.html @@ -0,0 +1,493 @@ + + + + + +Index (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
A C D G I M N R S V  + + +

A

+
+
API - Class in me.legofreak107.vehiclesplus.vehicles.api
+
 
+
API() - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.API
+
 
+
APISeat - Class in me.legofreak107.vehiclesplus.vehicles.api.objects.parts
+
 
+
APISeat() - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.objects.parts.APISeat
+
 
+
APIVehicle - Class in me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles
+
+
A Vehicle for the API.
+
+
APIVehicle(IVehicle, String) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles.APIVehicle
+
 
+
+ + + +

C

+
+
ClickVehicleEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
ClickVehicleEvent(IVehicle, Player) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
+
+
This is triggered when a player clicks the vehicle
+
+
CollisionMode - Enum in me.legofreak107.vehiclesplus.vehicles.api.objects.collision
+
 
+
createVehicle(IVehicle, Player) - Method in class me.legofreak107.vehiclesplus.vehicles.api.API
+
 
+
+ + + +

D

+
+
doDamage() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Damage vehicle/entity after collision
+
+
doPush() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Push vehicle/entity after collision
+
+
+ + + +

G

+
+
getBackward() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
+
 
+
getBaseVehicleFromString(String) - Method in class me.legofreak107.vehiclesplus.vehicles.api.API
+
 
+
getBaseVehicleHashMap() - Method in class me.legofreak107.vehiclesplus.vehicles.api.managers.MainManager
+
+
A map of base vehicles + Key: name of the baseVehicle + Value: BaseVehicle
+
+
getClicker() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
+
 
+
getCollisionEntity() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Get collision entity
+
+
getCollisionMode() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Get collision mode
+
+
getCollisionVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Get collision vehicle
+
+
getDamageAmount() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
+
 
+
getDriver() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
+
 
+
getDriver() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
+
 
+
getDriver() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
+
 
+
getDriver() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
+
 
+
getForward() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
+
 
+
getHandlerList() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
+
 
+
getHandlerList() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
+
 
+
getHandlerList() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
 
+
getHandlerList() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
+
 
+
getHandlerList() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
+
 
+
getHandlerList() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
+
 
+
getHandlerList() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
+
 
+
getHandlerList() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
+
 
+
getHandlers() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
+
 
+
getInput() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
+
 
+
getInstance() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.API
+
 
+
getJump() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
+
 
+
getLeft() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
+
 
+
getMainManager() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.API
+
 
+
getOwner() - Method in interface me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle
+
 
+
getOwner() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles.APIVehicle
+
 
+
getPlayerVehicles(Player) - Method in class me.legofreak107.vehiclesplus.vehicles.api.API
+
 
+
getRiding() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
+
 
+
getRight() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
+
 
+
getSeat() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
+
 
+
getSeat() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
+
 
+
getSpawnMode() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
+
 
+
getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
+
 
+
getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Get vehicle
+
+
getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
+
 
+
getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
+
 
+
getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
+
 
+
getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
+
 
+
getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
+
 
+
getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
+
 
+
+ + + +

I

+
+
IPart - Interface in me.legofreak107.vehiclesplus.vehicles.api.interfaces
+
 
+
isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
+
 
+
isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
+
 
+
isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Check if event is cancelled
+
+
isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
+
 
+
isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
+
 
+
isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
+
 
+
isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
+
 
+
isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
+
 
+
IVehicle - Interface in me.legofreak107.vehiclesplus.vehicles.api.interfaces
+
 
+
+ + + +

M

+
+
MainManager - Class in me.legofreak107.vehiclesplus.vehicles.api.managers
+
 
+
MainManager() - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.managers.MainManager
+
 
+
me.legofreak107.vehiclesplus.vehicles.api - package me.legofreak107.vehiclesplus.vehicles.api
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.events - package me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.interfaces - package me.legofreak107.vehiclesplus.vehicles.api.interfaces
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving - package me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.managers - package me.legofreak107.vehiclesplus.vehicles.api.managers
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.objects.collision - package me.legofreak107.vehiclesplus.vehicles.api.objects.collision
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.objects.custominput - package me.legofreak107.vehiclesplus.vehicles.api.objects.custominput
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.objects.parts - package me.legofreak107.vehiclesplus.vehicles.api.objects.parts
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.objects.spawn - package me.legofreak107.vehiclesplus.vehicles.api.objects.spawn
+
 
+
me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles - package me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles
+
 
+
MovementInput - Class in me.legofreak107.vehiclesplus.vehicles.api.objects.custominput
+
 
+
MovementInput(Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
+
 
+
+ + + +

N

+
+
NBTDataType - Enum in me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving
+
 
+
+ + + +

R

+
+
removeVehicle(IVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.api.API
+
 
+
removeVehicle(Player) - Method in interface me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle
+
 
+
removeVehicle(Player) - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles.APIVehicle
+
 
+
run(Runnable) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
+
 
+
+ + + +

S

+
+
saveVehicle() - Method in interface me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle
+
 
+
saveVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles.APIVehicle
+
 
+
SendKeyEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
SendKeyEvent(Entity, Player, MovementInput) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
+
 
+
setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
+
 
+
setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
+
 
+
setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Set event cancelled
+
+
setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
+
 
+
setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
+
 
+
setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
+
 
+
setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
+
 
+
setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
+
 
+
setDamageAmount(int) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
+
 
+
setDoDamage(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Set damage vehicle/entity after collision
+
+
setDoPush(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
Set push vehicle/entity after collision
+
+
SpawnMode - Enum in me.legofreak107.vehiclesplus.vehicles.api.objects.spawn
+
 
+
+ + + +

V

+
+
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTDataType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.objects.collision.CollisionMode
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.objects.spawn.SpawnMode
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTDataType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.objects.collision.CollisionMode
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.objects.spawn.SpawnMode
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
VehicleCollisionEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
VehicleCollisionEvent(IVehicle, IVehicle) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
This event is triggered when a vehicle hits another vehicle
+
+
VehicleCollisionEvent(IVehicle, Entity) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
+
+
This event is triggered when a vehicle hits another entity
+
+
VehicleDamageEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
VehicleDamageEvent(IVehicle, int) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
+
+
This event is being triggered when a vehicle is getting damage
+
+
VehicleDestroyEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
VehicleDestroyEvent(IVehicle) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
+
+
This is triggered when a vehicle gets destroyed
+
+
VehicleEnterEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
VehicleEnterEvent(IVehicle, Player, IPart) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
+
+
This event is triggered when a player enters the vehicle
+
+
VehicleGiveEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
VehicleGiveEvent(IVehicle, Player) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
+
 
+
VehicleLeaveEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
VehicleLeaveEvent(IVehicle, Player, IPart) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
+
+
This event is triggered when a player leaves a vehicle
+
+
VehicleSpawnEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
+
 
+
VehicleSpawnEvent(IVehicle, SpawnMode) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
+
+
This event is triggered when a vehicle is spawned
+
+
+A C D G I M N R S V 
+ +
+ + + + + + + +
+ + + + diff --git a/api/index.html b/api/index.html new file mode 100644 index 0000000..5c64901 --- /dev/null +++ b/api/index.html @@ -0,0 +1,75 @@ + + + + + +API 2.0.11-dev1 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/API.html b/api/me/legofreak107/vehiclesplus/vehicles/api/API.html new file mode 100644 index 0000000..d781d19 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/API.html @@ -0,0 +1,335 @@ + + + + + +API (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api
+

Class API

+
+
+ +
+
    +
  • +
    +
    +
    public class API
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        API

        +
        public API()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInstance

        +
        public static API getInstance()
        +
      • +
      + + + +
        +
      • +

        createVehicle

        +
        public IVehicle createVehicle(IVehicle baseVehicle,
        +                              org.bukkit.entity.Player vehicleOwner)
        +
      • +
      + + + +
        +
      • +

        getPlayerVehicles

        +
        public java.util.List<IVehicle> getPlayerVehicles(org.bukkit.entity.Player player)
        +
      • +
      + + + +
        +
      • +

        removeVehicle

        +
        public void removeVehicle(IVehicle v)
        +
      • +
      + + + +
        +
      • +

        getBaseVehicleFromString

        +
        public IVehicle getBaseVehicleFromString(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        getMainManager

        +
        public static MainManager getMainManager()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/ClickVehicleEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/ClickVehicleEvent.html new file mode 100644 index 0000000..a651274 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/ClickVehicleEvent.html @@ -0,0 +1,387 @@ + + + + + +ClickVehicleEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class ClickVehicleEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.event.Cancellable
    +
    +
    +
    +
    public class ClickVehicleEvent
    +extends org.bukkit.event.Event
    +implements org.bukkit.event.Cancellable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ClickVehicleEvent(IVehicle vehicle, + org.bukkit.entity.Player clicker) +
      This is triggered when a player clicks the vehicle
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClickVehicleEvent

        +
        public ClickVehicleEvent(IVehicle vehicle,
        +                         org.bukkit.entity.Player clicker)
        +
        This is triggered when a player clicks the vehicle
        +
        +
        Parameters:
        +
        vehicle - the vehicle that is being clicked on
        +
        clicker - the player that clicked the vehicle
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlerList

        +
        public static org.bukkit.event.HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
        +
        Specified by:
        +
        isCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
        +
        Specified by:
        +
        setCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getVehicle

        +
        public APIVehicle getVehicle()
        +
      • +
      + + + +
        +
      • +

        getClicker

        +
        public org.bukkit.entity.Player getClicker()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/SendKeyEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/SendKeyEvent.html new file mode 100644 index 0000000..0e55130 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/SendKeyEvent.html @@ -0,0 +1,394 @@ + + + + + +SendKeyEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class SendKeyEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.event.Cancellable
    +
    +
    +
    +
    public class SendKeyEvent
    +extends org.bukkit.event.Event
    +implements org.bukkit.event.Cancellable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SendKeyEvent(org.bukkit.entity.Entity riding, + org.bukkit.entity.Player player, + MovementInput input) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SendKeyEvent

        +
        public SendKeyEvent(org.bukkit.entity.Entity riding,
        +                    org.bukkit.entity.Player player,
        +                    MovementInput input)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlerList

        +
        public static org.bukkit.event.HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
        +
        Specified by:
        +
        isCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
        +
        Specified by:
        +
        setCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getRiding

        +
        public org.bukkit.entity.Entity getRiding()
        +
      • +
      + + + +
        +
      • +

        getDriver

        +
        public org.bukkit.entity.Player getDriver()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleCollisionEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleCollisionEvent.html new file mode 100644 index 0000000..c1608b2 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleCollisionEvent.html @@ -0,0 +1,553 @@ + + + + + +VehicleCollisionEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class VehicleCollisionEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.event.Cancellable
    +
    +
    +
    +
    public class VehicleCollisionEvent
    +extends org.bukkit.event.Event
    +implements org.bukkit.event.Cancellable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      VehicleCollisionEvent(IVehicle vehicle, + org.bukkit.entity.Entity collisionEntity) +
      This event is triggered when a vehicle hits another entity
      +
      VehicleCollisionEvent(IVehicle vehicle, + IVehicle collisionVehicle) +
      This event is triggered when a vehicle hits another vehicle
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VehicleCollisionEvent

        +
        public VehicleCollisionEvent(IVehicle vehicle,
        +                             IVehicle collisionVehicle)
        +
        This event is triggered when a vehicle hits another vehicle
        +
        +
        Parameters:
        +
        vehicle - the vehicle triggering the event
        +
        collisionVehicle - the vehicle that got hit by the triggering vehicle
        +
        +
      • +
      + + + +
        +
      • +

        VehicleCollisionEvent

        +
        public VehicleCollisionEvent(IVehicle vehicle,
        +                             org.bukkit.entity.Entity collisionEntity)
        +
        This event is triggered when a vehicle hits another entity
        +
        +
        Parameters:
        +
        vehicle - the vehicle triggering the event
        +
        collisionEntity - the entity that got hit by the triggering vehicle
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlerList

        +
        public static org.bukkit.event.HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
        Check if event is cancelled
        +
        +
        Specified by:
        +
        isCancelled in interface org.bukkit.event.Cancellable
        +
        Returns:
        +
        boolean
        +
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
        Set event cancelled
        +
        +
        Specified by:
        +
        setCancelled in interface org.bukkit.event.Cancellable
        +
        Parameters:
        +
        cancel -
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getCollisionVehicle

        +
        public APIVehicle getCollisionVehicle()
        +
        Get collision vehicle
        +
        +
        Returns:
        +
        Vehicle
        +
        +
      • +
      + + + +
        +
      • +

        getVehicle

        +
        public APIVehicle getVehicle()
        +
        Get vehicle
        +
        +
        Returns:
        +
        Vehicle
        +
        +
      • +
      + + + +
        +
      • +

        getCollisionEntity

        +
        public org.bukkit.entity.Entity getCollisionEntity()
        +
        Get collision entity
        +
        +
        Returns:
        +
        Entity
        +
        +
      • +
      + + + +
        +
      • +

        getCollisionMode

        +
        public CollisionMode getCollisionMode()
        +
        Get collision mode
        +
        +
        Returns:
        +
        CollisionMode
        +
        +
      • +
      + + + +
        +
      • +

        doPush

        +
        public boolean doPush()
        +
        Push vehicle/entity after collision
        +
        +
        Returns:
        +
        boolean
        +
        +
      • +
      + + + +
        +
      • +

        setDoPush

        +
        public void setDoPush(boolean push)
        +
        Set push vehicle/entity after collision
        +
        +
        Parameters:
        +
        push -
        +
        +
      • +
      + + + +
        +
      • +

        doDamage

        +
        public boolean doDamage()
        +
        Damage vehicle/entity after collision
        +
        +
        Returns:
        +
        boolean
        +
        +
      • +
      + + + +
        +
      • +

        setDoDamage

        +
        public void setDoDamage(boolean damage)
        +
        Set damage vehicle/entity after collision
        +
        +
        Parameters:
        +
        damage -
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDamageEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDamageEvent.html new file mode 100644 index 0000000..79653c5 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDamageEvent.html @@ -0,0 +1,400 @@ + + + + + +VehicleDamageEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class VehicleDamageEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.event.Cancellable
    +
    +
    +
    +
    public class VehicleDamageEvent
    +extends org.bukkit.event.Event
    +implements org.bukkit.event.Cancellable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      VehicleDamageEvent(IVehicle vehicle, + int damageAmount) +
      This event is being triggered when a vehicle is getting damage
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VehicleDamageEvent

        +
        public VehicleDamageEvent(IVehicle vehicle,
        +                          int damageAmount)
        +
        This event is being triggered when a vehicle is getting damage
        +
        +
        Parameters:
        +
        vehicle - the vehicle that is getting damage
        +
        damageAmount - the amount of damage
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlerList

        +
        public static org.bukkit.event.HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
        +
        Specified by:
        +
        isCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
        +
        Specified by:
        +
        setCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getVehicle

        +
        public APIVehicle getVehicle()
        +
      • +
      + + + +
        +
      • +

        getDamageAmount

        +
        public int getDamageAmount()
        +
      • +
      + + + +
        +
      • +

        setDamageAmount

        +
        public void setDamageAmount(int damageAmount)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDestroyEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDestroyEvent.html new file mode 100644 index 0000000..c3e2ecc --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDestroyEvent.html @@ -0,0 +1,371 @@ + + + + + +VehicleDestroyEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class VehicleDestroyEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.event.Cancellable
    +
    +
    +
    +
    public class VehicleDestroyEvent
    +extends org.bukkit.event.Event
    +implements org.bukkit.event.Cancellable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      VehicleDestroyEvent(IVehicle vehicle) +
      This is triggered when a vehicle gets destroyed
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VehicleDestroyEvent

        +
        public VehicleDestroyEvent(IVehicle vehicle)
        +
        This is triggered when a vehicle gets destroyed
        +
        +
        Parameters:
        +
        vehicle - the vehicle that gets destroyed
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlerList

        +
        public static org.bukkit.event.HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
        +
        Specified by:
        +
        isCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
        +
        Specified by:
        +
        setCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getVehicle

        +
        public APIVehicle getVehicle()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleEnterEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleEnterEvent.html new file mode 100644 index 0000000..7e70f6e --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleEnterEvent.html @@ -0,0 +1,403 @@ + + + + + +VehicleEnterEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class VehicleEnterEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.event.Cancellable
    +
    +
    +
    +
    public class VehicleEnterEvent
    +extends org.bukkit.event.Event
    +implements org.bukkit.event.Cancellable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      VehicleEnterEvent(IVehicle vehicle, + org.bukkit.entity.Player driver, + IPart seat) +
      This event is triggered when a player enters the vehicle
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VehicleEnterEvent

        +
        public VehicleEnterEvent(IVehicle vehicle,
        +                         org.bukkit.entity.Player driver,
        +                         IPart seat)
        +
        This event is triggered when a player enters the vehicle
        +
        +
        Parameters:
        +
        vehicle - the vehicle that is getting entered
        +
        driver - the player that entered
        +
        seat - the seat that the player is entering
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlerList

        +
        public static org.bukkit.event.HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
        +
        Specified by:
        +
        isCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
        +
        Specified by:
        +
        setCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getVehicle

        +
        public APIVehicle getVehicle()
        +
      • +
      + + + +
        +
      • +

        getDriver

        +
        public org.bukkit.entity.Player getDriver()
        +
      • +
      + + + +
        +
      • +

        getSeat

        +
        public APISeat getSeat()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleGiveEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleGiveEvent.html new file mode 100644 index 0000000..0ef4c8a --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleGiveEvent.html @@ -0,0 +1,379 @@ + + + + + +VehicleGiveEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class VehicleGiveEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.event.Cancellable
    +
    +
    +
    +
    public class VehicleGiveEvent
    +extends org.bukkit.event.Event
    +implements org.bukkit.event.Cancellable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      VehicleGiveEvent(IVehicle vehicle, + org.bukkit.entity.Player driver) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      org.bukkit.entity.PlayergetDriver() 
      org.bukkit.event.HandlerListgetHandlers() 
      APIVehiclegetVehicle() 
      booleanisCancelled() 
      voidrun(java.lang.Runnable run) 
      voidsetCancelled(boolean b) 
      +
        +
      • + + +

        Methods inherited from class org.bukkit.event.Event

        +getEventName, isAsynchronous
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VehicleGiveEvent

        +
        public VehicleGiveEvent(IVehicle vehicle,
        +                        org.bukkit.entity.Player driver)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
        +
        Specified by:
        +
        isCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean b)
        +
        +
        Specified by:
        +
        setCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getVehicle

        +
        public APIVehicle getVehicle()
        +
      • +
      + + + +
        +
      • +

        getDriver

        +
        public org.bukkit.entity.Player getDriver()
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(java.lang.Runnable run)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleLeaveEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleLeaveEvent.html new file mode 100644 index 0000000..336bd5f --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleLeaveEvent.html @@ -0,0 +1,364 @@ + + + + + +VehicleLeaveEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class VehicleLeaveEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class VehicleLeaveEvent
    +extends org.bukkit.event.Event
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      VehicleLeaveEvent(IVehicle vehicle, + org.bukkit.entity.Player driver, + IPart seat) +
      This event is triggered when a player leaves a vehicle
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VehicleLeaveEvent

        +
        public VehicleLeaveEvent(IVehicle vehicle,
        +                         org.bukkit.entity.Player driver,
        +                         IPart seat)
        +
        This event is triggered when a player leaves a vehicle
        +
        +
        Parameters:
        +
        vehicle - the vehicle the player was in
        +
        driver - the player that is leaving
        +
        seat - the seat the player was in
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlerList

        +
        public static org.bukkit.event.HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getVehicle

        +
        public APIVehicle getVehicle()
        +
      • +
      + + + +
        +
      • +

        getDriver

        +
        public org.bukkit.entity.Player getDriver()
        +
      • +
      + + + +
        +
      • +

        getSeat

        +
        public APISeat getSeat()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleSpawnEvent.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleSpawnEvent.html new file mode 100644 index 0000000..fc01911 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleSpawnEvent.html @@ -0,0 +1,387 @@ + + + + + +VehicleSpawnEvent (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.events
+

Class VehicleSpawnEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.bukkit.event.Cancellable
    +
    +
    +
    +
    public class VehicleSpawnEvent
    +extends org.bukkit.event.Event
    +implements org.bukkit.event.Cancellable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.bukkit.event.Event

        +org.bukkit.event.Event.Result
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      VehicleSpawnEvent(IVehicle vehicle, + SpawnMode spawnMode) +
      This event is triggered when a vehicle is spawned
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VehicleSpawnEvent

        +
        public VehicleSpawnEvent(IVehicle vehicle,
        +                         SpawnMode spawnMode)
        +
        This event is triggered when a vehicle is spawned
        +
        +
        Parameters:
        +
        vehicle - the vehicle that is spawned
        +
        spawnMode - the spawnreason (If force, its not cancellable)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlerList

        +
        public static org.bukkit.event.HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
        +
        Specified by:
        +
        isCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
        +
        Specified by:
        +
        setCancelled in interface org.bukkit.event.Cancellable
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public org.bukkit.event.HandlerList getHandlers()
        +
        +
        Specified by:
        +
        getHandlers in class org.bukkit.event.Event
        +
        +
      • +
      + + + +
        +
      • +

        getVehicle

        +
        public APIVehicle getVehicle()
        +
      • +
      + + + +
        +
      • +

        getSpawnMode

        +
        public SpawnMode getSpawnMode()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-frame.html new file mode 100644 index 0000000..51df58b --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-frame.html @@ -0,0 +1,27 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.events (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.events

+
+

Classes

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-summary.html new file mode 100644 index 0000000..f671464 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-summary.html @@ -0,0 +1,171 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.events (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.events

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-tree.html new file mode 100644 index 0000000..09c4250 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/events/package-tree.html @@ -0,0 +1,146 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.events Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.events

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IPart.html b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IPart.html new file mode 100644 index 0000000..af354b2 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IPart.html @@ -0,0 +1,168 @@ + + + + + +IPart (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.interfaces
+

Interface IPart

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    APISeat
    +
    +
    +
    +
    public interface IPart
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IVehicle.html b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IVehicle.html new file mode 100644 index 0000000..fe13f39 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IVehicle.html @@ -0,0 +1,248 @@ + + + + + +IVehicle (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.interfaces
+

Interface IVehicle

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    APIVehicle
    +
    +
    +
    +
    public interface IVehicle
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        saveVehicle

        +
        void saveVehicle()
        +
      • +
      + + + +
        +
      • +

        removeVehicle

        +
        void removeVehicle(org.bukkit.entity.Player player)
        +
      • +
      + + + +
        +
      • +

        getOwner

        +
        java.lang.String getOwner()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-frame.html new file mode 100644 index 0000000..5bfd87a --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-frame.html @@ -0,0 +1,20 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.interfaces (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.interfaces

+
+

Interfaces

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-summary.html new file mode 100644 index 0000000..c6a2892 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-summary.html @@ -0,0 +1,143 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.interfaces (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.interfaces

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-tree.html new file mode 100644 index 0000000..f1a4be4 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-tree.html @@ -0,0 +1,131 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.interfaces Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.interfaces

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTDataType.html b/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTDataType.html new file mode 100644 index 0000000..10d52d7 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTDataType.html @@ -0,0 +1,374 @@ + + + + + +NBTDataType (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving
+

Enum NBTDataType

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<NBTDataType>
    +
    +
    +
    +
    public enum NBTDataType
    +extends java.lang.Enum<NBTDataType>
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static NBTDataTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static NBTDataType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static NBTDataType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (NBTDataType c : NBTDataType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static NBTDataType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-frame.html new file mode 100644 index 0000000..d311779 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-frame.html @@ -0,0 +1,19 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving

+
+

Enums

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-summary.html new file mode 100644 index 0000000..1bc723d --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-summary.html @@ -0,0 +1,139 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-tree.html new file mode 100644 index 0000000..286a40d --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-tree.html @@ -0,0 +1,138 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving

+Package Hierarchies: + +
+
+

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/managers/MainManager.html b/api/me/legofreak107/vehiclesplus/vehicles/api/managers/MainManager.html new file mode 100644 index 0000000..eab54a6 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/managers/MainManager.html @@ -0,0 +1,275 @@ + + + + + +MainManager (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.managers
+

Class MainManager

+
+
+ +
+
    +
  • +
    +
    +
    public class MainManager
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MainManager() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.util.HashMap<java.lang.String,IVehicle>getBaseVehicleHashMap() +
      A map of base vehicles + Key: name of the baseVehicle + Value: BaseVehicle
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MainManager

        +
        public MainManager()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBaseVehicleHashMap

        +
        public java.util.HashMap<java.lang.String,IVehicle> getBaseVehicleHashMap()
        +
        A map of base vehicles + Key: name of the baseVehicle + Value: BaseVehicle
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-frame.html new file mode 100644 index 0000000..c21da99 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-frame.html @@ -0,0 +1,19 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.managers (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.managers

+
+

Classes

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-summary.html new file mode 100644 index 0000000..d7f98f2 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-summary.html @@ -0,0 +1,139 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.managers (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.managers

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-tree.html new file mode 100644 index 0000000..66e4e2f --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/managers/package-tree.html @@ -0,0 +1,134 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.managers Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.managers

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/CollisionMode.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/CollisionMode.html new file mode 100644 index 0000000..bc25d6d --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/CollisionMode.html @@ -0,0 +1,338 @@ + + + + + +CollisionMode (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.objects.collision
+

Enum CollisionMode

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<CollisionMode>
    +
    +
    +
    +
    public enum CollisionMode
    +extends java.lang.Enum<CollisionMode>
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static CollisionModevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static CollisionMode[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        VEHICLE_VEHICLE

        +
        public static final CollisionMode VEHICLE_VEHICLE
        +
      • +
      + + + +
        +
      • +

        VEHICLE_ENTITY

        +
        public static final CollisionMode VEHICLE_ENTITY
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static CollisionMode[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (CollisionMode c : CollisionMode.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static CollisionMode valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-frame.html new file mode 100644 index 0000000..0d79cc1 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-frame.html @@ -0,0 +1,19 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.collision (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.objects.collision

+
+

Enums

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-summary.html new file mode 100644 index 0000000..55f19e3 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-summary.html @@ -0,0 +1,139 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.collision (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.objects.collision

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-tree.html new file mode 100644 index 0000000..c7716ea --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-tree.html @@ -0,0 +1,138 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.collision Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.objects.collision

+Package Hierarchies: + +
+
+

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/MovementInput.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/MovementInput.html new file mode 100644 index 0000000..0bb13b5 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/MovementInput.html @@ -0,0 +1,328 @@ + + + + + +MovementInput (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.objects.custominput
+

Class MovementInput

+
+
+ +
+
    +
  • +
    +
    +
    public class MovementInput
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MovementInput(java.lang.Boolean jump, + java.lang.Boolean forward, + java.lang.Boolean backward, + java.lang.Boolean left, + java.lang.Boolean right) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.BooleangetBackward() 
      java.lang.BooleangetForward() 
      java.lang.BooleangetJump() 
      java.lang.BooleangetLeft() 
      java.lang.BooleangetRight() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MovementInput

        +
        public MovementInput(java.lang.Boolean jump,
        +                     java.lang.Boolean forward,
        +                     java.lang.Boolean backward,
        +                     java.lang.Boolean left,
        +                     java.lang.Boolean right)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getJump

        +
        public java.lang.Boolean getJump()
        +
      • +
      + + + +
        +
      • +

        getForward

        +
        public java.lang.Boolean getForward()
        +
      • +
      + + + +
        +
      • +

        getBackward

        +
        public java.lang.Boolean getBackward()
        +
      • +
      + + + +
        +
      • +

        getLeft

        +
        public java.lang.Boolean getLeft()
        +
      • +
      + + + +
        +
      • +

        getRight

        +
        public java.lang.Boolean getRight()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-frame.html new file mode 100644 index 0000000..eb19b7e --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-frame.html @@ -0,0 +1,19 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.custominput (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.objects.custominput

+
+

Classes

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-summary.html new file mode 100644 index 0000000..d696180 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-summary.html @@ -0,0 +1,139 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.custominput (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.objects.custominput

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-tree.html new file mode 100644 index 0000000..9f2c1b7 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-tree.html @@ -0,0 +1,134 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.custominput Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.objects.custominput

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/APISeat.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/APISeat.html new file mode 100644 index 0000000..d612d16 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/APISeat.html @@ -0,0 +1,239 @@ + + + + + +APISeat (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.objects.parts
+

Class APISeat

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IPart
    +
    +
    +
    +
    public class APISeat
    +extends java.lang.Object
    +implements IPart
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      APISeat() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        APISeat

        +
        public APISeat()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-frame.html new file mode 100644 index 0000000..cef3601 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-frame.html @@ -0,0 +1,19 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.parts (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.objects.parts

+
+

Classes

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-summary.html new file mode 100644 index 0000000..cd26af6 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-summary.html @@ -0,0 +1,139 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.parts (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.objects.parts

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-tree.html new file mode 100644 index 0000000..60425da --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/parts/package-tree.html @@ -0,0 +1,134 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.parts Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.objects.parts

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/SpawnMode.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/SpawnMode.html new file mode 100644 index 0000000..b346200 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/SpawnMode.html @@ -0,0 +1,350 @@ + + + + + +SpawnMode (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.objects.spawn
+

Enum SpawnMode

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<SpawnMode>
    +
    +
    +
    +
    public enum SpawnMode
    +extends java.lang.Enum<SpawnMode>
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      FORCE 
      GARAGE 
      UPDATE 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static SpawnModevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static SpawnMode[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static SpawnMode[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (SpawnMode c : SpawnMode.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static SpawnMode valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-frame.html new file mode 100644 index 0000000..004a929 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-frame.html @@ -0,0 +1,19 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.spawn (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.objects.spawn

+
+

Enums

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-summary.html new file mode 100644 index 0000000..738b293 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-summary.html @@ -0,0 +1,139 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.spawn (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.objects.spawn

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-tree.html new file mode 100644 index 0000000..bd41cc7 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-tree.html @@ -0,0 +1,138 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.spawn Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.objects.spawn

+Package Hierarchies: + +
+
+

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/APIVehicle.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/APIVehicle.html new file mode 100644 index 0000000..1f19edc --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/APIVehicle.html @@ -0,0 +1,315 @@ + + + + + +APIVehicle (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + + +
+
me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles
+

Class APIVehicle

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IVehicle
    +
    +
    +
    +
    public class APIVehicle
    +extends java.lang.Object
    +implements IVehicle
    +
    A Vehicle for the API. + It's just an empty class, and doesn't do anything
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      APIVehicle(IVehicle baseVehicle, + java.lang.String toString) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetOwner() 
      voidremoveVehicle(org.bukkit.entity.Player player) 
      voidsaveVehicle() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        APIVehicle

        +
        public APIVehicle(IVehicle baseVehicle,
        +                  java.lang.String toString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        saveVehicle

        +
        public void saveVehicle()
        +
        +
        Specified by:
        +
        saveVehicle in interface IVehicle
        +
        +
      • +
      + + + +
        +
      • +

        removeVehicle

        +
        public void removeVehicle(org.bukkit.entity.Player player)
        +
        +
        Specified by:
        +
        removeVehicle in interface IVehicle
        +
        +
      • +
      + + + +
        +
      • +

        getOwner

        +
        public java.lang.String getOwner()
        +
        +
        Specified by:
        +
        getOwner in interface IVehicle
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-frame.html new file mode 100644 index 0000000..5e9e776 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-frame.html @@ -0,0 +1,19 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles

+
+

Classes

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-summary.html new file mode 100644 index 0000000..7fdd499 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-summary.html @@ -0,0 +1,141 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-tree.html new file mode 100644 index 0000000..d3b9c1a --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/objects/vehicles/package-tree.html @@ -0,0 +1,134 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/package-frame.html b/api/me/legofreak107/vehiclesplus/vehicles/api/package-frame.html new file mode 100644 index 0000000..52f4117 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/package-frame.html @@ -0,0 +1,19 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api (API 2.0.11-dev1 API) + + + + +

me.legofreak107.vehiclesplus.vehicles.api

+
+

Classes

+ +
+ + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/package-summary.html b/api/me/legofreak107/vehiclesplus/vehicles/api/package-summary.html new file mode 100644 index 0000000..c643e68 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/package-summary.html @@ -0,0 +1,139 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Package me.legofreak107.vehiclesplus.vehicles.api

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/me/legofreak107/vehiclesplus/vehicles/api/package-tree.html b/api/me/legofreak107/vehiclesplus/vehicles/api/package-tree.html new file mode 100644 index 0000000..75222d5 --- /dev/null +++ b/api/me/legofreak107/vehiclesplus/vehicles/api/package-tree.html @@ -0,0 +1,134 @@ + + + + + +me.legofreak107.vehiclesplus.vehicles.api Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package me.legofreak107.vehiclesplus.vehicles.api

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/overview-frame.html b/api/overview-frame.html new file mode 100644 index 0000000..ff548cd --- /dev/null +++ b/api/overview-frame.html @@ -0,0 +1,29 @@ + + + + + +Overview List (API 2.0.11-dev1 API) + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/api/overview-summary.html b/api/overview-summary.html new file mode 100644 index 0000000..82f94b0 --- /dev/null +++ b/api/overview-summary.html @@ -0,0 +1,171 @@ + + + + + +Overview (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

API 2.0.11-dev1 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
me.legofreak107.vehiclesplus.vehicles.api 
me.legofreak107.vehiclesplus.vehicles.api.events 
me.legofreak107.vehiclesplus.vehicles.api.interfaces 
me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving 
me.legofreak107.vehiclesplus.vehicles.api.managers 
me.legofreak107.vehiclesplus.vehicles.api.objects.collision 
me.legofreak107.vehiclesplus.vehicles.api.objects.custominput 
me.legofreak107.vehiclesplus.vehicles.api.objects.parts 
me.legofreak107.vehiclesplus.vehicles.api.objects.spawn 
me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles 
+
+ +
+ + + + + + + +
+ + + + diff --git a/api/overview-tree.html b/api/overview-tree.html new file mode 100644 index 0000000..1387323 --- /dev/null +++ b/api/overview-tree.html @@ -0,0 +1,179 @@ + + + + + +Class Hierarchy (API 2.0.11-dev1 API) + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/api/package-list b/api/package-list new file mode 100644 index 0000000..2ffce38 --- /dev/null +++ b/api/package-list @@ -0,0 +1,10 @@ +me.legofreak107.vehiclesplus.vehicles.api +me.legofreak107.vehiclesplus.vehicles.api.events +me.legofreak107.vehiclesplus.vehicles.api.interfaces +me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving +me.legofreak107.vehiclesplus.vehicles.api.managers +me.legofreak107.vehiclesplus.vehicles.api.objects.collision +me.legofreak107.vehiclesplus.vehicles.api.objects.custominput +me.legofreak107.vehiclesplus.vehicles.api.objects.parts +me.legofreak107.vehiclesplus.vehicles.api.objects.spawn +me.legofreak107.vehiclesplus.vehicles.api.objects.vehicles diff --git a/api/script.js b/api/script.js new file mode 100644 index 0000000..c3a1cae --- /dev/null +++ b/api/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/api/stylesheet.css b/api/stylesheet.css new file mode 100644 index 0000000..b8dad08 --- /dev/null +++ b/api/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +}