diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html
deleted file mode 100644
index 1596fda..0000000
--- a/docs/allclasses-frame.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-All Classes (API 2.2.5 API)
-
-
-
-
-All Classes
-
-
-
diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html
deleted file mode 100644
index 61a2cfa..0000000
--- a/docs/allclasses-noframe.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-All Classes (API 2.2.5 API)
-
-
-
-
-All Classes
-
-
-
diff --git a/docs/constant-values.html b/docs/constant-values.html
deleted file mode 100644
index 58748a6..0000000
--- a/docs/constant-values.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-Constant Field Values (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html
deleted file mode 100644
index 2af09fb..0000000
--- a/docs/deprecated-list.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-Deprecated List (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/dracula-javadoc8.css b/docs/dracula-javadoc8.css
deleted file mode 100644
index 636463d..0000000
--- a/docs/dracula-javadoc8.css
+++ /dev/null
@@ -1,686 +0,0 @@
-/*
- Javadoc Dracula Style Sheet
-
- Authors: Allan Im
- https://raw.githubusercontent.com/dracula/javadoc/master/styles/dracula-javadoc8.css
-*/
-@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto);
-
-body {
- background-color: #3C4556;
- color: #f8f8f2;
- font-family: 'Open Sans', Arial, Helvetica, sans-serif;
- font-size: 14px;
- margin: 0;
-}
-
-a:link, a:visited {
- text-decoration: none;
- color: #8be9fd;
-}
-
-a:hover, a:focus {
- text-decoration: none;
- color: #50fa7b;
- font-weight: bold;
-}
-
-a:active {
- text-decoration: none;
- color: #ff5555;
-}
-
-a[name] {
- color: #f8f8f2;
-}
-
-a[name]:hover {
- text-decoration: none;
- color: #f8f8f2;
-}
-
-pre {
- font-family: 'Open Sans', 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: 'Roboto', monospace;
- font-size: 14px;
- padding-top: 4px;
- margin-top: 8px;
- line-height: 1.4em;
-}
-
-dt code {
- font-family: 'Roboto', monospace;
- font-size: 14px;
- padding-top: 4px;
-}
-
-table tr td dt code {
- font-family: 'Roboto', monospace;
- font-size: 14px;
- vertical-align: top;
- padding-top: 4px;
-}
-
-sup {
- font-size: 8px;
-}
-
-/*
-Document title and Copyright styles
-*/
-.clear {
- clear: both;
- height: 0;
- overflow: hidden;
-}
-
-.aboutLanguage {
- float: right;
- padding: 0 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: #8be9fd;
- text-decoration: none;
-}
-
-.bar a:hover, .bar a:focus {
- color: #ff5555;
-}
-
-.tab {
- background-color: #8be9fd;
- color: #282a36;
- padding: 8px;
- width: 5em;
- font-weight: bold;
-}
-
-/*
-Navigation bar styles
-*/
-.bar {
- background-color: #44475a;
- color: #f8f8f2;
- padding: .8em .5em .4em .8em;
- height: auto; /*height:1.8em;*/
- font-size: 11px;
- margin: 0;
- border-bottom: 2px solid #ff79c6;
-}
-
-.topNav {
- color: #f8f8f2;
- float: left;
- width: 100%;
- clear: right;
- height: 2.8em;
- padding: 10px 0 0;
- overflow: hidden;
- font-size: 12px;
- border-bottom: 4px solid #8be9fd;
-}
-
-.bottomNav {
- margin-top: 10px;
- background-color: #44475a;
- color: #f8f8f2;
- float: left;
- width: 100%;
- clear: right;
- height: 2.8em;
- padding: 10px 0 0;
- overflow: hidden;
- font-size: 12px;
- border-bottom: 4px solid #8be9fd;
-}
-
-.subNav {
- background-color: #6272a4;
- float: left;
- width: 100%;
- overflow: hidden;
- font-size: 12px;
- border-bottom: 2px solid #ff79c6;
-}
-
-.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: #f8f8f2;
- text-decoration: none;
- text-transform: uppercase;
-}
-
-.topNav a:hover, .bottomNav a:hover {
- text-decoration: none;
- color: #8be9fd;
- font-weight: bold;
- text-transform: uppercase;
-}
-
-.navBarCell1Rev {
- /*background-color: rgba(139,233,253,0.2);*/
- color: #8be9fd;
- border: 1px solid #8be9fd;
- border-radius: 5px;
- 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: #ff79c6;
- 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: #6272a4;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- margin: 0 0 6px -8px;
- padding: 7px 10px;
-}
-
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- background-color: #6272a4;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- margin: 0 0 6px -8px;
- padding: 7px 10px;
-}
-
-ul.blockList ul.blockList li.blockList h3 {
- padding: 0;
- margin: 15px 0;
-}
-
-ul.blockList li.blockList h2 {
- padding: 0 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: #f1fa8c;
-}
-
-.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
- margin: 5px 0 10px 0;
- font-size: 14px;
- font-family: 'Open Sans', 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: 0 20px 5px 10px;
- border: 1px solid rgba(255, 121, 198, 0.3);
- border-radius: 3px;
- background-color: #44475a;
-}
-
-ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
- padding: 0 0 5px 8px;
- background-color: #282a36;
- 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%;
-}
-
-.overviewSummary, .memberSummary {
- padding: 0;
-}
-
-.overviewSummary caption, .memberSummary caption, .typeSummary caption,
-.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
- position: relative;
- text-align: left;
- background-repeat: no-repeat;
- color: #f8f8f2;
- font-weight: bold;
- clear: none;
- overflow: hidden;
- padding: 10px 0 0 1px;
- margin: 0;
- 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: #f8f8f2;
-}
-
-.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
-.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
- white-space: nowrap;
- padding: 5px 12px 7px;
- display: inline-block;
- float: left;
- background-color: #ff79c6;
- border-top-right-radius: 5px;
- border-top-left-radius: 5px;
- border: none;
- height: 16px;
-}
-
-.memberSummary caption span.activeTableTab span {
- white-space: nowrap;
- padding-top: 5px;
- padding-left: 12px;
- padding-right: 12px;
- margin-right: 5px;
- display: inline-block;
- float: left;
- background-color: #ff79c6;
- border-top-right-radius: 5px;
- border-top-left-radius: 5px;
- height: 16px;
-}
-
-.memberSummary caption span.tableTab span {
- white-space: nowrap;
- padding-top: 5px;
- padding-left: 12px;
- padding-right: 12px;
- margin-right: 5px;
- display: inline-block;
- float: left;
- background-color: rgba(255, 121, 198, 0.3);
- border-top-right-radius: 5px;
- border-top-left-radius: 5px;
- height: 16px;
-}
-
-.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
- padding-top: 0;
- padding-left: 0;
- padding-right: 0;
- 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: #ff79c6;
-}
-
-.memberSummary .activeTableTab .tabEnd {
- display: none;
- width: 5px;
- margin-right: 3px;
- position: relative;
- float: left;
- background-color: #ff79c6;
-}
-
-.memberSummary .tableTab .tabEnd {
- display: none;
- width: 5px;
- margin-right: 3px;
- position: relative;
- background-color: #6272a4;
- float: left;
-
-}
-
-.overviewSummary td, .memberSummary td, .typeSummary td,
-.useSummary td, .constantsSummary td, .deprecatedSummary td {
- text-align: left;
- padding: 0 0 12px 10px;
- width: 100%;
-}
-
-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: 0;
- padding-top: 8px;
- padding-bottom: 3px;
-}
-
-th.colFirst, th.colLast, th.colOne, .constantsSummary th {
- background: #6272a4;
- 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,
-.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: #282a36;
-}
-
-.rowColor {
- background-color: #282a36;
-}
-
-.altColor .colFirst, .altColor .colLast, .altColor .colOne {
- border-bottom: 1px solid #bd93f9;
-}
-
-.rowColor .colFirst, .rowColor .colLast, .rowColor .colOne {
- border-bottom: 1px solid #bd93f9;
-}
-
-/*
-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: 'Roboto', Georgia, "Times New Roman", Times, serif;
-}
-
-td.colLast div {
- padding-top: 0;
-}
-
-td.colLast a {
- padding-bottom: 3px;
-}
-
-/*
-Formatting effect styles
-*/
-.sourceLineNo {
- color: #50fa7b;
- padding: 0 30px 0 0;
-}
-
-h1.hidden {
- visibility: hidden;
- overflow: hidden;
- font-size: 10px;
-}
-
-.block {
- display: block;
- margin: 3px 10px 2px 0;
- color: #f8f8f2;
-}
-
-.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: 0;
-}
diff --git a/docs/help-doc.html b/docs/help-doc.html
deleted file mode 100644
index 2db5541..0000000
--- a/docs/help-doc.html
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-
-
-
-API Help (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-Overview
-The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
-
-
-Package
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
-
-Interfaces (italic)
-Classes
-Enums
-Exceptions
-Errors
-Annotation Types
-
-
-
-Class/Interface
-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
-
-Class inheritance diagram
-Direct Subclasses
-All Known Subinterfaces
-All Known Implementing Classes
-Class/interface declaration
-Class/interface description
-
-
-Nested Class Summary
-Field Summary
-Constructor Summary
-Method Summary
-
-
-Field Detail
-Constructor Detail
-Method Detail
-
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-
-
-Annotation Type
-Each annotation type has its own separate page with the following sections:
-
-Annotation Type declaration
-Annotation Type description
-Required Element Summary
-Optional Element Summary
-Element Detail
-
-
-
-Enum
-Each enum has its own separate page with the following sections:
-
-Enum declaration
-Enum description
-Enum Constant Summary
-Enum Constant Detail
-
-
-
-Tree (Class Hierarchy)
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object
. The interfaces do not inherit from java.lang.Object
.
-
-When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
-When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
-
-
-
-Deprecated API
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-
-
-Index
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-
-
-Prev/Next
-These links take you to the next or previous class, interface, package, or related page.
-
-
-Frames/No Frames
-These links show and hide the HTML frames. All pages are available with or without frames.
-
-
-All Classes
-The All Classes link shows all classes and interfaces except non-static nested types.
-
-
-Serialized Form
-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
-
-
-Constant Field Values
-The Constant Field Values page lists the static final fields and their values.
-
-
-
This help file applies to API documentation generated using the standard doclet.
-
-
-
-
-
-
diff --git a/docs/index-all.html b/docs/index-all.html
deleted file mode 100644
index f92768e..0000000
--- a/docs/index-all.html
+++ /dev/null
@@ -1,1744 +0,0 @@
-
-
-
-
-
-Index (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-A B C D E F G H I L M N P R S T U V W
-
-
-
A
-
-Addon - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons
-
-Addon(Double, Double, Double, ItemStack, Color) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Addon
-
-Addon constructor
-
-Addon() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Addon
-
-applyExtraOffset(Location) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-applyExtraOffset(Location) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-applyExtraOffset(Location) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-
-
-
-
-
B
-
-BaseVehicle - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects
-
-BaseVehicle() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-BikeSeat - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats
-
-BikeSeat(Double, Double, Double) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-BikeSeat(Double, Double, Double, Boolean) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-BikeSeat() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-BikeSkin - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins
-
-BikeSkin(Double, Double, Double, ItemStack, Color) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.BikeSkin
-
-BikeSkin() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.BikeSkin
-
-BikeType - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types
-
-BikeType() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BikeType
-
-BoatType - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types
-
-BoatType() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BoatType
-
-
-
-
-
-
C
-
-CarType - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types
-
-CarType() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.CarType
-
-checkCollision() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-Handle and check the current collision status
-
-ClickVehicleEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
-
-ClickVehicleEvent(SpawnedVehicle, Player) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
-
-This event is triggered when a player clicks a vehicle
-
-CollisionManager - Class in me.legofreak107.vehiclesplus.vehicles.managers
-
-CollisionManager(ArmorStand, StorageVehicle, List<Part>, SpawnedVehicle) - Constructor for class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-CollisionMode - Enum in me.legofreak107.vehiclesplus.vehicles.api.objects.collision
-
-Colorable - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins
-
-Colorable(Double, Double, Double, Color, ItemStack) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-Colorable() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-ControllingSeat - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats
-
-ControllingSeat(Double, Double, Double) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.ControllingSeat
-
-ControllingSeat(Double, Double, Double, Boolean) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.ControllingSeat
-
-ControllingSeat() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.ControllingSeat
-
-createVehicle(BaseVehicle, Player) - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-
-
-
-
-
D
-
-damage(int) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Damage the vehicle (If enabled)
-
-DamageType - Enum in me.legofreak107.vehiclesplus.vehicles.api.objects.damage
-
-despawn(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Despawn a spawned vehicle
-
-despawnStand() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-
-
-
-
-
E
-
-enter(Player) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-equals(Object) - Method in class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair
-
-
-
-
-
-
F
-
-fromString(ArmorStand, String, StorageVehicle) - Static method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-load the spawnedvehicle based on data string
-
-
-
-
-
-
G
-
-getAcceleration() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Acceleration of the vehicle (Higher value is faster acceleration)
- 50 is around 0-100km in 3 seconds
-
-getAccelerationSettings() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The acceleration settings, max, min and upgrade steps
-
-getAmmo() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-getBackward() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
-
-getBase() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-The base value
-
-getBaseColorList() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-A list of colors the vehicle comes in on purchase
-
-getBaseVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-getBaseVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The name of the base vehicle
-
-getBaseVehicleFromString(String) - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-getBaseVehicleMap() - Method in class me.legofreak107.vehiclesplus.vehicles.api.managers.MainManager
-
-The baseVehicles
Map
contains
String
the names of a basevehicle as the key
- and
BaseVehicle
the basevehicle itself as value.
-
-getBrakeForce() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The brake force of the vehicle
-
-getBroken() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Vehicle broken status
-
-getBuyer() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleBuyEvent
-
-getCanExitWhileMoving() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Can players exit this vehicle while moving (Recommended setting this to on when using Bukkit/Spigot)
-
-getClicker() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
-
-getClosestSpawnPoint(Location, String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-Get closest spawnpoint from current location
-
-getCollisionEntity() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-getCollisionManager() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The collision manager of the vehicle
-
-getCollisionMode() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-getCollisionVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-getColor() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-The color
-
-getCooldown() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-getCurrentFuel() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current vehicle fuel level
-
-getCurrentSpeed() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current speed of the vehicle in KM/H
-
-getCurrentSpeedInKm() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Get current speed in kilometers an hour
-
-getCurrentSteer() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current steering angle
-
-getDamageAmount() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
-
-getDamageType() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
-
-getDrift() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Can this vehicle drift
-
-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.VehicleLeaveEvent
-
-getDrivingVehicle(Player) - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-getDrivingVehicles() - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-getDrivingVehicles(BaseVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-getEnabled() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-
-Is the horn enabled
-
-getEnabled() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-Is the exhaust enabled
-
-getExhaustSettings() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Exhaust settings
-
-getExplosionSize() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-getExtraOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-The steering rotation ofsset of the wheel
-
-getExtraYOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-getForward() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
-
-getFuelSettings() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The fuel settings
-
-getFuelTank() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Maximum fuel tank capacity
-
-getFuelTankSettings() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The fuel tank settings, max, min and upgrade steps
-
-getGiver() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
-
-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.VehicleBuyEvent
-
-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.VehicleGiveEvent
-
-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.VehicleBuyEvent
-
-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
-
-getHealth() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The vehicles health
-
-getHealth() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current vehicle health
-
-getHeight() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-Hit box height
-
-getHitBox() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-The defined hitbox class
-
-getHitbox() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Hitbox settings of the vehicle
-
-getHitBoxPoints() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-Current hitbox points
-
-getHolder() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-The holder armorstand
-
-getHolder() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The holder of the part
-
-getHolder() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The holder of the vehicle (The center)
-
-getHornSettings() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Horn settings
-
-getInfoList() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-getInfoList() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-Get a list of vehicle information, perfect for lores of items
-
-getInput() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
-
-getInstance() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-getIsCustomPlaced() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-Is this part an addon of the vehicle (Not a base part)
-
-getIsDoingWheelie() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-getJump() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
-
-getLeft() - Method in class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair
-
-getLeft() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
-
-getLength() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-Hit box length
-
-getLift() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current lift of the vehicle (Used for flying vehicles)
-
-getLocation() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The location of the vehicle in the world
-
-getLocked() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Is this vehicle locked
-
-getMainManager() - Static method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-getMax() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-The maximum value
-
-getMomentum() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Current momentum of the vehicle
-
-getMomentumType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
-
-The friction of the vehicle with the ground/surrounding.
-
-getMomentumType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BikeType
-
-The friction of the vehicle with the ground/surrounding.
-
-getMomentumType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BoatType
-
-The friction of the vehicle with the ground/surrounding.
-
-getMomentumType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.CarType
-
-The friction of the vehicle with the ground/surrounding.
-
-getMomentumType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HelicopterType
-
-The friction of the vehicle with the ground/surrounding.
-
-getMomentumType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HovercraftType
-
-The friction of the vehicle with the ground/surrounding.
-
-getMomentumType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.PlaneType
-
-The friction of the vehicle with the ground/surrounding.
-
-getMovementType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
-
-The main movement type of the vehicle
-
-getMovementType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BikeType
-
-The main movement type of the vehicle
-
-getMovementType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BoatType
-
-The main movement type of the vehicle
-
-getMovementType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.CarType
-
-The main movement type of the vehicle
-
-getMovementType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HelicopterType
-
-The main movement type of the vehicle
-
-getMovementType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HovercraftType
-
-The main movement type of the vehicle
-
-getMovementType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.PlaneType
-
-The main movement type of the vehicle
-
-getName() - Method in class me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-getName() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The name of the vehicle
-
-getName() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The name of the vehicle
-
-getNbtString(Entity, NBTDataType) - Static method in class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTSave
-
-getOccupied() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-Is this seat occupied by a rider
-
-getOffsetsBasedOnRotation() - Method in class me.legofreak107.vehiclesplus.vehicles.hitbox.HitBox
-
-A map of hitbox points based on vehicle rotation
-
-getOwner() - Method in interface me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle
-
-getOwner() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-getOwner() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-getOwner() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The uuid of the owner
-
-getOwningVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The vehicle this seat belongs to
-
-getParticleName() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-getPartList() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-Part list of this vehicle
-
-getPartList() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-A list of vehicle parts (Wheels, Seats)
-
-getPartList() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The vehicle parts connected to this vehicle (Seats, wheels, etc)
-
-getPartList() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-A list of parts connected to this vehicle (Wheels, seats, etc)
-
-getPassenger() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-getPlayerVehicles(Player) - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-getPointOffsets(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.hitbox.HitBox
-
-Get the offset map based on rotation
-
-getPrice() - Method in class me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-The price of the rim
-
-getPrice() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The vehicle price, when set to 0 it will not load in the shop
-
-getReceiver() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
-
-getRiding() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
-
-getRight() - Method in class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair
-
-getRight() - Method in class me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
-
-getRotationOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-getRotationOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-The rotation offset of the wheel
-
-getSeat() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
-
-getSeat() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
-
-getSkin() - Method in class me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-The skin of the rim design
-
-getSkin() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-The skin of the part
-
-getSkinColored() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-getSound() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-
-getSpawnedVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-The spawned vehicle
-
-getSpawnedVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The spawned version of this storage vehicle
-
-getSpawnedVehicles() - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-getSpawnedVehicles(BaseVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-getSpawnMode() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
-
-getSpeed() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Maximum speed of a vehicle in KM/H
-
-getSpeedSettings() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The speed settings, max, min and upgrade steps
-
-getSteer() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-Is this seat a controller seat
-
-getSteering() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-Is this wheel a front wheel (A steering wheel)
-
-getSteering() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Steering range of a vehicle (lower value is slower steering)
-
-getSteeringType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Steering settings
-
-getStep() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-The upgrade step value
-
-getStorageVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-The storage vehicle
-
-getStorageVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The stored vehicle this vehicle is spawned from
-
-getTaskID() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-getTiltType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
-
-The tilt of the vehicle.
-
-getTiltType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BikeType
-
-The tilt of the vehicle.
-
-getTiltType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BoatType
-
-The tilt of the vehicle.
-
-getTiltType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.CarType
-
-The tilt of the vehicle.
-
-getTiltType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HelicopterType
-
-The tilt of the vehicle.
-
-getTiltType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HovercraftType
-
-The tilt of the vehicle.
-
-getTiltType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.PlaneType
-
-The tilt of the vehicle.
-
-getTrunkSize() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Trunk size of the vehicle.
-
-getTurningRadiusSettings() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The turning radius settings, max, min and upgrade steps
-
-getType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-
-The fuel type
-
-getUID() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The UID of the part
-
-getUpgradeCost() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-The cost to upgrade
-
-getUsage() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-
-The fuel usage
-
-getUuid() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The name of the vehicle
-
-getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
-
-getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleBuyEvent
-
-getVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-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
-
-getVehicleStats() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The stats of the vehicle
-
-getVehicleTrunk() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The trunk of the vehicle
-
-getVehicleType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The type of the vehicle
-
-getVehicleType() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The type of vehicle
-
-getWheelieOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.BikeSkin
-
-getWidth() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-Hit box width
-
-getWorld() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The world location of the vehicle
-
-getXOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The X offset of the part
-
-getXOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-X offset from center
-
-getYOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The X offset of the part
-
-getYOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-Y offset from center
-
-getZOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The X offset of the part
-
-getZOffset() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-Z offset from center
-
-
-
-
-
-
H
-
-handleInput(MovementInput) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-handleInput(MovementInput) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.ControllingSeat
-
-handleInput(MovementInput) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.TurretSeat
-
-hashCode() - Method in class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair
-
-HelicopterType - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types
-
-HelicopterType() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HelicopterType
-
-HitBox - Class in me.legofreak107.vehiclesplus.vehicles.hitbox
-
-HitBox(StorageHitbox) - Constructor for class me.legofreak107.vehiclesplus.vehicles.hitbox.HitBox
-
-Hitbox constructor
-
-HitBoxSide - Enum in me.legofreak107.vehiclesplus.vehicles.hitbox
-
-HovercraftType - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types
-
-HovercraftType() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HovercraftType
-
-
-
-
-
-
I
-
-isBusyChecking() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-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.VehicleBuyEvent
-
-isCancelled() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-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
-
-isDamage() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-isDidAction() - Method in class me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-isPush() - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-isReady() - Method in class me.legofreak107.vehiclesplus.vehicles.hitbox.HitBox
-
-Is this data done loading async and ready to use
-
-IVehicle - Interface in me.legofreak107.vehiclesplus.vehicles.api.interfaces
-
-Represents any vehicle
-
-
-
-
-
-
L
-
-loadFromStorage(String) - Static method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-Load a vehicle from storage file
-
-
-
-
-
-
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.damage - package me.legofreak107.vehiclesplus.vehicles.api.objects.damage
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.spawn - package me.legofreak107.vehiclesplus.vehicles.api.objects.spawn
-
-me.legofreak107.vehiclesplus.vehicles.hitbox - package me.legofreak107.vehiclesplus.vehicles.hitbox
-
-me.legofreak107.vehiclesplus.vehicles.managers - package me.legofreak107.vehiclesplus.vehicles.managers
-
-me.legofreak107.vehiclesplus.vehicles.rims - package me.legofreak107.vehiclesplus.vehicles.rims
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums - package me.legofreak107.vehiclesplus.vehicles.vehicles.enums
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects - package me.legofreak107.vehiclesplus.vehicles.vehicles.objects
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons - package me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats - package me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins - package me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage - package me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types - package me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base - package me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base
-
-MomentumType - Enum in me.legofreak107.vehiclesplus.vehicles.vehicles.enums
-
-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
-
-MovementType - Enum in me.legofreak107.vehiclesplus.vehicles.vehicles.enums
-
-
-
-
-
-
N
-
-NBTDataType - Enum in me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving
-
-NBTSave - Class in me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving
-
-NBTSave() - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTSave
-
-
-
-
-
-
P
-
-Pair <L ,R > - Class in me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving
-
-Pair(L, R) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair
-
-Part - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons
-
-Part(Double, Double, Double) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-Part() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-PlaneType - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types
-
-PlaneType() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.PlaneType
-
-
-
-
-
-
R
-
-removeNbtString(Entity, String) - Static method in class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTSave
-
-removeVehicle(Player) - Method in interface me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle
-
-removeVehicle(StorageVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-removeVehicle(Player) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-removeVehicle(Player) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-removeVehicle(Player) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-Delete this vehicle from storage.
-
-RimDesign - Class in me.legofreak107.vehiclesplus.vehicles.rims
-
-RimDesign() - Constructor for class me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-Rotor - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins
-
-Rotor(Double, Double, Double, ItemStack, Color) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Rotor
-
-Rotor() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Rotor
-
-
-
-
-
-
S
-
-saveVehicle() - Method in interface me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle
-
-saveVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-saveVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-saveVehicle() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-Update this vehicles data to file system
-
-Seat - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats
-
-Seat(Double, Double, Double, Boolean) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-Seat() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-SendKeyEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
-
-SendKeyEvent(Entity, Player, MovementInput) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
-
-This is triggered when a player sends a keyboard movement key
-
-setAcceleration(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Acceleration of the vehicle (Higher value is faster acceleration)
- 50 is around 0-100km in 3 seconds
-
-setAccelerationSettings(StorageUpgradeable) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The acceleration settings, max, min and upgrade steps
-
-setAmmo(ItemStack) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-setBase(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-The base value
-
-setBaseColorList(List<Color>) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-A list of colors the vehicle comes in on purchase
-
-setBaseVehicle(BaseVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-setBaseVehicle(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The name of the base vehicle
-
-setBrakeForce(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The brake force of the vehicle
-
-setBroken(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Vehicle broken status
-
-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.VehicleBuyEvent
-
-setCancelled(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-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
-
-setCanExitWhileMoving(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Can players exit this vehicle while moving (Recommended setting this to on when using Bukkit/Spigot)
-
-setCollisionManager(CollisionManager) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The collision manager of the vehicle
-
-setColor(Color) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-The color
-
-setCooldown(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-setCurrentFuel(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current vehicle fuel level
-
-setCurrentSpeed(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current speed of the vehicle in KM/H
-
-setCurrentSteer(Float) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current steering angle
-
-setDamage(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-setDamageAmount(int) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
-
-setDrift(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Can this vehicle drift
-
-setEnabled(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-
-Is the horn enabled
-
-setEnabled(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-Is the exhaust enabled
-
-setExhaustSettings(StorageSmoke) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Exhaust settings
-
-setExplosionSize(Float) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-setExtraOffset(Float) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-The steering rotation ofsset of the wheel
-
-setExtraYOffset(Float) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-setFuelSettings(StorageFuel) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The fuel settings
-
-setFuelTank(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Maximum fuel tank capacity
-
-setFuelTankSettings(StorageUpgradeable) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The fuel tank settings, max, min and upgrade steps
-
-setHealth(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The vehicles health
-
-setHealth(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current vehicle health
-
-setHeight(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-Hit box height
-
-setHitbox(StorageHitbox) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Hitbox settings of the vehicle
-
-setHolder(ArmorStand) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The holder of the part
-
-setHolder(ArmorStand) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The holder of the vehicle (The center)
-
-setHornSettings(StorageHorn) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Horn settings
-
-setIsCustomPlaced(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-Is this part an addon of the vehicle (Not a base part)
-
-setIsDoingWheelie(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-setLength(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-Hit box length
-
-setLift(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Current lift of the vehicle (Used for flying vehicles)
-
-setLocation(Vector) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The location of the vehicle in the world
-
-setLocked(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Is this vehicle locked
-
-setMax(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-The maximum value
-
-setMomentum(List<Vector>) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Current momentum of the vehicle
-
-setName(String) - Method in class me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-The name of the rim
-
-setName(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The name of the vehicle
-
-setName(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The name of the vehicle
-
-setNbtString(Entity, NBTDataType, String) - Static method in class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTSave
-
-setNewOwner(Player, Player) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-Change vehicle ownership
-
-setOccupied(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-Is this seat occupied by a rider
-
-setOwner(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The uuid of the owner
-
-setOwningVehicle(SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The vehicle this seat belongs to
-
-setParticleName(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-The name of the particle
-
-setPartList(List<Part>) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-A list of vehicle parts (Wheels, Seats)
-
-setPartList(ArrayList<Part>) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The vehicle parts connected to this vehicle (Seats, wheels, etc)
-
-setPartList(List<Part>) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-A list of parts connected to this vehicle (Wheels, seats, etc)
-
-setPrice(Float) - Method in class me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-The price of the rim
-
-setPrice(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The vehicle price, when set to 0 it will not load in the shop
-
-setPush(boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-setRotationOffset(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-setRotationOffset(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-The rotation offset of the wheel
-
-setSkin(ItemStack) - Method in class me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-The skin of the rim design
-
-setSkin(ItemStack) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-The skin of the part
-
-setSound(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-
-The sound of the horn
-
-setSpawnedVehicle(SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The spawned version of this storage vehicle
-
-setSpeed(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Maximum speed of a vehicle in KM/H
-
-setSpeedSettings(StorageUpgradeable) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The speed settings, max, min and upgrade steps
-
-setSteer(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-Is this seat a controller seat
-
-setSteering(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-Is this wheel a front wheel (A steering wheel)
-
-setSteering(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-Steering range of a vehicle (lower value is slower steering)
-
-setSteeringType(Boolean) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Steering settings
-
-setStep(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-The upgrade step value
-
-setStorageVehicle(StorageVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The stored vehicle this vehicle is spawned from
-
-setTaskID(int) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-setTrunkSize(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-Trunk size of the vehicle.
-
-setTurningRadiusSettings(StorageUpgradeable) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The turning radius settings, max, min and upgrade steps
-
-setType(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-
-The fuel type
-
-setUID(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The UID of the part
-
-setUpgradeCost(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-The cost to upgrade
-
-setUsage(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-
-The fuel usage
-
-setUuid(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The name of the vehicle
-
-setVehicleStats(VehicleStats) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The stats of the vehicle
-
-setVehicleTrunk(Inventory) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The trunk of the vehicle
-
-setVehicleType(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-The type of the vehicle
-
-setVehicleType(VehicleType) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-The type of vehicle
-
-setWheelieOffset(Integer) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.BikeSkin
-
-setWidth(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-Hit box width
-
-setWorld(String) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-The world location of the vehicle
-
-setXOffset(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The X offset of the part
-
-setXOffset(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-X offset from center
-
-setYOffset(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The X offset of the part
-
-setYOffset(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-Y offset from center
-
-setZOffset(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-The X offset of the part
-
-setZOffset(Double) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-Z offset from center
-
-shoot() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-Skin - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins
-
-Skin(Double, Double, Double, ItemStack, Color) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Skin
-
-Skin() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Skin
-
-spawn(Location) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Spawn the spawnedvehicle
-
-SpawnedVehicle - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects
-
-SpawnedVehicle(StorageVehicle) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Constructor for new spawned vehicle
-
-SpawnedVehicle() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-SpawnMode - Enum in me.legofreak107.vehiclesplus.vehicles.api.objects.spawn
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Addon
-
-Spawn this part as armorstand
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.TurretSeat
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.BikeSkin
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Rotor
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Skin
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-spawnStand(Location, SpawnedVehicle) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-spawnVehicle(Location, SpawnMode) - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-Spawn this vehicle
-
-StorageFuel - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage
-
-StorageFuel(Double, String) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-
-StorageFuel() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-
-StorageHitbox - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage
-
-StorageHitbox(Double, Double, Double) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-StorageHitbox() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-StorageHorn - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage
-
-StorageHorn(Boolean, String) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-
-StorageHorn() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-
-StorageSmoke - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage
-
-StorageSmoke(Double, Double, Double, String, Boolean) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-StorageSmoke() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-StorageUpgradeable - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage
-
-StorageUpgradeable(Integer, Integer, Integer, Integer) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-StorageUpgradeable() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-StorageVehicle - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects
-
-StorageVehicle(BaseVehicle, String) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-Constructor to define a new StorageVehicle
-
-StorageVehicle() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-
-
-
-
-
T
-
-TiltType - Enum in me.legofreak107.vehiclesplus.vehicles.vehicles.enums
-
-toString() - Method in class me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair
-
-toString() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Serialize spawnedvehicle to a string
-
-Turret - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins
-
-Turret(Double, Double, Double, Color, ItemStack, Float, ItemStack) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-Turret() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-TurretSeat - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats
-
-TurretSeat(Double, Double, Double) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.TurretSeat
-
-TurretSeat() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.TurretSeat
-
-
-
-
-
-
U
-
-update() - Method in class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-Update all positions (parts and skins)
- Handle collisions.
-
-
-
-
-
-
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.damage.DamageType
-
-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.
-
-valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.hitbox.HitBoxSide
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MomentumType
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MovementType
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.TiltType
-
-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.damage.DamageType
-
-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.
-
-values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.hitbox.HitBoxSide
-
-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.vehicles.enums.MomentumType
-
-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.vehicles.enums.MovementType
-
-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.vehicles.enums.TiltType
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-VehicleBuyEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
-
-VehicleBuyEvent(BaseVehicle, Player) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleBuyEvent
-
-This is triggered when a player buys a vehicle
-
-VehicleCollisionEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
-
-VehicleCollisionEvent(SpawnedVehicle, SpawnedVehicle) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-This event is triggered when a vehicle hits another vehicle
-
-VehicleCollisionEvent(SpawnedVehicle, 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(SpawnedVehicle, DamageType, int) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
-
-This event is triggered when a vehicle is being damaged
-
-VehicleDestroyEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
-
-VehicleDestroyEvent(SpawnedVehicle) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
-
-This is triggered when a vehicle is destroyed
-
-VehicleEnterEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
-
-VehicleEnterEvent(SpawnedVehicle, Player, Seat) - 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(StorageVehicle, CommandSender, Player) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
-
-This event is triggered when a player is given a vehicle
-
-VehicleLeaveEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
-
-VehicleLeaveEvent(SpawnedVehicle, Player, Seat) - 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(StorageVehicle, SpawnMode) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
-
-This event is triggered when a vehicle is spawned
-
-VehiclesPlusAPI - Class in me.legofreak107.vehiclesplus.vehicles.api
-
-VehiclesPlusAPI() - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-VehicleStats - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects
-
-VehicleStats() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-VehicleType - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base
-
-VehicleType() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
-
-
-
-
-
-
W
-
-Wheel - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons
-
-Wheel(Double, Double, Double, Integer, Boolean, Color, RimDesign) - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-Wheel() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-
-
A B C D E F G H I L M N P R S T U V W
-
-
-
-
-
-
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index 01ee5d4..0000000
--- a/docs/index.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-API 2.2.5 API
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-Frame Alert
-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 Non-frame version .
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/VehiclesPlusAPI.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/VehiclesPlusAPI.html
deleted file mode 100644
index f70be51..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/VehiclesPlusAPI.html
+++ /dev/null
@@ -1,477 +0,0 @@
-
-
-
-
-
-VehiclesPlusAPI (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-VehiclesPlusAPI
-public VehiclesPlusAPI()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/ClickVehicleEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/ClickVehicleEvent.html
deleted file mode 100644
index be874a2..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/ClickVehicleEvent.html
+++ /dev/null
@@ -1,387 +0,0 @@
-
-
-
-
-
-ClickVehicleEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-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 (SpawnedVehicle vehicle,
- org.bukkit.entity.Player clicker)
-This event is triggered when a player clicks a vehicle
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-ClickVehicleEvent
-public ClickVehicleEvent(SpawnedVehicle vehicle,
- org.bukkit.entity.Player clicker)
-This event is triggered when a player clicks a vehicle
-
-Parameters:
-vehicle
- the vehicle that is being clicked on
-clicker
- the player that clicked the vehicle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/SendKeyEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/SendKeyEvent.html
deleted file mode 100644
index 91e751b..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/SendKeyEvent.html
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
-
-
-SendKeyEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-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)
-This is triggered when a player sends a keyboard movement key
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-SendKeyEvent
-public SendKeyEvent(org.bukkit.entity.Entity riding,
- org.bukkit.entity.Player player,
- MovementInput input)
-This is triggered when a player sends a keyboard movement key
-
-Parameters:
-riding
- the entity that is being ridden
-player
- the player that riding the entity
-input
- the input that the entity is receiving
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleBuyEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleBuyEvent.html
deleted file mode 100644
index e1a5c63..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleBuyEvent.html
+++ /dev/null
@@ -1,387 +0,0 @@
-
-
-
-
-
-VehicleBuyEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleBuyEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-VehicleBuyEvent (BaseVehicle vehicle,
- org.bukkit.entity.Player buyer)
-This is triggered when a player buys a vehicle
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-VehicleBuyEvent
-public VehicleBuyEvent(BaseVehicle vehicle,
- org.bukkit.entity.Player buyer)
-This is triggered when a player buys a vehicle
-
-Parameters:
-vehicle
- the vehicle that is being bought
-buyer
- the player that is buying the vehicle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleCollisionEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleCollisionEvent.html
deleted file mode 100644
index cd730d3..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleCollisionEvent.html
+++ /dev/null
@@ -1,487 +0,0 @@
-
-
-
-
-
-VehicleCollisionEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-VehicleCollisionEvent
-public VehicleCollisionEvent(SpawnedVehicle vehicle,
- SpawnedVehicle 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(SpawnedVehicle 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 was hit by the triggering vehicle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDamageEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDamageEvent.html
deleted file mode 100644
index 1578755..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDamageEvent.html
+++ /dev/null
@@ -1,416 +0,0 @@
-
-
-
-
-
-VehicleDamageEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-VehicleDamageEvent
-public VehicleDamageEvent(SpawnedVehicle vehicle,
- DamageType type,
- int damageAmount)
-This event is triggered when a vehicle is being damaged
-
-Parameters:
-vehicle
- the vehicle that is being damaged
-type
- the type of damage that the vehicle is receiving
-damageAmount
- the amount of damage that the vehicle is receiving
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDestroyEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDestroyEvent.html
deleted file mode 100644
index 5a334ad..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleDestroyEvent.html
+++ /dev/null
@@ -1,371 +0,0 @@
-
-
-
-
-
-VehicleDestroyEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleEnterEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleEnterEvent.html
deleted file mode 100644
index 088ad51..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleEnterEvent.html
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
-
-
-VehicleEnterEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-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 (SpawnedVehicle vehicle,
- org.bukkit.entity.Player driver,
- Seat seat)
-This event is triggered when a player enters the vehicle
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-VehicleEnterEvent
-public VehicleEnterEvent(SpawnedVehicle vehicle,
- org.bukkit.entity.Player driver,
- Seat seat)
-This event is triggered when a player enters the vehicle
-
-Parameters:
-vehicle
- the vehicle that the player is entering
-driver
- the player that entered the vehicle
-seat
- the seat that the player is entering
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleGiveEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleGiveEvent.html
deleted file mode 100644
index 60648f4..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleGiveEvent.html
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
-
-
-VehicleGiveEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-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 (StorageVehicle vehicle,
- org.bukkit.command.CommandSender giver,
- org.bukkit.entity.Player receiver)
-This event is triggered when a player is given a vehicle
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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(StorageVehicle vehicle,
- org.bukkit.command.CommandSender giver,
- org.bukkit.entity.Player receiver)
-This event is triggered when a player is given a vehicle
-
-Parameters:
-vehicle
- the vehicle the player is receiving
-giver
- the CommandSender that is giving the vehicle
-receiver
- the player that is receiving the vehicle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleLeaveEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleLeaveEvent.html
deleted file mode 100644
index 22e0c4a..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleLeaveEvent.html
+++ /dev/null
@@ -1,364 +0,0 @@
-
-
-
-
-
-VehicleLeaveEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-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 (SpawnedVehicle vehicle,
- org.bukkit.entity.Player driver,
- Seat seat)
-This event is triggered when a player leaves a vehicle
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-VehicleLeaveEvent
-public VehicleLeaveEvent(SpawnedVehicle vehicle,
- org.bukkit.entity.Player driver,
- Seat seat)
-This event is triggered when a player leaves a vehicle
-
-Parameters:
-vehicle
- the vehicle that the player is leaving
-driver
- the player that is leaving
-seat
- the seat that the player is leaving
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleSpawnEvent.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleSpawnEvent.html
deleted file mode 100644
index fe844b8..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/VehicleSpawnEvent.html
+++ /dev/null
@@ -1,387 +0,0 @@
-
-
-
-
-
-VehicleSpawnEvent (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.bukkit.event.Event
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-VehicleSpawnEvent
-public VehicleSpawnEvent(StorageVehicle vehicle,
- SpawnMode spawnMode)
-This event is triggered when a vehicle is spawned
-
-Parameters:
-vehicle
- the vehicle that is spawned
-spawnMode
- the spawn mode of the vehicle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-frame.html
deleted file mode 100644
index dbf7128..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-frame.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-summary.html
deleted file mode 100644
index 3047ec0..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-summary.html
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-tree.html
deleted file mode 100644
index 6a4334a..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/events/package-tree.html
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.events Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-org.bukkit.event.Event
-
-me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleBuyEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent (implements org.bukkit.event.Cancellable)
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IVehicle.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IVehicle.html
deleted file mode 100644
index 52263ec..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/IVehicle.html
+++ /dev/null
@@ -1,249 +0,0 @@
-
-
-
-
-
-IVehicle (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-saveVehicle
-void saveVehicle()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-frame.html
deleted file mode 100644
index 0c49de7..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.interfaces (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-summary.html
deleted file mode 100644
index 6e8f639..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-summary.html
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.interfaces (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-IVehicle
-
-Represents any vehicle
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-tree.html
deleted file mode 100644
index c86e1d8..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/interfaces/package-tree.html
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.interfaces Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Interface Hierarchy
-
-me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTDataType.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTDataType.html
deleted file mode 100644
index d1a7adf..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTDataType.html
+++ /dev/null
@@ -1,374 +0,0 @@
-
-
-
-
-
-NBTDataType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<NBTDataType >
-
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTDataType
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static NBTDataType
-valueOf (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
-
-
-
-
-
-
-
-
-
-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/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTSave.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTSave.html
deleted file mode 100644
index 2c63ff1..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/NBTSave.html
+++ /dev/null
@@ -1,302 +0,0 @@
-
-
-
-
-
-NBTSave (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTSave
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-NBTSave ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-NBTSave
-public NBTSave()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/Pair.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/Pair.html
deleted file mode 100644
index beec568..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/Pair.html
+++ /dev/null
@@ -1,336 +0,0 @@
-
-
-
-
-
-Pair (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair<L,R>
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Pair (L left,
- R right)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getLeft
-public L getLeft()
-
-
-
-
-
-
-
-getRight
-public R getRight()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode
in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-frame.html
deleted file mode 100644
index 6306f29..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-frame.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-summary.html
deleted file mode 100644
index 51fa28d..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-summary.html
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-NBTSave
-
-
-
-Pair <L,R>
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-NBTDataType
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-tree.html
deleted file mode 100644
index dd49238..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/libraries/nbtsaving/package-tree.html
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTSave
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair <L,R>
-
-
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTDataType
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/MainManager.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/MainManager.html
deleted file mode 100644
index f0e2675..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/MainManager.html
+++ /dev/null
@@ -1,273 +0,0 @@
-
-
-
-
-
-MainManager (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.api.managers.MainManager
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-MainManager ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-frame.html
deleted file mode 100644
index f9cf4a5..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.managers (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-summary.html
deleted file mode 100644
index b5b68d6..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.managers (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-MainManager
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-tree.html
deleted file mode 100644
index e6dcbae..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/managers/package-tree.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.managers Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.api.managers.MainManager
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/CollisionMode.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/CollisionMode.html
deleted file mode 100644
index ab5d9d3..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/CollisionMode.html
+++ /dev/null
@@ -1,338 +0,0 @@
-
-
-
-
-
-CollisionMode (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<CollisionMode >
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.collision.CollisionMode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static CollisionMode
-valueOf (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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-frame.html
deleted file mode 100644
index 05e95db..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.collision (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-summary.html
deleted file mode 100644
index 086796c..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.collision (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-tree.html
deleted file mode 100644
index 424cceb..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/collision/package-tree.html
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.collision Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.collision.CollisionMode
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/MovementInput.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/MovementInput.html
deleted file mode 100644
index e971cc2..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/MovementInput.html
+++ /dev/null
@@ -1,328 +0,0 @@
-
-
-
-
-
-MovementInput (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
-
-
-
-
-
-
-
-
-
-
-
-
-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
-
-
-
-
-
-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)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-frame.html
deleted file mode 100644
index 1f0f565..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.custominput (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-summary.html
deleted file mode 100644
index b63ca04..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.custominput (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-MovementInput
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-tree.html
deleted file mode 100644
index 65e1803..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/custominput/package-tree.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.custominput Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/DamageType.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/DamageType.html
deleted file mode 100644
index 3d12160..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/DamageType.html
+++ /dev/null
@@ -1,350 +0,0 @@
-
-
-
-
-
-DamageType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<DamageType >
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.damage.DamageType
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static DamageType
-valueOf (java.lang.String name)
-Returns the enum constant of this type with the specified name.
-
-
-
-static DamageType []
-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
-
-
-
-
-
-
-
-
-
-valueOf
-public static DamageType 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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-frame.html
deleted file mode 100644
index 7e7cfcb..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.damage (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-summary.html
deleted file mode 100644
index f4d2077..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.damage (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-DamageType
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-tree.html
deleted file mode 100644
index 3f3ad4c..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/damage/package-tree.html
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.damage Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.damage.DamageType
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/SpawnMode.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/SpawnMode.html
deleted file mode 100644
index 9e4a77f..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/SpawnMode.html
+++ /dev/null
@@ -1,350 +0,0 @@
-
-
-
-
-
-SpawnMode (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<SpawnMode >
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.spawn.SpawnMode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-FORCE
-
-
-GARAGE
-
-
-UPDATE
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static SpawnMode
-valueOf (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
-
-
-
-
-
-
-
-
-
-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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-frame.html
deleted file mode 100644
index 102fa7a..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.spawn (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-summary.html
deleted file mode 100644
index 7874eaf..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.spawn (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-SpawnMode
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-tree.html
deleted file mode 100644
index 4254d59..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/objects/spawn/package-tree.html
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.spawn Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-me.legofreak107.vehiclesplus.vehicles.api.objects.spawn.SpawnMode
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/package-frame.html
deleted file mode 100644
index 423632a..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/package-summary.html
deleted file mode 100644
index 2d95a6b..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/api/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/api/package-tree.html
deleted file mode 100644
index ce38e57..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/api/package-tree.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.api Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/HitBox.html b/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/HitBox.html
deleted file mode 100644
index 91c9c1e..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/HitBox.html
+++ /dev/null
@@ -1,321 +0,0 @@
-
-
-
-
-
-HitBox (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.hitbox.HitBox
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-HitBox (StorageHitbox hitbox)
-Hitbox constructor
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getPointOffsets
-public java.util.HashMap<org.bukkit.util.Vector,HitBoxSide > getPointOffsets(java.lang.Integer rotation)
-Get the offset map based on rotation
-
-Parameters:
-rotation
- yaw int
-Returns:
-a map of vector offsets
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/HitBoxSide.html b/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/HitBoxSide.html
deleted file mode 100644
index 0243003..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/HitBoxSide.html
+++ /dev/null
@@ -1,386 +0,0 @@
-
-
-
-
-
-HitBoxSide (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<HitBoxSide >
-
-
-me.legofreak107.vehiclesplus.vehicles.hitbox.HitBoxSide
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static HitBoxSide
-valueOf (java.lang.String name)
-Returns the enum constant of this type with the specified name.
-
-
-
-static HitBoxSide []
-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
-
-
-
-
-
-
-
-
-
-valueOf
-public static HitBoxSide 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/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-frame.html
deleted file mode 100644
index 1f6d2e1..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-frame.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.hitbox (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-summary.html
deleted file mode 100644
index ff6dea6..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-summary.html
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.hitbox (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-HitBox
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-HitBoxSide
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-tree.html
deleted file mode 100644
index 22c5ba6..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/hitbox/package-tree.html
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.hitbox Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.hitbox.HitBox
-
-
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-me.legofreak107.vehiclesplus.vehicles.hitbox.HitBoxSide
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/managers/CollisionManager.html b/docs/me/legofreak107/vehiclesplus/vehicles/managers/CollisionManager.html
deleted file mode 100644
index f6ed333..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/managers/CollisionManager.html
+++ /dev/null
@@ -1,399 +0,0 @@
-
-
-
-
-
-CollisionManager (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-CollisionManager
-public CollisionManager(org.bukkit.entity.ArmorStand holder,
- StorageVehicle storageVehicle,
- java.util.List<Part > partList,
- SpawnedVehicle spawnedVehicle)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-frame.html
deleted file mode 100644
index f6e3d45..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.managers (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-summary.html
deleted file mode 100644
index e496ea7..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.managers (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-tree.html
deleted file mode 100644
index da1c67d..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/managers/package-tree.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.managers Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/rims/RimDesign.html b/docs/me/legofreak107/vehiclesplus/vehicles/rims/RimDesign.html
deleted file mode 100644
index 3a24c22..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/rims/RimDesign.html
+++ /dev/null
@@ -1,348 +0,0 @@
-
-
-
-
-
-RimDesign (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-RimDesign ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.String
-getName ()
-
-
-java.lang.Float
-getPrice ()
-The price of the rim
-
-
-
-org.bukkit.inventory.ItemStack
-getSkin ()
-The skin of the rim design
-
-
-
-void
-setName (java.lang.String name)
-The name of the rim
-
-
-
-void
-setPrice (java.lang.Float price)
-The price of the rim
-
-
-
-void
-setSkin (org.bukkit.inventory.ItemStack skin)
-The skin of the rim design
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-RimDesign
-public RimDesign()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-frame.html
deleted file mode 100644
index 9a931a2..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.rims (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-summary.html
deleted file mode 100644
index 07907bc..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.rims (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-RimDesign
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-tree.html
deleted file mode 100644
index 7960509..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/rims/package-tree.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.rims Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/MomentumType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/MomentumType.html
deleted file mode 100644
index c02a8c5..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/MomentumType.html
+++ /dev/null
@@ -1,365 +0,0 @@
-
-
-
-
-
-MomentumType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<MomentumType >
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MomentumType
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-HIGH_FRICTION
-High friction means it does not keep momentum
- (Car and bike movement)
-
-
-
-LOW_FRICTION
-Low friction means it keeps its momentum for a long time
- (Hovercraft and helicopter movement)
-
-
-
-MEDIUM_FRICTION
-Medium friction means it keeps its momentum a little bit
- (Boat movement)
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static MomentumType
-valueOf (java.lang.String name)
-Returns the enum constant of this type with the specified name.
-
-
-
-static MomentumType []
-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
-
-
-
-
-
-
-
-
-
-valueOf
-public static MomentumType 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/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/MovementType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/MovementType.html
deleted file mode 100644
index 3b606c3..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/MovementType.html
+++ /dev/null
@@ -1,419 +0,0 @@
-
-
-
-
-
-MovementType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<MovementType >
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MovementType
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-AIR
-Air movement only (Helicopter)
-
-
-
-LAND
-Land movement only (Cars, bikes etc)
-
-
-
-LAND_AIR
-Land and air movement (Planes)
-
-
-
-NONE
-No movement
-
-
-
-WATER
-Water movement only (Boat)
-
-
-
-WATER_AIR
-Water and air movement (Sea planes)
-
-
-
-WATER_LAND
-Water and land movement (Hovercraft)
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static MovementType
-valueOf (java.lang.String name)
-Returns the enum constant of this type with the specified name.
-
-
-
-static MovementType []
-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
-
-
-
-
-
-
-
-
-
-valueOf
-public static MovementType 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/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/TiltType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/TiltType.html
deleted file mode 100644
index e9ea823..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/TiltType.html
+++ /dev/null
@@ -1,404 +0,0 @@
-
-
-
-
-
-TiltType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Enum<TiltType >
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.TiltType
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-static TiltType
-valueOf (java.lang.String name)
-Returns the enum constant of this type with the specified name.
-
-
-
-static TiltType []
-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
-
-
-
-
-
-
-
-
-
-valueOf
-public static TiltType 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/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-frame.html
deleted file mode 100644
index 194c67e..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-frame.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-summary.html
deleted file mode 100644
index fa97886..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-summary.html
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-tree.html
deleted file mode 100644
index 550552d..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/enums/package-tree.html
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.TiltType
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MomentumType
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MovementType
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/BaseVehicle.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/BaseVehicle.html
deleted file mode 100644
index 79e5a18..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/BaseVehicle.html
+++ /dev/null
@@ -1,906 +0,0 @@
-
-
-
-
-
-BaseVehicle (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-BaseVehicle ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-StorageUpgradeable
-getAccelerationSettings ()
-The acceleration settings, max, min and upgrade steps
-
-
-
-java.util.List<org.bukkit.Color>
-getBaseColorList ()
-A list of colors the vehicle comes in on purchase
-
-
-
-java.lang.Boolean
-getCanExitWhileMoving ()
-Can players exit this vehicle while moving (Recommended setting this to on when using Bukkit/Spigot)
-
-
-
-java.lang.Boolean
-getDrift ()
-Can this vehicle drift
-
-
-
-StorageSmoke
-getExhaustSettings ()
-Exhaust settings
-
-
-
-StorageFuel
-getFuelSettings ()
-The fuel settings
-
-
-
-StorageUpgradeable
-getFuelTankSettings ()
-The fuel tank settings, max, min and upgrade steps
-
-
-
-java.lang.Integer
-getHealth ()
-The vehicles health
-
-
-
-StorageHitbox
-getHitbox ()
-Hitbox settings of the vehicle
-
-
-
-StorageHorn
-getHornSettings ()
-Horn settings
-
-
-
-java.util.List<java.lang.String>
-getInfoList ()
-
-
-java.lang.String
-getName ()
-The name of the vehicle
-
-
-
-java.lang.String
-getOwner ()
-
-
-java.util.List<Part >
-getPartList ()
-A list of vehicle parts (Wheels, Seats)
-
-
-
-java.lang.Double
-getPrice ()
-The vehicle price, when set to 0 it will not load in the shop
-
-
-
-StorageUpgradeable
-getSpeedSettings ()
-The speed settings, max, min and upgrade steps
-
-
-
-java.lang.Boolean
-getSteeringType ()
-Steering settings
-
-
-
-java.lang.Integer
-getTrunkSize ()
-Trunk size of the vehicle.
-
-
-
-StorageUpgradeable
-getTurningRadiusSettings ()
-The turning radius settings, max, min and upgrade steps
-
-
-
-java.lang.String
-getVehicleType ()
-The type of the vehicle
-
-
-
-void
-removeVehicle (org.bukkit.entity.Player player)
-
-
-void
-saveVehicle ()
-
-
-void
-setAccelerationSettings (StorageUpgradeable accelerationSettings)
-The acceleration settings, max, min and upgrade steps
-
-
-
-void
-setBaseColorList (java.util.List<org.bukkit.Color> baseColorList)
-A list of colors the vehicle comes in on purchase
-
-
-
-void
-setCanExitWhileMoving (java.lang.Boolean canExitWhileMoving)
-Can players exit this vehicle while moving (Recommended setting this to on when using Bukkit/Spigot)
-
-
-
-void
-setDrift (java.lang.Boolean drift)
-Can this vehicle drift
-
-
-
-void
-setExhaustSettings (StorageSmoke exhaustSettings)
-Exhaust settings
-
-
-
-void
-setFuelSettings (StorageFuel fuelSettings)
-The fuel settings
-
-
-
-void
-setFuelTankSettings (StorageUpgradeable fuelTankSettings)
-The fuel tank settings, max, min and upgrade steps
-
-
-
-void
-setHealth (java.lang.Integer health)
-The vehicles health
-
-
-
-void
-setHitbox (StorageHitbox hitbox)
-Hitbox settings of the vehicle
-
-
-
-void
-setHornSettings (StorageHorn hornSettings)
-Horn settings
-
-
-
-void
-setName (java.lang.String name)
-The name of the vehicle
-
-
-
-void
-setPartList (java.util.List<Part > partList)
-A list of vehicle parts (Wheels, Seats)
-
-
-
-void
-setPrice (java.lang.Double price)
-The vehicle price, when set to 0 it will not load in the shop
-
-
-
-void
-setSpeedSettings (StorageUpgradeable speedSettings)
-The speed settings, max, min and upgrade steps
-
-
-
-void
-setSteeringType (java.lang.Boolean steeringType)
-Steering settings
-
-
-
-void
-setTrunkSize (java.lang.Integer trunkSize)
-Trunk size of the vehicle.
-
-
-
-void
-setTurningRadiusSettings (StorageUpgradeable turningRadiusSettings)
-The turning radius settings, max, min and upgrade steps
-
-
-
-void
-setVehicleType (java.lang.String vehicleType)
-The type of the vehicle
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-BaseVehicle
-public BaseVehicle()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getSpeedSettings
-public StorageUpgradeable getSpeedSettings()
-The speed settings, max, min and upgrade steps
-
-
-
-
-
-
-
-getFuelTankSettings
-public StorageUpgradeable getFuelTankSettings()
-The fuel tank settings, max, min and upgrade steps
-
-
-
-
-
-
-
-getTurningRadiusSettings
-public StorageUpgradeable getTurningRadiusSettings()
-The turning radius settings, max, min and upgrade steps
-
-
-
-
-
-
-
-getAccelerationSettings
-public StorageUpgradeable getAccelerationSettings()
-The acceleration settings, max, min and upgrade steps
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-setSpeedSettings
-public void setSpeedSettings(StorageUpgradeable speedSettings)
-The speed settings, max, min and upgrade steps
-
-
-
-
-
-
-
-setFuelTankSettings
-public void setFuelTankSettings(StorageUpgradeable fuelTankSettings)
-The fuel tank settings, max, min and upgrade steps
-
-
-
-
-
-
-
-setTurningRadiusSettings
-public void setTurningRadiusSettings(StorageUpgradeable turningRadiusSettings)
-The turning radius settings, max, min and upgrade steps
-
-
-
-
-
-
-
-setAccelerationSettings
-public void setAccelerationSettings(StorageUpgradeable accelerationSettings)
-The acceleration settings, max, min and upgrade steps
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-setPrice
-public void setPrice(java.lang.Double price)
-The vehicle price, when set to 0 it will not load in the shop
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/SpawnedVehicle.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/SpawnedVehicle.html
deleted file mode 100644
index 9d7f407..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/SpawnedVehicle.html
+++ /dev/null
@@ -1,785 +0,0 @@
-
-
-
-
-
-SpawnedVehicle (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-SpawnedVehicle
-public SpawnedVehicle()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-fromString
-public static SpawnedVehicle fromString(org.bukkit.entity.ArmorStand holder,
- java.lang.String input,
- StorageVehicle storageVehicle)
- throws java.lang.ClassNotFoundException
-load the spawnedvehicle based on data string
-
-Parameters:
-holder
- the armorstand holder of the vehicle
-input
- the datastring
-storageVehicle
- the storagevehicle it is linked to
-Returns:
-a new SpawnedVehicle class with defined data
-Throws:
-java.lang.ClassNotFoundException
- exception
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getPartList
-public java.util.ArrayList<Part > getPartList()
-The vehicle parts connected to this vehicle (Seats, wheels, etc)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getTaskID
-public int getTaskID()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-setPartList
-public void setPartList(java.util.ArrayList<Part > partList)
-The vehicle parts connected to this vehicle (Seats, wheels, etc)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/StorageVehicle.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/StorageVehicle.html
deleted file mode 100644
index 9004374..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/StorageVehicle.html
+++ /dev/null
@@ -1,763 +0,0 @@
-
-
-
-
-
-StorageVehicle (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Static Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.String
-getBaseVehicle ()
-The name of the base vehicle
-
-
-
-org.bukkit.Location
-getClosestSpawnPoint (org.bukkit.Location loc,
- java.lang.String type)
-Get closest spawnpoint from current location
-
-
-
-java.util.List<java.lang.String>
-getInfoList ()
-Get a list of vehicle information, perfect for lores of items
-
-
-
-org.bukkit.util.Vector
-getLocation ()
-The location of the vehicle in the world
-
-
-
-java.lang.String
-getName ()
-The name of the vehicle
-
-
-
-java.lang.String
-getOwner ()
-The uuid of the owner
-
-
-
-java.util.List<Part >
-getPartList ()
-A list of parts connected to this vehicle (Wheels, seats, etc)
-
-
-
-SpawnedVehicle
-getSpawnedVehicle ()
-The spawned version of this storage vehicle
-
-
-
-java.lang.String
-getUuid ()
-The name of the vehicle
-
-
-
-VehicleStats
-getVehicleStats ()
-The stats of the vehicle
-
-
-
-org.bukkit.inventory.Inventory
-getVehicleTrunk ()
-The trunk of the vehicle
-
-
-
-java.lang.String
-getWorld ()
-The world location of the vehicle
-
-
-
-static StorageVehicle
-loadFromStorage (java.lang.String file)
-Load a vehicle from storage file
-
-
-
-void
-removeVehicle (org.bukkit.entity.Player owner)
-Delete this vehicle from storage.
-
-
-
-void
-saveVehicle ()
-Update this vehicles data to file system
-
-
-
-void
-setBaseVehicle (java.lang.String baseVehicle)
-The name of the base vehicle
-
-
-
-void
-setLocation (org.bukkit.util.Vector location)
-The location of the vehicle in the world
-
-
-
-void
-setName (java.lang.String name)
-The name of the vehicle
-
-
-
-void
-setNewOwner (org.bukkit.entity.Player oldOwner,
- org.bukkit.entity.Player newOwner)
-Change vehicle ownership
-
-
-
-void
-setOwner (java.lang.String owner)
-The uuid of the owner
-
-
-
-void
-setPartList (java.util.List<Part > partList)
-A list of parts connected to this vehicle (Wheels, seats, etc)
-
-
-
-void
-setSpawnedVehicle (SpawnedVehicle spawnedVehicle)
-The spawned version of this storage vehicle
-
-
-
-void
-setUuid (java.lang.String uuid)
-The name of the vehicle
-
-
-
-void
-setVehicleStats (VehicleStats vehicleStats)
-The stats of the vehicle
-
-
-
-void
-setVehicleTrunk (org.bukkit.inventory.Inventory vehicleTrunk)
-The trunk of the vehicle
-
-
-
-void
-setWorld (java.lang.String world)
-The world location of the vehicle
-
-
-
-SpawnedVehicle
-spawnVehicle (org.bukkit.Location loc,
- SpawnMode spawnMode)
-Spawn this vehicle
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-StorageVehicle
-public StorageVehicle(BaseVehicle baseVehicle,
- @Nullable
- java.lang.String playerUid)
-Constructor to define a new StorageVehicle
-
-Parameters:
-baseVehicle
- the base type of vehicle
-playerUid
- the owning player
-
-
-
-
-
-
-
-
-StorageVehicle
-public StorageVehicle()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getClosestSpawnPoint
-public org.bukkit.Location getClosestSpawnPoint(org.bukkit.Location loc,
- java.lang.String type)
-Get closest spawnpoint from current location
-
-Parameters:
-loc
- current location
-type
- spawnpoint type
-Returns:
-location
-
-
-
-
-
-
-
-
-getInfoList
-public java.util.List<java.lang.String> getInfoList()
-Get a list of vehicle information, perfect for lores of items
-
-Returns:
-String list with info
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getPartList
-public java.util.List<Part > getPartList()
-A list of parts connected to this vehicle (Wheels, seats, etc)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-setPartList
-public void setPartList(java.util.List<Part > partList)
-A list of parts connected to this vehicle (Wheels, seats, etc)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/VehicleStats.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/VehicleStats.html
deleted file mode 100644
index 1e11231..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/VehicleStats.html
+++ /dev/null
@@ -1,579 +0,0 @@
-
-
-
-
-
-VehicleStats (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-VehicleStats ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.Integer
-getAcceleration ()
-Acceleration of the vehicle (Higher value is faster acceleration)
- 50 is around 0-100km in 3 seconds
-
-
-
-java.lang.Boolean
-getBroken ()
-Vehicle broken status
-
-
-
-java.lang.Double
-getCurrentFuel ()
-Current vehicle fuel level
-
-
-
-java.lang.Double
-getCurrentSpeed ()
-Current speed of the vehicle in KM/H
-
-
-
-java.lang.Float
-getCurrentSteer ()
-Current steering angle
-
-
-
-java.lang.Integer
-getFuelTank ()
-Maximum fuel tank capacity
-
-
-
-java.lang.Integer
-getHealth ()
-Current vehicle health
-
-
-
-java.lang.Integer
-getLift ()
-Current lift of the vehicle (Used for flying vehicles)
-
-
-
-java.lang.Integer
-getSpeed ()
-Maximum speed of a vehicle in KM/H
-
-
-
-java.lang.Integer
-getSteering ()
-Steering range of a vehicle (lower value is slower steering)
-
-
-
-void
-setAcceleration (java.lang.Integer acceleration)
-Acceleration of the vehicle (Higher value is faster acceleration)
- 50 is around 0-100km in 3 seconds
-
-
-
-void
-setBroken (java.lang.Boolean broken)
-Vehicle broken status
-
-
-
-void
-setCurrentFuel (java.lang.Double currentFuel)
-Current vehicle fuel level
-
-
-
-void
-setCurrentSpeed (java.lang.Double currentSpeed)
-Current speed of the vehicle in KM/H
-
-
-
-void
-setCurrentSteer (java.lang.Float currentSteer)
-Current steering angle
-
-
-
-void
-setFuelTank (java.lang.Integer fuelTank)
-Maximum fuel tank capacity
-
-
-
-void
-setHealth (java.lang.Integer health)
-Current vehicle health
-
-
-
-void
-setLift (java.lang.Integer lift)
-Current lift of the vehicle (Used for flying vehicles)
-
-
-
-void
-setSpeed (java.lang.Integer speed)
-Maximum speed of a vehicle in KM/H
-
-
-
-void
-setSteering (java.lang.Integer steering)
-Steering range of a vehicle (lower value is slower steering)
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-VehicleStats
-public VehicleStats()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Addon.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Addon.html
deleted file mode 100644
index c5a4385..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Addon.html
+++ /dev/null
@@ -1,335 +0,0 @@
-
-
-
-
-
-Addon (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Addon ()
-
-
-Addon (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.inventory.ItemStack skin,
- org.bukkit.Color color)
-Addon constructor
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Addon
-public Addon(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.inventory.ItemStack skin,
- org.bukkit.Color color)
-Addon constructor
-
-Parameters:
-xOffset
- x offset of the addon (forward)
-yOffset
- y offset of the addon (up)
-zOffset
- z offset of the addon (left)
-skin
- the skin of the addon
-color
- the color of the addon
-
-
-
-
-
-
-
-
-Addon
-public Addon()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-spawnStand
-public void spawnStand(org.bukkit.Location base,
- SpawnedVehicle owningVehicle)
-Spawn this part as armorstand
-
-Overrides:
-spawnStand
in class Part
-Parameters:
-base
- the base Location of the vehicle
-owningVehicle
- the owning vehicle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Part.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Part.html
deleted file mode 100644
index 599c23b..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Part.html
+++ /dev/null
@@ -1,540 +0,0 @@
-
-
-
-
-
-Part (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Part ()
-
-
-Part (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-org.bukkit.Location
-applyExtraOffset (org.bukkit.Location loc)
-
-
-void
-despawnStand ()
-
-
-org.bukkit.entity.ArmorStand
-getHolder ()
-The holder of the part
-
-
-
-java.lang.Boolean
-getIsCustomPlaced ()
-Is this part an addon of the vehicle (Not a base part)
-
-
-
-SpawnedVehicle
-getOwningVehicle ()
-The vehicle this seat belongs to
-
-
-
-java.lang.String
-getUID ()
-The UID of the part
-
-
-
-java.lang.Double
-getXOffset ()
-The X offset of the part
-
-
-
-java.lang.Double
-getYOffset ()
-The X offset of the part
-
-
-
-java.lang.Double
-getZOffset ()
-The X offset of the part
-
-
-
-void
-setHolder (org.bukkit.entity.ArmorStand holder)
-The holder of the part
-
-
-
-void
-setIsCustomPlaced (java.lang.Boolean isCustomPlaced)
-Is this part an addon of the vehicle (Not a base part)
-
-
-
-void
-setOwningVehicle (SpawnedVehicle owningVehicle)
-The vehicle this seat belongs to
-
-
-
-void
-setUID (java.lang.String UID)
-The UID of the part
-
-
-
-void
-setXOffset (java.lang.Double xOffset)
-The X offset of the part
-
-
-
-void
-setYOffset (java.lang.Double yOffset)
-The X offset of the part
-
-
-
-void
-setZOffset (java.lang.Double zOffset)
-The X offset of the part
-
-
-
-void
-spawnStand (org.bukkit.Location base,
- SpawnedVehicle owningVehicle)
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-Part
-public Part()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Wheel.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Wheel.html
deleted file mode 100644
index 7338696..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/Wheel.html
+++ /dev/null
@@ -1,418 +0,0 @@
-
-
-
-
-
-Wheel (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Wheel ()
-
-
-Wheel (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.Integer rotationOffset,
- java.lang.Boolean steering,
- org.bukkit.Color color,
- RimDesign type)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.Float
-getExtraOffset ()
-The steering rotation ofsset of the wheel
-
-
-
-java.lang.Integer
-getRotationOffset ()
-The rotation offset of the wheel
-
-
-
-java.lang.Boolean
-getSteering ()
-Is this wheel a front wheel (A steering wheel)
-
-
-
-void
-setExtraOffset (java.lang.Float extraOffset)
-The steering rotation ofsset of the wheel
-
-
-
-void
-setRotationOffset (java.lang.Integer rotationOffset)
-The rotation offset of the wheel
-
-
-
-void
-setSteering (java.lang.Boolean steering)
-Is this wheel a front wheel (A steering wheel)
-
-
-
-void
-spawnStand (org.bukkit.Location base,
- SpawnedVehicle owningVehicle)
-
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Wheel
-public Wheel(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.Integer rotationOffset,
- java.lang.Boolean steering,
- org.bukkit.Color color,
- RimDesign type)
-
-
-
-
-
-
-
-Wheel
-public Wheel()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-frame.html
deleted file mode 100644
index 4846aa1..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-frame.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-summary.html
deleted file mode 100644
index 0e3b80f..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-summary.html
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-Addon
-
-
-
-Part
-
-
-
-Wheel
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-tree.html
deleted file mode 100644
index 0667a4f..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/package-tree.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Addon
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/BikeSeat.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/BikeSeat.html
deleted file mode 100644
index a23afde..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/BikeSeat.html
+++ /dev/null
@@ -1,423 +0,0 @@
-
-
-
-
-
-BikeSeat (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-BikeSeat ()
-
-
-BikeSeat (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset)
-
-
-BikeSeat (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.Boolean steer)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-BikeSeat
-public BikeSeat(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.Boolean steer)
-
-
-
-
-
-
-
-BikeSeat
-public BikeSeat()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/ControllingSeat.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/ControllingSeat.html
deleted file mode 100644
index 92b9c1c..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/ControllingSeat.html
+++ /dev/null
@@ -1,330 +0,0 @@
-
-
-
-
-
-ControllingSeat (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-ControllingSeat ()
-
-
-ControllingSeat (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset)
-
-
-ControllingSeat (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.Boolean steer)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-ControllingSeat
-public ControllingSeat(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.Boolean steer)
-
-
-
-
-
-
-
-ControllingSeat
-public ControllingSeat()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/Seat.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/Seat.html
deleted file mode 100644
index f534012..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/Seat.html
+++ /dev/null
@@ -1,398 +0,0 @@
-
-
-
-
-
-Seat (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Seat ()
-
-
-Seat (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.Boolean steer)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-enter (org.bukkit.entity.Player toEnter)
-
-
-java.lang.Boolean
-getOccupied ()
-Is this seat occupied by a rider
-
-
-
-org.bukkit.entity.Player
-getPassenger ()
-
-
-java.lang.Boolean
-getSteer ()
-Is this seat a controller seat
-
-
-
-void
-setOccupied (java.lang.Boolean occupied)
-Is this seat occupied by a rider
-
-
-
-void
-setSteer (java.lang.Boolean steer)
-Is this seat a controller seat
-
-
-
-void
-spawnStand (org.bukkit.Location base,
- SpawnedVehicle owningVehicle)
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Seat
-public Seat(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.Boolean steer)
-
-
-
-
-
-
-
-Seat
-public Seat()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/TurretSeat.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/TurretSeat.html
deleted file mode 100644
index 3a9a9db..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/TurretSeat.html
+++ /dev/null
@@ -1,336 +0,0 @@
-
-
-
-
-
-TurretSeat (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-TurretSeat ()
-
-
-TurretSeat (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-TurretSeat
-public TurretSeat()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-frame.html
deleted file mode 100644
index 39a0586..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-frame.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-summary.html
deleted file mode 100644
index 4bcd69a..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-summary.html
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-tree.html
deleted file mode 100644
index 516fca0..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/seats/package-tree.html
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.ControllingSeat
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.TurretSeat
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/BikeSkin.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/BikeSkin.html
deleted file mode 100644
index 79604f5..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/BikeSkin.html
+++ /dev/null
@@ -1,349 +0,0 @@
-
-
-
-
-
-BikeSkin (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-BikeSkin ()
-
-
-BikeSkin (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.inventory.ItemStack skin,
- org.bukkit.Color color)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-BikeSkin
-public BikeSkin(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.inventory.ItemStack skin,
- org.bukkit.Color color)
-
-
-
-
-
-
-
-BikeSkin
-public BikeSkin()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Colorable.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Colorable.html
deleted file mode 100644
index 855fde7..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Colorable.html
+++ /dev/null
@@ -1,368 +0,0 @@
-
-
-
-
-
-Colorable (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Colorable ()
-
-
-Colorable (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.Color color,
- org.bukkit.inventory.ItemStack skin)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-org.bukkit.Color
-getColor ()
-The color
-
-
-
-org.bukkit.inventory.ItemStack
-getSkin ()
-The skin of the part
-
-
-
-org.bukkit.inventory.ItemStack
-getSkinColored ()
-
-
-void
-setColor (org.bukkit.Color color)
-The color
-
-
-
-void
-setSkin (org.bukkit.inventory.ItemStack skin)
-The skin of the part
-
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset , spawnStand
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Colorable
-public Colorable(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.Color color,
- org.bukkit.inventory.ItemStack skin)
-
-
-
-
-
-
-
-Colorable
-public Colorable()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Rotor.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Rotor.html
deleted file mode 100644
index 6b5bb75..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Rotor.html
+++ /dev/null
@@ -1,318 +0,0 @@
-
-
-
-
-
-Rotor (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Rotor ()
-
-
-Rotor (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.inventory.ItemStack skin,
- org.bukkit.Color color)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Rotor
-public Rotor(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.inventory.ItemStack skin,
- org.bukkit.Color color)
-
-
-
-
-
-
-
-Rotor
-public Rotor()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Skin.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Skin.html
deleted file mode 100644
index 7c366c1..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Skin.html
+++ /dev/null
@@ -1,322 +0,0 @@
-
-
-
-
-
-Skin (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Skin ()
-
-
-Skin (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.inventory.ItemStack skin,
- org.bukkit.Color color)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-applyExtraOffset , despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Skin
-public Skin(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.inventory.ItemStack skin,
- org.bukkit.Color color)
-
-
-
-
-
-
-
-Skin
-public Skin()
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Turret.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Turret.html
deleted file mode 100644
index db9097a..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/Turret.html
+++ /dev/null
@@ -1,456 +0,0 @@
-
-
-
-
-
-Turret (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Turret ()
-
-
-Turret (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.Color color,
- org.bukkit.inventory.ItemStack skin,
- java.lang.Float explosionSize,
- org.bukkit.inventory.ItemStack ammo)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-despawnStand , getHolder , getIsCustomPlaced , getOwningVehicle , getUID , getXOffset , getYOffset , getZOffset , setHolder , setIsCustomPlaced , setOwningVehicle , setUID , setXOffset , setYOffset , setZOffset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Turret
-public Turret(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- org.bukkit.Color color,
- org.bukkit.inventory.ItemStack skin,
- java.lang.Float explosionSize,
- org.bukkit.inventory.ItemStack ammo)
-
-
-
-
-
-
-
-Turret
-public Turret()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-frame.html
deleted file mode 100644
index bccbc47..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-frame.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-summary.html
deleted file mode 100644
index ad09732..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-summary.html
+++ /dev/null
@@ -1,155 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-tree.html
deleted file mode 100644
index c98fb2e..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/addons/skins/package-tree.html
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Rotor
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Skin
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.BikeSkin
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageFuel.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageFuel.html
deleted file mode 100644
index 989f231..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageFuel.html
+++ /dev/null
@@ -1,333 +0,0 @@
-
-
-
-
-
-StorageFuel (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-StorageFuel ()
-
-
-StorageFuel (java.lang.Double usage,
- java.lang.String type)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.String
-getType ()
-The fuel type
-
-
-
-java.lang.Double
-getUsage ()
-The fuel usage
-
-
-
-void
-setType (java.lang.String type)
-The fuel type
-
-
-
-void
-setUsage (java.lang.Double usage)
-The fuel usage
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-StorageFuel
-public StorageFuel()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageHitbox.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageHitbox.html
deleted file mode 100644
index 3101d2b..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageHitbox.html
+++ /dev/null
@@ -1,367 +0,0 @@
-
-
-
-
-
-StorageHitbox (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-StorageHitbox ()
-
-
-StorageHitbox (java.lang.Double length,
- java.lang.Double width,
- java.lang.Double height)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.Double
-getHeight ()
-Hit box height
-
-
-
-java.lang.Double
-getLength ()
-Hit box length
-
-
-
-java.lang.Double
-getWidth ()
-Hit box width
-
-
-
-void
-setHeight (java.lang.Double height)
-Hit box height
-
-
-
-void
-setLength (java.lang.Double length)
-Hit box length
-
-
-
-void
-setWidth (java.lang.Double width)
-Hit box width
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-StorageHitbox
-public StorageHitbox()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageHorn.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageHorn.html
deleted file mode 100644
index f8f038f..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageHorn.html
+++ /dev/null
@@ -1,330 +0,0 @@
-
-
-
-
-
-StorageHorn (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-StorageHorn ()
-
-
-StorageHorn (java.lang.Boolean enabled,
- java.lang.String sound)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-StorageHorn
-public StorageHorn()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageSmoke.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageSmoke.html
deleted file mode 100644
index fa84b4c..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageSmoke.html
+++ /dev/null
@@ -1,432 +0,0 @@
-
-
-
-
-
-StorageSmoke (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-StorageSmoke ()
-
-
-StorageSmoke (java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.String particleName,
- java.lang.Boolean enabled)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.Boolean
-getEnabled ()
-Is the exhaust enabled
-
-
-
-java.lang.String
-getParticleName ()
-
-
-java.lang.Double
-getXOffset ()
-X offset from center
-
-
-
-java.lang.Double
-getYOffset ()
-Y offset from center
-
-
-
-java.lang.Double
-getZOffset ()
-Z offset from center
-
-
-
-void
-setEnabled (java.lang.Boolean enabled)
-Is the exhaust enabled
-
-
-
-void
-setParticleName (java.lang.String particleName)
-The name of the particle
-
-
-
-void
-setXOffset (java.lang.Double xOffset)
-X offset from center
-
-
-
-void
-setYOffset (java.lang.Double yOffset)
-Y offset from center
-
-
-
-void
-setZOffset (java.lang.Double zOffset)
-Z offset from center
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-StorageSmoke
-public StorageSmoke(java.lang.Double xOffset,
- java.lang.Double yOffset,
- java.lang.Double zOffset,
- java.lang.String particleName,
- java.lang.Boolean enabled)
-
-
-
-
-
-
-
-StorageSmoke
-public StorageSmoke()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageUpgradeable.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageUpgradeable.html
deleted file mode 100644
index bd58964..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/StorageUpgradeable.html
+++ /dev/null
@@ -1,401 +0,0 @@
-
-
-
-
-
-StorageUpgradeable (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-StorageUpgradeable ()
-
-
-StorageUpgradeable (java.lang.Integer base,
- java.lang.Integer max,
- java.lang.Integer step,
- java.lang.Integer upgradeCost)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.Integer
-getBase ()
-The base value
-
-
-
-java.lang.Integer
-getMax ()
-The maximum value
-
-
-
-java.lang.Integer
-getStep ()
-The upgrade step value
-
-
-
-java.lang.Integer
-getUpgradeCost ()
-The cost to upgrade
-
-
-
-void
-setBase (java.lang.Integer base)
-The base value
-
-
-
-void
-setMax (java.lang.Integer max)
-The maximum value
-
-
-
-void
-setStep (java.lang.Integer step)
-The upgrade step value
-
-
-
-void
-setUpgradeCost (java.lang.Integer upgradeCost)
-The cost to upgrade
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-StorageUpgradeable
-public StorageUpgradeable(java.lang.Integer base,
- java.lang.Integer max,
- java.lang.Integer step,
- java.lang.Integer upgradeCost)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-frame.html
deleted file mode 100644
index 53cdde2..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-frame.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-summary.html
deleted file mode 100644
index 10ac697..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-summary.html
+++ /dev/null
@@ -1,155 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-tree.html
deleted file mode 100644
index e0eb916..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/base/storage/package-tree.html
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-frame.html
deleted file mode 100644
index 26427ef..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-frame.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-summary.html
deleted file mode 100644
index 325df24..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-summary.html
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-tree.html
deleted file mode 100644
index efe2c0d..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/package-tree.html
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle (implements me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle )
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle (implements me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle )
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle (implements me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle )
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/BikeType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/BikeType.html
deleted file mode 100644
index b6bf9b5..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/BikeType.html
+++ /dev/null
@@ -1,320 +0,0 @@
-
-
-
-
-
-BikeType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-BikeType ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-BikeType
-public BikeType()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/BoatType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/BoatType.html
deleted file mode 100644
index fb26940..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/BoatType.html
+++ /dev/null
@@ -1,320 +0,0 @@
-
-
-
-
-
-BoatType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-BoatType ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-BoatType
-public BoatType()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/CarType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/CarType.html
deleted file mode 100644
index a5a1293..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/CarType.html
+++ /dev/null
@@ -1,320 +0,0 @@
-
-
-
-
-
-CarType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-CarType ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-CarType
-public CarType()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/HelicopterType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/HelicopterType.html
deleted file mode 100644
index fd42807..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/HelicopterType.html
+++ /dev/null
@@ -1,320 +0,0 @@
-
-
-
-
-
-HelicopterType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-HelicopterType ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-HelicopterType
-public HelicopterType()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/HovercraftType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/HovercraftType.html
deleted file mode 100644
index be82325..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/HovercraftType.html
+++ /dev/null
@@ -1,320 +0,0 @@
-
-
-
-
-
-HovercraftType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-HovercraftType ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-HovercraftType
-public HovercraftType()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/PlaneType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/PlaneType.html
deleted file mode 100644
index f1d652d..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/PlaneType.html
+++ /dev/null
@@ -1,320 +0,0 @@
-
-
-
-
-
-PlaneType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-PlaneType ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-PlaneType
-public PlaneType()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/VehicleType.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/VehicleType.html
deleted file mode 100644
index e32a351..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/VehicleType.html
+++ /dev/null
@@ -1,307 +0,0 @@
-
-
-
-
-
-VehicleType (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-VehicleType ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-VehicleType
-public VehicleType()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Prev Class
-Next Class
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-frame.html
deleted file mode 100644
index e462f41..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-frame.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-summary.html
deleted file mode 100644
index f44bb47..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-summary.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-VehicleType
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-tree.html
deleted file mode 100644
index f3a8be2..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/base/package-tree.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-frame.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-frame.html
deleted file mode 100644
index 78e03f8..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-frame.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types (API 2.2.5 API)
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-summary.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-summary.html
deleted file mode 100644
index 2e6157b..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-summary.html
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-tree.html b/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-tree.html
deleted file mode 100644
index 631da08..0000000
--- a/docs/me/legofreak107/vehiclesplus/vehicles/vehicles/objects/types/package-tree.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BikeType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BoatType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.CarType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HelicopterType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HovercraftType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.PlaneType
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/overview-frame.html b/docs/overview-frame.html
deleted file mode 100644
index 816770e..0000000
--- a/docs/overview-frame.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-Overview List (API 2.2.5 API)
-
-
-
-
-
-
-
-
-
diff --git a/docs/overview-summary.html b/docs/overview-summary.html
deleted file mode 100644
index 5ffd1b3..0000000
--- a/docs/overview-summary.html
+++ /dev/null
@@ -1,211 +0,0 @@
-
-
-
-
-
-Overview (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/overview-tree.html b/docs/overview-tree.html
deleted file mode 100644
index 1ce2c06..0000000
--- a/docs/overview-tree.html
+++ /dev/null
@@ -1,243 +0,0 @@
-
-
-
-
-
-Class Hierarchy (API 2.2.5 API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle (implements me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle )
-me.legofreak107.vehiclesplus.vehicles.managers.CollisionManager
-org.bukkit.event.Event
-
-me.legofreak107.vehiclesplus.vehicles.api.events.ClickVehicleEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.SendKeyEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleBuyEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleGiveEvent (implements org.bukkit.event.Cancellable)
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
-me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent (implements org.bukkit.event.Cancellable)
-
-
-me.legofreak107.vehiclesplus.vehicles.hitbox.HitBox
-me.legofreak107.vehiclesplus.vehicles.api.managers.MainManager
-me.legofreak107.vehiclesplus.vehicles.api.objects.custominput.MovementInput
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTSave
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.Pair <L,R>
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Part
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Colorable
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Addon
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Rotor
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Skin
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.BikeSkin
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Turret
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
-
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.ControllingSeat
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.BikeSeat
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.TurretSeat
-
-
-
-
-
-
-me.legofreak107.vehiclesplus.vehicles.rims.RimDesign
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.SpawnedVehicle (implements me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle )
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.StorageVehicle (implements me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle )
-me.legofreak107.vehiclesplus.vehicles.api.VehiclesPlusAPI
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
-
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BikeType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.BoatType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.CarType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HelicopterType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.HovercraftType
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.PlaneType
-
-
-
-
-
-
Interface Hierarchy
-
-me.legofreak107.vehiclesplus.vehicles.api.interfaces.IVehicle
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-me.legofreak107.vehiclesplus.vehicles.api.libraries.nbtsaving.NBTDataType
-me.legofreak107.vehiclesplus.vehicles.api.objects.collision.CollisionMode
-me.legofreak107.vehiclesplus.vehicles.api.objects.damage.DamageType
-me.legofreak107.vehiclesplus.vehicles.api.objects.spawn.SpawnMode
-me.legofreak107.vehiclesplus.vehicles.hitbox.HitBoxSide
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MomentumType
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MovementType
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums.TiltType
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/package-list b/docs/package-list
deleted file mode 100644
index 1e11e2a..0000000
--- a/docs/package-list
+++ /dev/null
@@ -1,20 +0,0 @@
-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.damage
-me.legofreak107.vehiclesplus.vehicles.api.objects.spawn
-me.legofreak107.vehiclesplus.vehicles.hitbox
-me.legofreak107.vehiclesplus.vehicles.managers
-me.legofreak107.vehiclesplus.vehicles.rims
-me.legofreak107.vehiclesplus.vehicles.vehicles.enums
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types
-me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base
diff --git a/docs/script.js b/docs/script.js
deleted file mode 100644
index c3a1cae..0000000
--- a/docs/script.js
+++ /dev/null
@@ -1,30 +0,0 @@
-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] + " ";
- }
- }
-}