diff --git a/build.gradle.kts b/build.gradle.kts index 238726c3..84ce60c1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ artifacts { * DOCUMENTATION */ -tasks.dokkaHtml.configure { +tasks.dokkaJekyll.configure { outputDirectory.set(projectDir.resolve("docs")) } diff --git a/docs/-k-spigot/index.html b/docs/-k-spigot/index.html deleted file mode 100644 index 7536eceb..00000000 --- a/docs/-k-spigot/index.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - KSpigot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigot

-
-

Packages

-
-
-
net.axay.kspigot.annotations - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.chat - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.data - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.event - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.extensions - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.extensions.bukkit - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.extensions.events - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.extensions.geometry - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.game - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.inventory - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.ipaddress - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.items - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.kotlinextensions - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.main - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.particles - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.runnables - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.structures - - - -
- -Link copied to clipboard
-
-
- -
-
net.axay.kspigot.utils - - - -
- -Link copied to clipboard
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/index.md b/docs/-k-spigot/index.md new file mode 100644 index 00000000..494267da --- /dev/null +++ b/docs/-k-spigot/index.md @@ -0,0 +1,34 @@ +--- +title: KSpigot - +--- +//[KSpigot](index.md) + + + +# KSpigot + + +## Packages + +| Name| Summary| +|---|---| +| [net.axay.kspigot.annotations](net.axay.kspigot.annotations/index.md) | +| [net.axay.kspigot.chat](net.axay.kspigot.chat/index.md) | +| [net.axay.kspigot.config](net.axay.kspigot.config/index.md) | +| [net.axay.kspigot.data](net.axay.kspigot.data/index.md) | +| [net.axay.kspigot.event](net.axay.kspigot.event/index.md) | +| [net.axay.kspigot.extensions](net.axay.kspigot.extensions/index.md) | +| [net.axay.kspigot.extensions.bukkit](net.axay.kspigot.extensions.bukkit/index.md) | +| [net.axay.kspigot.extensions.events](net.axay.kspigot.extensions.events/index.md) | +| [net.axay.kspigot.extensions.geometry](net.axay.kspigot.extensions.geometry/index.md) | +| [net.axay.kspigot.game](net.axay.kspigot.game/index.md) | +| [net.axay.kspigot.inventory](net.axay.kspigot.inventory/index.md) | +| [net.axay.kspigot.ipaddress](net.axay.kspigot.ipaddress/index.md) | +| [net.axay.kspigot.items](net.axay.kspigot.items/index.md) | +| [net.axay.kspigot.main](net.axay.kspigot.main/index.md) | +| [net.axay.kspigot.particles](net.axay.kspigot.particles/index.md) | +| [net.axay.kspigot.runnables](net.axay.kspigot.runnables/index.md) | +| [net.axay.kspigot.sound](net.axay.kspigot.sound/index.md) | +| [net.axay.kspigot.structures](net.axay.kspigot.structures/index.md) | +| [net.axay.kspigot.utils](net.axay.kspigot.utils/index.md) | + diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/-n-m-s_-general.html b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/-n-m-s_-general.html deleted file mode 100644 index c0cd8ce5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/-n-m-s_-general.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - NMS_General - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

NMS_General

-
-
-
- -
-
fun NMS_General() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/-n-m-s_-general.md b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/-n-m-s_-general.md new file mode 100644 index 00000000..cbeb5f58 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/-n-m-s_-general.md @@ -0,0 +1,14 @@ +--- +title: NMS_General - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.annotations](../index.md)/[NMS_General](index.md)/[NMS_General](-n-m-s_-general.md) + + + +# NMS_General +[jvm] +Content +fun [NMS_General](-n-m-s_-general.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/index.html b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/index.html deleted file mode 100644 index 735d35ae..00000000 --- a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - NMS_General - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

NMS_General

-

This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change.

This element uses some part of NMS which is more likely to stay the same over a long period of time.

annotation class NMS_General - -
-
-
-
-
-

Constructors

-
-
-
NMS_General - - - -
- -Link copied to clipboard
-
-
-
-
-
fun NMS_General() - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/index.md b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/index.md new file mode 100644 index 00000000..d3ccdc0f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_-general/index.md @@ -0,0 +1,38 @@ +--- +title: NMS_General - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.annotations](../index.md)/[NMS_General](index.md) + + + +# NMS_General + [jvm] + + + +This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change. + + + +This element uses some part of NMS which is more likely to stay the same over a long period of time. + + + +annotation class [NMS_General](index.md) + + +## Constructors + +| Name| Summary| +|---|---| +| [NMS_General](-n-m-s_-general.md)| [jvm] fun [NMS_General](-n-m-s_-general.md)()
+ + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/-n-m-s_1_16_1.html b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/-n-m-s_1_16_1.html deleted file mode 100644 index 83dd068a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/-n-m-s_1_16_1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - NMS_1_16_1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

NMS_1_16_1

-
-
-
- -
-
fun NMS_1_16_1() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/-n-m-s_1_16_1.md b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/-n-m-s_1_16_1.md new file mode 100644 index 00000000..38c2c624 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/-n-m-s_1_16_1.md @@ -0,0 +1,14 @@ +--- +title: NMS_1_16_1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.annotations](../index.md)/[NMS_1_16_1](index.md)/[NMS_1_16_1](-n-m-s_1_16_1.md) + + + +# NMS_1_16_1 +[jvm] +Content +fun [NMS_1_16_1](-n-m-s_1_16_1.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/index.html b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/index.html deleted file mode 100644 index 3b357b51..00000000 --- a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - NMS_1_16_1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

NMS_1_16_1

-

This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change.

annotation class NMS_1_16_1 - -
-
-
-
-
-

Constructors

-
-
-
NMS_1_16_1 - - - -
- -Link copied to clipboard
-
-
-
-
-
fun NMS_1_16_1() - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/index.md b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/index.md new file mode 100644 index 00000000..14951f28 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.annotations/-n-m-s_1_16_1/index.md @@ -0,0 +1,30 @@ +--- +title: NMS_1_16_1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.annotations](../index.md)/[NMS_1_16_1](index.md) + + + +# NMS_1_16_1 + [jvm] + +This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change. + +annotation class [NMS_1_16_1](index.md) + + +## Constructors + +| Name| Summary| +|---|---| +| [NMS_1_16_1](-n-m-s_1_16_1.md)| [jvm] fun [NMS_1_16_1](-n-m-s_1_16_1.md)()
+ + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/-unsafe-implementation.html b/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/-unsafe-implementation.html deleted file mode 100644 index 74462f10..00000000 --- a/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/-unsafe-implementation.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - UnsafeImplementation - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

UnsafeImplementation

-
-
-
- -
-
fun UnsafeImplementation() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/-unsafe-implementation.md b/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/-unsafe-implementation.md new file mode 100644 index 00000000..4ef93755 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/-unsafe-implementation.md @@ -0,0 +1,14 @@ +--- +title: UnsafeImplementation - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.annotations](../index.md)/[UnsafeImplementation](index.md)/[UnsafeImplementation](-unsafe-implementation.md) + + + +# UnsafeImplementation +[jvm] +Content +fun [UnsafeImplementation](-unsafe-implementation.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/index.html b/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/index.html deleted file mode 100644 index 4f372dca..00000000 --- a/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - UnsafeImplementation - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

UnsafeImplementation

-

This element is useful, but not safe to use. Its implementation does not promise to always give the expected results.

annotation class UnsafeImplementation - -
-
-
-
-
-

Constructors

-
-
-
UnsafeImplementation - - - -
- -Link copied to clipboard
-
-
-
-
-
fun UnsafeImplementation() - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/index.md b/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/index.md new file mode 100644 index 00000000..04939594 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.annotations/-unsafe-implementation/index.md @@ -0,0 +1,30 @@ +--- +title: UnsafeImplementation - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.annotations](../index.md)/[UnsafeImplementation](index.md) + + + +# UnsafeImplementation + [jvm] + +This element is useful, but not safe to use. Its implementation does not promise to always give the expected results. + +annotation class [UnsafeImplementation](index.md) + + +## Constructors + +| Name| Summary| +|---|---| +| [UnsafeImplementation](-unsafe-implementation.md)| [jvm] fun [UnsafeImplementation](-unsafe-implementation.md)()
+ + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/index.html b/docs/-k-spigot/net.axay.kspigot.annotations/index.html deleted file mode 100644 index 61fa43f1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.annotations/index.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - net.axay.kspigot.annotations - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.annotations

-
-
-
-
-

Types

-
-
-
NMS_1_16_1 - - - -
- -Link copied to clipboard
-
-
-
-

This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change.

-
- -
-
annotation class NMS_1_16_1 - -
-
-
-
-
-
- -
-
NMS_General - - - -
- -Link copied to clipboard
-
-
-
-

This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change.

This element uses some part of NMS which is more likely to stay the same over a long period of time.

-
- -
-
annotation class NMS_General - -
-
-
-
-
-
- -
-
UnsafeImplementation - - - -
- -Link copied to clipboard
-
-
-
-

This element is useful, but not safe to use. Its implementation does not promise to always give the expected results.

-
- -
-
annotation class UnsafeImplementation - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.annotations/index.md b/docs/-k-spigot/net.axay.kspigot.annotations/index.md new file mode 100644 index 00000000..7e1289d2 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.annotations/index.md @@ -0,0 +1,18 @@ +--- +title: net.axay.kspigot.annotations - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.annotations](index.md) + + + +# Package net.axay.kspigot.annotations + + +## Types + +| Name| Summary| +|---|---| +| [NMS_1_16_1](-n-m-s_1_16_1/index.md)| [jvm]
Brief description


This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change.


Content
annotation class [NMS_1_16_1](-n-m-s_1_16_1/index.md)


+| [NMS_General](-n-m-s_-general/index.md)| [jvm]
Brief description




This element uses net.minecraft.server in some way. Because of that, it is unstable and should be checked every time with a version change.



This element uses some part of NMS which is more likely to stay the same over a long period of time.




Content
annotation class [NMS_General](-n-m-s_-general/index.md)


+| [UnsafeImplementation](-unsafe-implementation/index.md)| [jvm]
Brief description


This element is useful, but not safe to use. Its implementation does not promise to always give the expected results.


Content
annotation class [UnsafeImplementation](-unsafe-implementation/index.md)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-colors/index.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-colors/index.md new file mode 100644 index 00000000..cdbd791c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-colors/index.md @@ -0,0 +1,174 @@ +--- +title: KColors - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KColors](index.md) + + + +# KColors + [jvm] object [KColors](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [ALICEBLUE](index.md#net.axay.kspigot.chat/KColors/ALICEBLUE/#/PointingToDeclaration/)| [jvm] val [ALICEBLUE](index.md#net.axay.kspigot.chat/KColors/ALICEBLUE/#/PointingToDeclaration/): ChatColor
+| [ANTIQUEWHITE](index.md#net.axay.kspigot.chat/KColors/ANTIQUEWHITE/#/PointingToDeclaration/)| [jvm] val [ANTIQUEWHITE](index.md#net.axay.kspigot.chat/KColors/ANTIQUEWHITE/#/PointingToDeclaration/): ChatColor
+| [AQUA](index.md#net.axay.kspigot.chat/KColors/AQUA/#/PointingToDeclaration/)| [jvm] val [AQUA](index.md#net.axay.kspigot.chat/KColors/AQUA/#/PointingToDeclaration/): ChatColor
+| [AQUAMARINE](index.md#net.axay.kspigot.chat/KColors/AQUAMARINE/#/PointingToDeclaration/)| [jvm] val [AQUAMARINE](index.md#net.axay.kspigot.chat/KColors/AQUAMARINE/#/PointingToDeclaration/): ChatColor
+| [AZURE](index.md#net.axay.kspigot.chat/KColors/AZURE/#/PointingToDeclaration/)| [jvm] val [AZURE](index.md#net.axay.kspigot.chat/KColors/AZURE/#/PointingToDeclaration/): ChatColor
+| [BEIGE](index.md#net.axay.kspigot.chat/KColors/BEIGE/#/PointingToDeclaration/)| [jvm] val [BEIGE](index.md#net.axay.kspigot.chat/KColors/BEIGE/#/PointingToDeclaration/): ChatColor
+| [BISQUE](index.md#net.axay.kspigot.chat/KColors/BISQUE/#/PointingToDeclaration/)| [jvm] val [BISQUE](index.md#net.axay.kspigot.chat/KColors/BISQUE/#/PointingToDeclaration/): ChatColor
+| [BLACK](index.md#net.axay.kspigot.chat/KColors/BLACK/#/PointingToDeclaration/)| [jvm] val [BLACK](index.md#net.axay.kspigot.chat/KColors/BLACK/#/PointingToDeclaration/): ChatColor
+| [BLANCHEDALMOND](index.md#net.axay.kspigot.chat/KColors/BLANCHEDALMOND/#/PointingToDeclaration/)| [jvm] val [BLANCHEDALMOND](index.md#net.axay.kspigot.chat/KColors/BLANCHEDALMOND/#/PointingToDeclaration/): ChatColor
+| [BLUE](index.md#net.axay.kspigot.chat/KColors/BLUE/#/PointingToDeclaration/)| [jvm] val [BLUE](index.md#net.axay.kspigot.chat/KColors/BLUE/#/PointingToDeclaration/): ChatColor
+| [BLUEVIOLET](index.md#net.axay.kspigot.chat/KColors/BLUEVIOLET/#/PointingToDeclaration/)| [jvm] val [BLUEVIOLET](index.md#net.axay.kspigot.chat/KColors/BLUEVIOLET/#/PointingToDeclaration/): ChatColor
+| [BOLD](index.md#net.axay.kspigot.chat/KColors/BOLD/#/PointingToDeclaration/)| [jvm] val [BOLD](index.md#net.axay.kspigot.chat/KColors/BOLD/#/PointingToDeclaration/): ChatColor
+| [BROWN](index.md#net.axay.kspigot.chat/KColors/BROWN/#/PointingToDeclaration/)| [jvm] val [BROWN](index.md#net.axay.kspigot.chat/KColors/BROWN/#/PointingToDeclaration/): ChatColor
+| [BURLYWOOD](index.md#net.axay.kspigot.chat/KColors/BURLYWOOD/#/PointingToDeclaration/)| [jvm] val [BURLYWOOD](index.md#net.axay.kspigot.chat/KColors/BURLYWOOD/#/PointingToDeclaration/): ChatColor
+| [CADETBLUE](index.md#net.axay.kspigot.chat/KColors/CADETBLUE/#/PointingToDeclaration/)| [jvm] val [CADETBLUE](index.md#net.axay.kspigot.chat/KColors/CADETBLUE/#/PointingToDeclaration/): ChatColor
+| [CHARTREUSE](index.md#net.axay.kspigot.chat/KColors/CHARTREUSE/#/PointingToDeclaration/)| [jvm] val [CHARTREUSE](index.md#net.axay.kspigot.chat/KColors/CHARTREUSE/#/PointingToDeclaration/): ChatColor
+| [CHOCOLATE](index.md#net.axay.kspigot.chat/KColors/CHOCOLATE/#/PointingToDeclaration/)| [jvm] val [CHOCOLATE](index.md#net.axay.kspigot.chat/KColors/CHOCOLATE/#/PointingToDeclaration/): ChatColor
+| [CORAL](index.md#net.axay.kspigot.chat/KColors/CORAL/#/PointingToDeclaration/)| [jvm] val [CORAL](index.md#net.axay.kspigot.chat/KColors/CORAL/#/PointingToDeclaration/): ChatColor
+| [CORNFLOWERBLUE](index.md#net.axay.kspigot.chat/KColors/CORNFLOWERBLUE/#/PointingToDeclaration/)| [jvm] val [CORNFLOWERBLUE](index.md#net.axay.kspigot.chat/KColors/CORNFLOWERBLUE/#/PointingToDeclaration/): ChatColor
+| [CORNSILK](index.md#net.axay.kspigot.chat/KColors/CORNSILK/#/PointingToDeclaration/)| [jvm] val [CORNSILK](index.md#net.axay.kspigot.chat/KColors/CORNSILK/#/PointingToDeclaration/): ChatColor
+| [CRIMSON](index.md#net.axay.kspigot.chat/KColors/CRIMSON/#/PointingToDeclaration/)| [jvm] val [CRIMSON](index.md#net.axay.kspigot.chat/KColors/CRIMSON/#/PointingToDeclaration/): ChatColor
+| [CYAN](index.md#net.axay.kspigot.chat/KColors/CYAN/#/PointingToDeclaration/)| [jvm] val [CYAN](index.md#net.axay.kspigot.chat/KColors/CYAN/#/PointingToDeclaration/): ChatColor
+| [DARKAQUA](index.md#net.axay.kspigot.chat/KColors/DARKAQUA/#/PointingToDeclaration/)| [jvm] val [DARKAQUA](index.md#net.axay.kspigot.chat/KColors/DARKAQUA/#/PointingToDeclaration/): ChatColor
+| [DARKBLUE](index.md#net.axay.kspigot.chat/KColors/DARKBLUE/#/PointingToDeclaration/)| [jvm] val [DARKBLUE](index.md#net.axay.kspigot.chat/KColors/DARKBLUE/#/PointingToDeclaration/): ChatColor
+| [DARKCYAN](index.md#net.axay.kspigot.chat/KColors/DARKCYAN/#/PointingToDeclaration/)| [jvm] val [DARKCYAN](index.md#net.axay.kspigot.chat/KColors/DARKCYAN/#/PointingToDeclaration/): ChatColor
+| [DARKGOLDENROD](index.md#net.axay.kspigot.chat/KColors/DARKGOLDENROD/#/PointingToDeclaration/)| [jvm] val [DARKGOLDENROD](index.md#net.axay.kspigot.chat/KColors/DARKGOLDENROD/#/PointingToDeclaration/): ChatColor
+| [DARKGRAY](index.md#net.axay.kspigot.chat/KColors/DARKGRAY/#/PointingToDeclaration/)| [jvm] val [DARKGRAY](index.md#net.axay.kspigot.chat/KColors/DARKGRAY/#/PointingToDeclaration/): ChatColor
+| [DARKGREEN](index.md#net.axay.kspigot.chat/KColors/DARKGREEN/#/PointingToDeclaration/)| [jvm] val [DARKGREEN](index.md#net.axay.kspigot.chat/KColors/DARKGREEN/#/PointingToDeclaration/): ChatColor
+| [DARKKHAKI](index.md#net.axay.kspigot.chat/KColors/DARKKHAKI/#/PointingToDeclaration/)| [jvm] val [DARKKHAKI](index.md#net.axay.kspigot.chat/KColors/DARKKHAKI/#/PointingToDeclaration/): ChatColor
+| [DARKMAGENTA](index.md#net.axay.kspigot.chat/KColors/DARKMAGENTA/#/PointingToDeclaration/)| [jvm] val [DARKMAGENTA](index.md#net.axay.kspigot.chat/KColors/DARKMAGENTA/#/PointingToDeclaration/): ChatColor
+| [DARKOLIVEGREEN](index.md#net.axay.kspigot.chat/KColors/DARKOLIVEGREEN/#/PointingToDeclaration/)| [jvm] val [DARKOLIVEGREEN](index.md#net.axay.kspigot.chat/KColors/DARKOLIVEGREEN/#/PointingToDeclaration/): ChatColor
+| [DARKORANGE](index.md#net.axay.kspigot.chat/KColors/DARKORANGE/#/PointingToDeclaration/)| [jvm] val [DARKORANGE](index.md#net.axay.kspigot.chat/KColors/DARKORANGE/#/PointingToDeclaration/): ChatColor
+| [DARKORCHID](index.md#net.axay.kspigot.chat/KColors/DARKORCHID/#/PointingToDeclaration/)| [jvm] val [DARKORCHID](index.md#net.axay.kspigot.chat/KColors/DARKORCHID/#/PointingToDeclaration/): ChatColor
+| [DARKPURPLE](index.md#net.axay.kspigot.chat/KColors/DARKPURPLE/#/PointingToDeclaration/)| [jvm] val [DARKPURPLE](index.md#net.axay.kspigot.chat/KColors/DARKPURPLE/#/PointingToDeclaration/): ChatColor
+| [DARKRED](index.md#net.axay.kspigot.chat/KColors/DARKRED/#/PointingToDeclaration/)| [jvm] val [DARKRED](index.md#net.axay.kspigot.chat/KColors/DARKRED/#/PointingToDeclaration/): ChatColor
+| [DARKSALMON](index.md#net.axay.kspigot.chat/KColors/DARKSALMON/#/PointingToDeclaration/)| [jvm] val [DARKSALMON](index.md#net.axay.kspigot.chat/KColors/DARKSALMON/#/PointingToDeclaration/): ChatColor
+| [DARKSEAGREEN](index.md#net.axay.kspigot.chat/KColors/DARKSEAGREEN/#/PointingToDeclaration/)| [jvm] val [DARKSEAGREEN](index.md#net.axay.kspigot.chat/KColors/DARKSEAGREEN/#/PointingToDeclaration/): ChatColor
+| [DARKSLATEBLUE](index.md#net.axay.kspigot.chat/KColors/DARKSLATEBLUE/#/PointingToDeclaration/)| [jvm] val [DARKSLATEBLUE](index.md#net.axay.kspigot.chat/KColors/DARKSLATEBLUE/#/PointingToDeclaration/): ChatColor
+| [DARKSLATEGRAY](index.md#net.axay.kspigot.chat/KColors/DARKSLATEGRAY/#/PointingToDeclaration/)| [jvm] val [DARKSLATEGRAY](index.md#net.axay.kspigot.chat/KColors/DARKSLATEGRAY/#/PointingToDeclaration/): ChatColor
+| [DARKTURQUOISE](index.md#net.axay.kspigot.chat/KColors/DARKTURQUOISE/#/PointingToDeclaration/)| [jvm] val [DARKTURQUOISE](index.md#net.axay.kspigot.chat/KColors/DARKTURQUOISE/#/PointingToDeclaration/): ChatColor
+| [DARKVIOLET](index.md#net.axay.kspigot.chat/KColors/DARKVIOLET/#/PointingToDeclaration/)| [jvm] val [DARKVIOLET](index.md#net.axay.kspigot.chat/KColors/DARKVIOLET/#/PointingToDeclaration/): ChatColor
+| [DEEPPINK](index.md#net.axay.kspigot.chat/KColors/DEEPPINK/#/PointingToDeclaration/)| [jvm] val [DEEPPINK](index.md#net.axay.kspigot.chat/KColors/DEEPPINK/#/PointingToDeclaration/): ChatColor
+| [DEEPSKYBLUE](index.md#net.axay.kspigot.chat/KColors/DEEPSKYBLUE/#/PointingToDeclaration/)| [jvm] val [DEEPSKYBLUE](index.md#net.axay.kspigot.chat/KColors/DEEPSKYBLUE/#/PointingToDeclaration/): ChatColor
+| [DIMGRAY](index.md#net.axay.kspigot.chat/KColors/DIMGRAY/#/PointingToDeclaration/)| [jvm] val [DIMGRAY](index.md#net.axay.kspigot.chat/KColors/DIMGRAY/#/PointingToDeclaration/): ChatColor
+| [DODGERBLUE](index.md#net.axay.kspigot.chat/KColors/DODGERBLUE/#/PointingToDeclaration/)| [jvm] val [DODGERBLUE](index.md#net.axay.kspigot.chat/KColors/DODGERBLUE/#/PointingToDeclaration/): ChatColor
+| [FIREBRICK](index.md#net.axay.kspigot.chat/KColors/FIREBRICK/#/PointingToDeclaration/)| [jvm] val [FIREBRICK](index.md#net.axay.kspigot.chat/KColors/FIREBRICK/#/PointingToDeclaration/): ChatColor
+| [FLORALWHITE](index.md#net.axay.kspigot.chat/KColors/FLORALWHITE/#/PointingToDeclaration/)| [jvm] val [FLORALWHITE](index.md#net.axay.kspigot.chat/KColors/FLORALWHITE/#/PointingToDeclaration/): ChatColor
+| [FORESTGREEN](index.md#net.axay.kspigot.chat/KColors/FORESTGREEN/#/PointingToDeclaration/)| [jvm] val [FORESTGREEN](index.md#net.axay.kspigot.chat/KColors/FORESTGREEN/#/PointingToDeclaration/): ChatColor
+| [FUCHSIA](index.md#net.axay.kspigot.chat/KColors/FUCHSIA/#/PointingToDeclaration/)| [jvm] val [FUCHSIA](index.md#net.axay.kspigot.chat/KColors/FUCHSIA/#/PointingToDeclaration/): ChatColor
+| [GAINSBORO](index.md#net.axay.kspigot.chat/KColors/GAINSBORO/#/PointingToDeclaration/)| [jvm] val [GAINSBORO](index.md#net.axay.kspigot.chat/KColors/GAINSBORO/#/PointingToDeclaration/): ChatColor
+| [GHOSTWHITE](index.md#net.axay.kspigot.chat/KColors/GHOSTWHITE/#/PointingToDeclaration/)| [jvm] val [GHOSTWHITE](index.md#net.axay.kspigot.chat/KColors/GHOSTWHITE/#/PointingToDeclaration/): ChatColor
+| [GOLD](index.md#net.axay.kspigot.chat/KColors/GOLD/#/PointingToDeclaration/)| [jvm] val [GOLD](index.md#net.axay.kspigot.chat/KColors/GOLD/#/PointingToDeclaration/): ChatColor
+| [GOLDENROD](index.md#net.axay.kspigot.chat/KColors/GOLDENROD/#/PointingToDeclaration/)| [jvm] val [GOLDENROD](index.md#net.axay.kspigot.chat/KColors/GOLDENROD/#/PointingToDeclaration/): ChatColor
+| [GRAY](index.md#net.axay.kspigot.chat/KColors/GRAY/#/PointingToDeclaration/)| [jvm] val [GRAY](index.md#net.axay.kspigot.chat/KColors/GRAY/#/PointingToDeclaration/): ChatColor
+| [GREEN](index.md#net.axay.kspigot.chat/KColors/GREEN/#/PointingToDeclaration/)| [jvm] val [GREEN](index.md#net.axay.kspigot.chat/KColors/GREEN/#/PointingToDeclaration/): ChatColor
+| [GREENYELLOW](index.md#net.axay.kspigot.chat/KColors/GREENYELLOW/#/PointingToDeclaration/)| [jvm] val [GREENYELLOW](index.md#net.axay.kspigot.chat/KColors/GREENYELLOW/#/PointingToDeclaration/): ChatColor
+| [HONEYDEW](index.md#net.axay.kspigot.chat/KColors/HONEYDEW/#/PointingToDeclaration/)| [jvm] val [HONEYDEW](index.md#net.axay.kspigot.chat/KColors/HONEYDEW/#/PointingToDeclaration/): ChatColor
+| [HOTPINK](index.md#net.axay.kspigot.chat/KColors/HOTPINK/#/PointingToDeclaration/)| [jvm] val [HOTPINK](index.md#net.axay.kspigot.chat/KColors/HOTPINK/#/PointingToDeclaration/): ChatColor
+| [INDIANRED](index.md#net.axay.kspigot.chat/KColors/INDIANRED/#/PointingToDeclaration/)| [jvm] val [INDIANRED](index.md#net.axay.kspigot.chat/KColors/INDIANRED/#/PointingToDeclaration/): ChatColor
+| [INDIGO](index.md#net.axay.kspigot.chat/KColors/INDIGO/#/PointingToDeclaration/)| [jvm] val [INDIGO](index.md#net.axay.kspigot.chat/KColors/INDIGO/#/PointingToDeclaration/): ChatColor
+| [ITALIC](index.md#net.axay.kspigot.chat/KColors/ITALIC/#/PointingToDeclaration/)| [jvm] val [ITALIC](index.md#net.axay.kspigot.chat/KColors/ITALIC/#/PointingToDeclaration/): ChatColor
+| [IVORY](index.md#net.axay.kspigot.chat/KColors/IVORY/#/PointingToDeclaration/)| [jvm] val [IVORY](index.md#net.axay.kspigot.chat/KColors/IVORY/#/PointingToDeclaration/): ChatColor
+| [KHAKI](index.md#net.axay.kspigot.chat/KColors/KHAKI/#/PointingToDeclaration/)| [jvm] val [KHAKI](index.md#net.axay.kspigot.chat/KColors/KHAKI/#/PointingToDeclaration/): ChatColor
+| [LAVENDER](index.md#net.axay.kspigot.chat/KColors/LAVENDER/#/PointingToDeclaration/)| [jvm] val [LAVENDER](index.md#net.axay.kspigot.chat/KColors/LAVENDER/#/PointingToDeclaration/): ChatColor
+| [LAVENDERBLUSH](index.md#net.axay.kspigot.chat/KColors/LAVENDERBLUSH/#/PointingToDeclaration/)| [jvm] val [LAVENDERBLUSH](index.md#net.axay.kspigot.chat/KColors/LAVENDERBLUSH/#/PointingToDeclaration/): ChatColor
+| [LAWNGREEN](index.md#net.axay.kspigot.chat/KColors/LAWNGREEN/#/PointingToDeclaration/)| [jvm] val [LAWNGREEN](index.md#net.axay.kspigot.chat/KColors/LAWNGREEN/#/PointingToDeclaration/): ChatColor
+| [LEMONCHIFFON](index.md#net.axay.kspigot.chat/KColors/LEMONCHIFFON/#/PointingToDeclaration/)| [jvm] val [LEMONCHIFFON](index.md#net.axay.kspigot.chat/KColors/LEMONCHIFFON/#/PointingToDeclaration/): ChatColor
+| [LIGHTBLUE](index.md#net.axay.kspigot.chat/KColors/LIGHTBLUE/#/PointingToDeclaration/)| [jvm] val [LIGHTBLUE](index.md#net.axay.kspigot.chat/KColors/LIGHTBLUE/#/PointingToDeclaration/): ChatColor
+| [LIGHTCORAL](index.md#net.axay.kspigot.chat/KColors/LIGHTCORAL/#/PointingToDeclaration/)| [jvm] val [LIGHTCORAL](index.md#net.axay.kspigot.chat/KColors/LIGHTCORAL/#/PointingToDeclaration/): ChatColor
+| [LIGHTCYAN](index.md#net.axay.kspigot.chat/KColors/LIGHTCYAN/#/PointingToDeclaration/)| [jvm] val [LIGHTCYAN](index.md#net.axay.kspigot.chat/KColors/LIGHTCYAN/#/PointingToDeclaration/): ChatColor
+| [LIGHTGOLDENRODYELLOW](index.md#net.axay.kspigot.chat/KColors/LIGHTGOLDENRODYELLOW/#/PointingToDeclaration/)| [jvm] val [LIGHTGOLDENRODYELLOW](index.md#net.axay.kspigot.chat/KColors/LIGHTGOLDENRODYELLOW/#/PointingToDeclaration/): ChatColor
+| [LIGHTGRAY](index.md#net.axay.kspigot.chat/KColors/LIGHTGRAY/#/PointingToDeclaration/)| [jvm] val [LIGHTGRAY](index.md#net.axay.kspigot.chat/KColors/LIGHTGRAY/#/PointingToDeclaration/): ChatColor
+| [LIGHTGREEN](index.md#net.axay.kspigot.chat/KColors/LIGHTGREEN/#/PointingToDeclaration/)| [jvm] val [LIGHTGREEN](index.md#net.axay.kspigot.chat/KColors/LIGHTGREEN/#/PointingToDeclaration/): ChatColor
+| [LIGHTPINK](index.md#net.axay.kspigot.chat/KColors/LIGHTPINK/#/PointingToDeclaration/)| [jvm] val [LIGHTPINK](index.md#net.axay.kspigot.chat/KColors/LIGHTPINK/#/PointingToDeclaration/): ChatColor
+| [LIGHTPURPLE](index.md#net.axay.kspigot.chat/KColors/LIGHTPURPLE/#/PointingToDeclaration/)| [jvm] val [LIGHTPURPLE](index.md#net.axay.kspigot.chat/KColors/LIGHTPURPLE/#/PointingToDeclaration/): ChatColor
+| [LIGHTSALMON](index.md#net.axay.kspigot.chat/KColors/LIGHTSALMON/#/PointingToDeclaration/)| [jvm] val [LIGHTSALMON](index.md#net.axay.kspigot.chat/KColors/LIGHTSALMON/#/PointingToDeclaration/): ChatColor
+| [LIGHTSEAGREEN](index.md#net.axay.kspigot.chat/KColors/LIGHTSEAGREEN/#/PointingToDeclaration/)| [jvm] val [LIGHTSEAGREEN](index.md#net.axay.kspigot.chat/KColors/LIGHTSEAGREEN/#/PointingToDeclaration/): ChatColor
+| [LIGHTSKYBLUE](index.md#net.axay.kspigot.chat/KColors/LIGHTSKYBLUE/#/PointingToDeclaration/)| [jvm] val [LIGHTSKYBLUE](index.md#net.axay.kspigot.chat/KColors/LIGHTSKYBLUE/#/PointingToDeclaration/): ChatColor
+| [LIGHTSLATEGRAY](index.md#net.axay.kspigot.chat/KColors/LIGHTSLATEGRAY/#/PointingToDeclaration/)| [jvm] val [LIGHTSLATEGRAY](index.md#net.axay.kspigot.chat/KColors/LIGHTSLATEGRAY/#/PointingToDeclaration/): ChatColor
+| [LIGHTSTEELBLUE](index.md#net.axay.kspigot.chat/KColors/LIGHTSTEELBLUE/#/PointingToDeclaration/)| [jvm] val [LIGHTSTEELBLUE](index.md#net.axay.kspigot.chat/KColors/LIGHTSTEELBLUE/#/PointingToDeclaration/): ChatColor
+| [LIGHTYELLOW](index.md#net.axay.kspigot.chat/KColors/LIGHTYELLOW/#/PointingToDeclaration/)| [jvm] val [LIGHTYELLOW](index.md#net.axay.kspigot.chat/KColors/LIGHTYELLOW/#/PointingToDeclaration/): ChatColor
+| [LIME](index.md#net.axay.kspigot.chat/KColors/LIME/#/PointingToDeclaration/)| [jvm] val [LIME](index.md#net.axay.kspigot.chat/KColors/LIME/#/PointingToDeclaration/): ChatColor
+| [LIMEGREEN](index.md#net.axay.kspigot.chat/KColors/LIMEGREEN/#/PointingToDeclaration/)| [jvm] val [LIMEGREEN](index.md#net.axay.kspigot.chat/KColors/LIMEGREEN/#/PointingToDeclaration/): ChatColor
+| [LINEN](index.md#net.axay.kspigot.chat/KColors/LINEN/#/PointingToDeclaration/)| [jvm] val [LINEN](index.md#net.axay.kspigot.chat/KColors/LINEN/#/PointingToDeclaration/): ChatColor
+| [MAGENTA](index.md#net.axay.kspigot.chat/KColors/MAGENTA/#/PointingToDeclaration/)| [jvm] val [MAGENTA](index.md#net.axay.kspigot.chat/KColors/MAGENTA/#/PointingToDeclaration/): ChatColor
+| [MAGIC](index.md#net.axay.kspigot.chat/KColors/MAGIC/#/PointingToDeclaration/)| [jvm] val [MAGIC](index.md#net.axay.kspigot.chat/KColors/MAGIC/#/PointingToDeclaration/): ChatColor
+| [MAROON](index.md#net.axay.kspigot.chat/KColors/MAROON/#/PointingToDeclaration/)| [jvm] val [MAROON](index.md#net.axay.kspigot.chat/KColors/MAROON/#/PointingToDeclaration/): ChatColor
+| [MEDIUMAQUAMARINE](index.md#net.axay.kspigot.chat/KColors/MEDIUMAQUAMARINE/#/PointingToDeclaration/)| [jvm] val [MEDIUMAQUAMARINE](index.md#net.axay.kspigot.chat/KColors/MEDIUMAQUAMARINE/#/PointingToDeclaration/): ChatColor
+| [MEDIUMBLUE](index.md#net.axay.kspigot.chat/KColors/MEDIUMBLUE/#/PointingToDeclaration/)| [jvm] val [MEDIUMBLUE](index.md#net.axay.kspigot.chat/KColors/MEDIUMBLUE/#/PointingToDeclaration/): ChatColor
+| [MEDIUMORCHID](index.md#net.axay.kspigot.chat/KColors/MEDIUMORCHID/#/PointingToDeclaration/)| [jvm] val [MEDIUMORCHID](index.md#net.axay.kspigot.chat/KColors/MEDIUMORCHID/#/PointingToDeclaration/): ChatColor
+| [MEDIUMPURPLE](index.md#net.axay.kspigot.chat/KColors/MEDIUMPURPLE/#/PointingToDeclaration/)| [jvm] val [MEDIUMPURPLE](index.md#net.axay.kspigot.chat/KColors/MEDIUMPURPLE/#/PointingToDeclaration/): ChatColor
+| [MEDIUMSEAGREEN](index.md#net.axay.kspigot.chat/KColors/MEDIUMSEAGREEN/#/PointingToDeclaration/)| [jvm] val [MEDIUMSEAGREEN](index.md#net.axay.kspigot.chat/KColors/MEDIUMSEAGREEN/#/PointingToDeclaration/): ChatColor
+| [MEDIUMSLATEBLUE](index.md#net.axay.kspigot.chat/KColors/MEDIUMSLATEBLUE/#/PointingToDeclaration/)| [jvm] val [MEDIUMSLATEBLUE](index.md#net.axay.kspigot.chat/KColors/MEDIUMSLATEBLUE/#/PointingToDeclaration/): ChatColor
+| [MEDIUMSPRINGGREEN](index.md#net.axay.kspigot.chat/KColors/MEDIUMSPRINGGREEN/#/PointingToDeclaration/)| [jvm] val [MEDIUMSPRINGGREEN](index.md#net.axay.kspigot.chat/KColors/MEDIUMSPRINGGREEN/#/PointingToDeclaration/): ChatColor
+| [MEDIUMTURQUOISE](index.md#net.axay.kspigot.chat/KColors/MEDIUMTURQUOISE/#/PointingToDeclaration/)| [jvm] val [MEDIUMTURQUOISE](index.md#net.axay.kspigot.chat/KColors/MEDIUMTURQUOISE/#/PointingToDeclaration/): ChatColor
+| [MEDIUMVIOLETRED](index.md#net.axay.kspigot.chat/KColors/MEDIUMVIOLETRED/#/PointingToDeclaration/)| [jvm] val [MEDIUMVIOLETRED](index.md#net.axay.kspigot.chat/KColors/MEDIUMVIOLETRED/#/PointingToDeclaration/): ChatColor
+| [MIDNIGHTBLUE](index.md#net.axay.kspigot.chat/KColors/MIDNIGHTBLUE/#/PointingToDeclaration/)| [jvm] val [MIDNIGHTBLUE](index.md#net.axay.kspigot.chat/KColors/MIDNIGHTBLUE/#/PointingToDeclaration/): ChatColor
+| [MINTCREAM](index.md#net.axay.kspigot.chat/KColors/MINTCREAM/#/PointingToDeclaration/)| [jvm] val [MINTCREAM](index.md#net.axay.kspigot.chat/KColors/MINTCREAM/#/PointingToDeclaration/): ChatColor
+| [MISTYROSE](index.md#net.axay.kspigot.chat/KColors/MISTYROSE/#/PointingToDeclaration/)| [jvm] val [MISTYROSE](index.md#net.axay.kspigot.chat/KColors/MISTYROSE/#/PointingToDeclaration/): ChatColor
+| [MOCCASIN](index.md#net.axay.kspigot.chat/KColors/MOCCASIN/#/PointingToDeclaration/)| [jvm] val [MOCCASIN](index.md#net.axay.kspigot.chat/KColors/MOCCASIN/#/PointingToDeclaration/): ChatColor
+| [NAVAJOWHITE](index.md#net.axay.kspigot.chat/KColors/NAVAJOWHITE/#/PointingToDeclaration/)| [jvm] val [NAVAJOWHITE](index.md#net.axay.kspigot.chat/KColors/NAVAJOWHITE/#/PointingToDeclaration/): ChatColor
+| [NAVY](index.md#net.axay.kspigot.chat/KColors/NAVY/#/PointingToDeclaration/)| [jvm] val [NAVY](index.md#net.axay.kspigot.chat/KColors/NAVY/#/PointingToDeclaration/): ChatColor
+| [OLDLACE](index.md#net.axay.kspigot.chat/KColors/OLDLACE/#/PointingToDeclaration/)| [jvm] val [OLDLACE](index.md#net.axay.kspigot.chat/KColors/OLDLACE/#/PointingToDeclaration/): ChatColor
+| [OLIVE](index.md#net.axay.kspigot.chat/KColors/OLIVE/#/PointingToDeclaration/)| [jvm] val [OLIVE](index.md#net.axay.kspigot.chat/KColors/OLIVE/#/PointingToDeclaration/): ChatColor
+| [OLIVEDRAB](index.md#net.axay.kspigot.chat/KColors/OLIVEDRAB/#/PointingToDeclaration/)| [jvm] val [OLIVEDRAB](index.md#net.axay.kspigot.chat/KColors/OLIVEDRAB/#/PointingToDeclaration/): ChatColor
+| [ORANGE](index.md#net.axay.kspigot.chat/KColors/ORANGE/#/PointingToDeclaration/)| [jvm] val [ORANGE](index.md#net.axay.kspigot.chat/KColors/ORANGE/#/PointingToDeclaration/): ChatColor
+| [ORANGERED](index.md#net.axay.kspigot.chat/KColors/ORANGERED/#/PointingToDeclaration/)| [jvm] val [ORANGERED](index.md#net.axay.kspigot.chat/KColors/ORANGERED/#/PointingToDeclaration/): ChatColor
+| [ORCHID](index.md#net.axay.kspigot.chat/KColors/ORCHID/#/PointingToDeclaration/)| [jvm] val [ORCHID](index.md#net.axay.kspigot.chat/KColors/ORCHID/#/PointingToDeclaration/): ChatColor
+| [PALEGOLDENROD](index.md#net.axay.kspigot.chat/KColors/PALEGOLDENROD/#/PointingToDeclaration/)| [jvm] val [PALEGOLDENROD](index.md#net.axay.kspigot.chat/KColors/PALEGOLDENROD/#/PointingToDeclaration/): ChatColor
+| [PALEGREEN](index.md#net.axay.kspigot.chat/KColors/PALEGREEN/#/PointingToDeclaration/)| [jvm] val [PALEGREEN](index.md#net.axay.kspigot.chat/KColors/PALEGREEN/#/PointingToDeclaration/): ChatColor
+| [PALETURQUOISE](index.md#net.axay.kspigot.chat/KColors/PALETURQUOISE/#/PointingToDeclaration/)| [jvm] val [PALETURQUOISE](index.md#net.axay.kspigot.chat/KColors/PALETURQUOISE/#/PointingToDeclaration/): ChatColor
+| [PALEVIOLETRED](index.md#net.axay.kspigot.chat/KColors/PALEVIOLETRED/#/PointingToDeclaration/)| [jvm] val [PALEVIOLETRED](index.md#net.axay.kspigot.chat/KColors/PALEVIOLETRED/#/PointingToDeclaration/): ChatColor
+| [PAPAYAWHIP](index.md#net.axay.kspigot.chat/KColors/PAPAYAWHIP/#/PointingToDeclaration/)| [jvm] val [PAPAYAWHIP](index.md#net.axay.kspigot.chat/KColors/PAPAYAWHIP/#/PointingToDeclaration/): ChatColor
+| [PEACHPUFF](index.md#net.axay.kspigot.chat/KColors/PEACHPUFF/#/PointingToDeclaration/)| [jvm] val [PEACHPUFF](index.md#net.axay.kspigot.chat/KColors/PEACHPUFF/#/PointingToDeclaration/): ChatColor
+| [PERU](index.md#net.axay.kspigot.chat/KColors/PERU/#/PointingToDeclaration/)| [jvm] val [PERU](index.md#net.axay.kspigot.chat/KColors/PERU/#/PointingToDeclaration/): ChatColor
+| [PINK](index.md#net.axay.kspigot.chat/KColors/PINK/#/PointingToDeclaration/)| [jvm] val [PINK](index.md#net.axay.kspigot.chat/KColors/PINK/#/PointingToDeclaration/): ChatColor
+| [PLUM](index.md#net.axay.kspigot.chat/KColors/PLUM/#/PointingToDeclaration/)| [jvm] val [PLUM](index.md#net.axay.kspigot.chat/KColors/PLUM/#/PointingToDeclaration/): ChatColor
+| [POWDERBLUE](index.md#net.axay.kspigot.chat/KColors/POWDERBLUE/#/PointingToDeclaration/)| [jvm] val [POWDERBLUE](index.md#net.axay.kspigot.chat/KColors/POWDERBLUE/#/PointingToDeclaration/): ChatColor
+| [PURPLE](index.md#net.axay.kspigot.chat/KColors/PURPLE/#/PointingToDeclaration/)| [jvm] val [PURPLE](index.md#net.axay.kspigot.chat/KColors/PURPLE/#/PointingToDeclaration/): ChatColor
+| [RED](index.md#net.axay.kspigot.chat/KColors/RED/#/PointingToDeclaration/)| [jvm] val [RED](index.md#net.axay.kspigot.chat/KColors/RED/#/PointingToDeclaration/): ChatColor
+| [RESET](index.md#net.axay.kspigot.chat/KColors/RESET/#/PointingToDeclaration/)| [jvm] val [RESET](index.md#net.axay.kspigot.chat/KColors/RESET/#/PointingToDeclaration/): ChatColor
+| [ROSYBROWN](index.md#net.axay.kspigot.chat/KColors/ROSYBROWN/#/PointingToDeclaration/)| [jvm] val [ROSYBROWN](index.md#net.axay.kspigot.chat/KColors/ROSYBROWN/#/PointingToDeclaration/): ChatColor
+| [ROYALBLUE](index.md#net.axay.kspigot.chat/KColors/ROYALBLUE/#/PointingToDeclaration/)| [jvm] val [ROYALBLUE](index.md#net.axay.kspigot.chat/KColors/ROYALBLUE/#/PointingToDeclaration/): ChatColor
+| [SADDLEBROWN](index.md#net.axay.kspigot.chat/KColors/SADDLEBROWN/#/PointingToDeclaration/)| [jvm] val [SADDLEBROWN](index.md#net.axay.kspigot.chat/KColors/SADDLEBROWN/#/PointingToDeclaration/): ChatColor
+| [SALMON](index.md#net.axay.kspigot.chat/KColors/SALMON/#/PointingToDeclaration/)| [jvm] val [SALMON](index.md#net.axay.kspigot.chat/KColors/SALMON/#/PointingToDeclaration/): ChatColor
+| [SANDYBROWN](index.md#net.axay.kspigot.chat/KColors/SANDYBROWN/#/PointingToDeclaration/)| [jvm] val [SANDYBROWN](index.md#net.axay.kspigot.chat/KColors/SANDYBROWN/#/PointingToDeclaration/): ChatColor
+| [SEAGREEN](index.md#net.axay.kspigot.chat/KColors/SEAGREEN/#/PointingToDeclaration/)| [jvm] val [SEAGREEN](index.md#net.axay.kspigot.chat/KColors/SEAGREEN/#/PointingToDeclaration/): ChatColor
+| [SEASHELL](index.md#net.axay.kspigot.chat/KColors/SEASHELL/#/PointingToDeclaration/)| [jvm] val [SEASHELL](index.md#net.axay.kspigot.chat/KColors/SEASHELL/#/PointingToDeclaration/): ChatColor
+| [SIENNA](index.md#net.axay.kspigot.chat/KColors/SIENNA/#/PointingToDeclaration/)| [jvm] val [SIENNA](index.md#net.axay.kspigot.chat/KColors/SIENNA/#/PointingToDeclaration/): ChatColor
+| [SILVER](index.md#net.axay.kspigot.chat/KColors/SILVER/#/PointingToDeclaration/)| [jvm] val [SILVER](index.md#net.axay.kspigot.chat/KColors/SILVER/#/PointingToDeclaration/): ChatColor
+| [SKYBLUE](index.md#net.axay.kspigot.chat/KColors/SKYBLUE/#/PointingToDeclaration/)| [jvm] val [SKYBLUE](index.md#net.axay.kspigot.chat/KColors/SKYBLUE/#/PointingToDeclaration/): ChatColor
+| [SLATEBLUE](index.md#net.axay.kspigot.chat/KColors/SLATEBLUE/#/PointingToDeclaration/)| [jvm] val [SLATEBLUE](index.md#net.axay.kspigot.chat/KColors/SLATEBLUE/#/PointingToDeclaration/): ChatColor
+| [SLATEGRAY](index.md#net.axay.kspigot.chat/KColors/SLATEGRAY/#/PointingToDeclaration/)| [jvm] val [SLATEGRAY](index.md#net.axay.kspigot.chat/KColors/SLATEGRAY/#/PointingToDeclaration/): ChatColor
+| [SNOW](index.md#net.axay.kspigot.chat/KColors/SNOW/#/PointingToDeclaration/)| [jvm] val [SNOW](index.md#net.axay.kspigot.chat/KColors/SNOW/#/PointingToDeclaration/): ChatColor
+| [SPRINGGREEN](index.md#net.axay.kspigot.chat/KColors/SPRINGGREEN/#/PointingToDeclaration/)| [jvm] val [SPRINGGREEN](index.md#net.axay.kspigot.chat/KColors/SPRINGGREEN/#/PointingToDeclaration/): ChatColor
+| [STEELBLUE](index.md#net.axay.kspigot.chat/KColors/STEELBLUE/#/PointingToDeclaration/)| [jvm] val [STEELBLUE](index.md#net.axay.kspigot.chat/KColors/STEELBLUE/#/PointingToDeclaration/): ChatColor
+| [STRIKETHROUGH](index.md#net.axay.kspigot.chat/KColors/STRIKETHROUGH/#/PointingToDeclaration/)| [jvm] val [STRIKETHROUGH](index.md#net.axay.kspigot.chat/KColors/STRIKETHROUGH/#/PointingToDeclaration/): ChatColor
+| [TAN](index.md#net.axay.kspigot.chat/KColors/TAN/#/PointingToDeclaration/)| [jvm] val [TAN](index.md#net.axay.kspigot.chat/KColors/TAN/#/PointingToDeclaration/): ChatColor
+| [TEAL](index.md#net.axay.kspigot.chat/KColors/TEAL/#/PointingToDeclaration/)| [jvm] val [TEAL](index.md#net.axay.kspigot.chat/KColors/TEAL/#/PointingToDeclaration/): ChatColor
+| [THISTLE](index.md#net.axay.kspigot.chat/KColors/THISTLE/#/PointingToDeclaration/)| [jvm] val [THISTLE](index.md#net.axay.kspigot.chat/KColors/THISTLE/#/PointingToDeclaration/): ChatColor
+| [TOMATO](index.md#net.axay.kspigot.chat/KColors/TOMATO/#/PointingToDeclaration/)| [jvm] val [TOMATO](index.md#net.axay.kspigot.chat/KColors/TOMATO/#/PointingToDeclaration/): ChatColor
+| [TURQUOISE](index.md#net.axay.kspigot.chat/KColors/TURQUOISE/#/PointingToDeclaration/)| [jvm] val [TURQUOISE](index.md#net.axay.kspigot.chat/KColors/TURQUOISE/#/PointingToDeclaration/): ChatColor
+| [UNDERLINE](index.md#net.axay.kspigot.chat/KColors/UNDERLINE/#/PointingToDeclaration/)| [jvm] val [UNDERLINE](index.md#net.axay.kspigot.chat/KColors/UNDERLINE/#/PointingToDeclaration/): ChatColor
+| [VIOLET](index.md#net.axay.kspigot.chat/KColors/VIOLET/#/PointingToDeclaration/)| [jvm] val [VIOLET](index.md#net.axay.kspigot.chat/KColors/VIOLET/#/PointingToDeclaration/): ChatColor
+| [WHEAT](index.md#net.axay.kspigot.chat/KColors/WHEAT/#/PointingToDeclaration/)| [jvm] val [WHEAT](index.md#net.axay.kspigot.chat/KColors/WHEAT/#/PointingToDeclaration/): ChatColor
+| [WHITE](index.md#net.axay.kspigot.chat/KColors/WHITE/#/PointingToDeclaration/)| [jvm] val [WHITE](index.md#net.axay.kspigot.chat/KColors/WHITE/#/PointingToDeclaration/): ChatColor
+| [WHITESMOKE](index.md#net.axay.kspigot.chat/KColors/WHITESMOKE/#/PointingToDeclaration/)| [jvm] val [WHITESMOKE](index.md#net.axay.kspigot.chat/KColors/WHITESMOKE/#/PointingToDeclaration/): ChatColor
+| [YELLOW](index.md#net.axay.kspigot.chat/KColors/YELLOW/#/PointingToDeclaration/)| [jvm] val [YELLOW](index.md#net.axay.kspigot.chat/KColors/YELLOW/#/PointingToDeclaration/): ChatColor
+| [YELLOWGREEN](index.md#net.axay.kspigot.chat/KColors/YELLOWGREEN/#/PointingToDeclaration/)| [jvm] val [YELLOWGREEN](index.md#net.axay.kspigot.chat/KColors/YELLOWGREEN/#/PointingToDeclaration/): ChatColor
+ diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/-k-spigot-component-builder.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/-k-spigot-component-builder.html deleted file mode 100644 index 4ee4ff9e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/-k-spigot-component-builder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - KSpigotComponentBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotComponentBuilder

-
-
-
- -
-
fun KSpigotComponentBuilder() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/-k-spigot-component-builder.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/-k-spigot-component-builder.md new file mode 100644 index 00000000..55c6a29b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/-k-spigot-component-builder.md @@ -0,0 +1,14 @@ +--- +title: KSpigotComponentBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[KSpigotComponentBuilder](-k-spigot-component-builder.md) + + + +# KSpigotComponentBuilder +[jvm] +Content +fun [KSpigotComponentBuilder](-k-spigot-component-builder.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/append.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/append.html deleted file mode 100644 index f75991fd..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/append.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - append - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

append

-
-
-
- -
-
fun append(baseComponent: BaseComponent) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/create.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/create.html deleted file mode 100644 index acf7fd8e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/create.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - create - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

create

-
-
-
- -
-
fun create(): Array<BaseComponent> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/create.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/create.md new file mode 100644 index 00000000..feb11163 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/create.md @@ -0,0 +1,14 @@ +--- +title: create - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[create](create.md) + + + +# create +[jvm] +Content +fun [create](create.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/index.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/index.html deleted file mode 100644 index 062b796c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/index.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - KSpigotComponentBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotComponentBuilder

-
class KSpigotComponentBuilder - -
-
-
-
-
-

Functions

-
-
-
append - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun append(baseComponent: BaseComponent) - -
-
-
-
-
-
- -
-
create - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun create(): Array<BaseComponent> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
keybind - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun keybind(keybind: String, builder: KeybindComponent.() -> Unit) - -
-
-
-
-
-
- -
-
score - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun score(name: String, objective: String, value: String?, builder: ScoreComponent.() -> Unit) - -
-
-
-
-
-
- -
-
selector - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun selector(selector: String, builder: SelectorComponent.() -> Unit) - -
-
-
-
-
-
- -
-
text - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun text(text: String, builder: TextComponent.() -> Unit) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
translatable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun translatable(translatable: String, with: Array<BaseComponent>, builder: TranslatableComponent.() -> Unit) - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/index.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/index.md new file mode 100644 index 00000000..8fd2c253 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/index.md @@ -0,0 +1,27 @@ +--- +title: KSpigotComponentBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md) + + + +# KSpigotComponentBuilder + [jvm] class [KSpigotComponentBuilder](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [create](create.md)| [jvm]
Content
fun [create](create.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [keybind](keybind.md)| [jvm]
Content
inline fun [keybind](keybind.md)(keybind: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: KeybindComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [legacyText](legacy-text.md)| [jvm]
Content
fun [legacyText](legacy-text.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), color: ChatColor)


+| [plusAssign](plus-assign.md)| [jvm]
Content
operator fun [plusAssign](plus-assign.md)(baseComponents: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html))
operator fun [plusAssign](plus-assign.md)(baseComponent: BaseComponent)


+| [score](score.md)| [jvm]
Content
inline fun [score](score.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), objective: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, builder: ScoreComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [selector](selector.md)| [jvm]
Content
inline fun [selector](selector.md)(selector: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: SelectorComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [text](text.md)| [jvm]
Content
inline fun [text](text.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: TextComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [translatable](translatable.md)| [jvm]
Content
inline fun [translatable](translatable.md)(translatable: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), with: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html), builder: TranslatableComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+ diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/keybind.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/keybind.html deleted file mode 100644 index f883695d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/keybind.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - keybind - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

keybind

-
-
-
- -
-
inline fun keybind(keybind: String, builder: KeybindComponent.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/keybind.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/keybind.md new file mode 100644 index 00000000..74e0f439 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/keybind.md @@ -0,0 +1,14 @@ +--- +title: keybind - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[keybind](keybind.md) + + + +# keybind +[jvm] +Content +inline fun [keybind](keybind.md)(keybind: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: KeybindComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/legacy-text.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/legacy-text.md new file mode 100644 index 00000000..2eab517b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/legacy-text.md @@ -0,0 +1,14 @@ +--- +title: legacyText - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[legacyText](legacy-text.md) + + + +# legacyText +[jvm] +Content +fun [legacyText](legacy-text.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), color: ChatColor) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/plus-assign.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/plus-assign.md new file mode 100644 index 00000000..1631a2cc --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/plus-assign.md @@ -0,0 +1,15 @@ +--- +title: plusAssign - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[plusAssign](plus-assign.md) + + + +# plusAssign +[jvm] +Content +operator fun [plusAssign](plus-assign.md)(baseComponent: BaseComponent) +operator fun [plusAssign](plus-assign.md)(baseComponents: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/score.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/score.html deleted file mode 100644 index d666a784..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/score.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - score - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

score

-
-
-
- -
-
inline fun score(name: String, objective: String, value: String?, builder: ScoreComponent.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/score.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/score.md new file mode 100644 index 00000000..e14d7f17 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/score.md @@ -0,0 +1,14 @@ +--- +title: score - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[score](score.md) + + + +# score +[jvm] +Content +inline fun [score](score.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), objective: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, builder: ScoreComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/selector.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/selector.html deleted file mode 100644 index 2d5c67fe..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/selector.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - selector - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

selector

-
-
-
- -
-
inline fun selector(selector: String, builder: SelectorComponent.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/selector.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/selector.md new file mode 100644 index 00000000..eed6faba --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/selector.md @@ -0,0 +1,14 @@ +--- +title: selector - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[selector](selector.md) + + + +# selector +[jvm] +Content +inline fun [selector](selector.md)(selector: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: SelectorComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/text.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/text.html deleted file mode 100644 index ddeba963..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/text.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - text - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

text

-
-
-
- -
-
inline fun text(text: String, builder: TextComponent.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/text.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/text.md new file mode 100644 index 00000000..99a73f89 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/text.md @@ -0,0 +1,14 @@ +--- +title: text - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[text](text.md) + + + +# text +[jvm] +Content +inline fun [text](text.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: TextComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/translatable.html b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/translatable.html deleted file mode 100644 index ab80f909..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/translatable.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - translatable - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

translatable

-
-
-
- -
-
inline fun translatable(translatable: String, with: Array<BaseComponent>, builder: TranslatableComponent.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/translatable.md b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/translatable.md new file mode 100644 index 00000000..860b188a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/-k-spigot-component-builder/translatable.md @@ -0,0 +1,14 @@ +--- +title: translatable - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)/[translatable](translatable.md) + + + +# translatable +[jvm] +Content +inline fun [translatable](translatable.md)(translatable: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), with: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html), builder: TranslatableComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/chat-component.html b/docs/-k-spigot/net.axay.kspigot.chat/chat-component.html deleted file mode 100644 index c3710017..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/chat-component.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - chatComponent - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

chatComponent

-
-
-
- -
-
inline fun chatComponent(builder: KSpigotComponentBuilder.() -> Unit): Array<out BaseComponent> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/chat-component.md b/docs/-k-spigot/net.axay.kspigot.chat/chat-component.md new file mode 100644 index 00000000..54df5631 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/chat-component.md @@ -0,0 +1,14 @@ +--- +title: chatComponent - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md)/[chatComponent](chat-component.md) + + + +# chatComponent +[jvm] +Content +inline fun [chatComponent](chat-component.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/click-event.html b/docs/-k-spigot/net.axay.kspigot.chat/click-event.html deleted file mode 100644 index 36f4ba31..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/click-event.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - clickEvent - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

clickEvent

-
-
-
- -
-
fun BaseComponent.clickEvent(action: ClickEvent.Action, value: String) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/click-event.md b/docs/-k-spigot/net.axay.kspigot.chat/click-event.md new file mode 100644 index 00000000..193063b6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/click-event.md @@ -0,0 +1,14 @@ +--- +title: clickEvent - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md)/[clickEvent](click-event.md) + + + +# clickEvent +[jvm] +Content +fun BaseComponent.[clickEvent](click-event.md)(action: ClickEvent.Action, value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/col.html b/docs/-k-spigot/net.axay.kspigot.chat/col.html deleted file mode 100644 index 7f5362ca..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/col.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - col - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

col

-
-

GLOBAL SHORTCUTS

-
- -
-
fun col(hex: String): ChatColor - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/col.md b/docs/-k-spigot/net.axay.kspigot.chat/col.md new file mode 100644 index 00000000..4bad7d48 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/col.md @@ -0,0 +1,14 @@ +--- +title: col - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md)/[col](col.md) + + + +# col +[jvm] +Content +fun [col](col.md)(hex: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ChatColor + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-entity.html b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-entity.html deleted file mode 100644 index e5096308..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-entity.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - hoverEventEntity - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

hoverEventEntity

-
-
-
- -
-
fun BaseComponent.hoverEventEntity(type: String, id: String, baseComponent: BaseComponent) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-entity.md b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-entity.md new file mode 100644 index 00000000..07be5535 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-entity.md @@ -0,0 +1,14 @@ +--- +title: hoverEventEntity - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md)/[hoverEventEntity](hover-event-entity.md) + + + +# hoverEventEntity +[jvm] +Content +fun BaseComponent.[hoverEventEntity](hover-event-entity.md)(type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), baseComponent: BaseComponent) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-item.html b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-item.html deleted file mode 100644 index 2f0fd724..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-item.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - hoverEventItem - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

hoverEventItem

-
-
-
- -
-
fun BaseComponent.hoverEventItem(id: String, count: Int, tag: ItemTag) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-item.md b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-item.md new file mode 100644 index 00000000..618d2b15 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-item.md @@ -0,0 +1,14 @@ +--- +title: hoverEventItem - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md)/[hoverEventItem](hover-event-item.md) + + + +# hoverEventItem +[jvm] +Content +fun BaseComponent.[hoverEventItem](hover-event-item.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), count: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), tag: ItemTag) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-text.html b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-text.html deleted file mode 100644 index a09cb0fa..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-text.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - hoverEventText - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

hoverEventText

-
-

BASE COMPONENT

-
- -
-
inline fun BaseComponent.hoverEventText(builder: KSpigotComponentBuilder.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/hover-event-text.md b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-text.md new file mode 100644 index 00000000..5a04c210 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/hover-event-text.md @@ -0,0 +1,14 @@ +--- +title: hoverEventText - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md)/[hoverEventText](hover-event-text.md) + + + +# hoverEventText +[jvm] +Content +inline fun BaseComponent.[hoverEventText](hover-event-text.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.chat/index.html b/docs/-k-spigot/net.axay.kspigot.chat/index.html deleted file mode 100644 index 02b26f89..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/index.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - net.axay.kspigot.chat - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.chat

-
-
-
-
-

Types

-
-
-
KSpigotComponentBuilder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class KSpigotComponentBuilder - -
-
-
-
-
-
-
-

Functions

-
-
-
chatComponent - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun chatComponent(builder: KSpigotComponentBuilder.() -> Unit): Array<out BaseComponent> - -
-
-
-
-
-
- -
-
clickEvent - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun BaseComponent.clickEvent(action: ClickEvent.Action, value: String) - -
-
-
-
-
-
- -
-
col - - - -
- -Link copied to clipboard
-
-
-
-

GLOBAL SHORTCUTS

-
- -
-
fun col(hex: String): ChatColor - -
-
-
-
-
-
- -
-
hoverEventEntity - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun BaseComponent.hoverEventEntity(type: String, id: String, baseComponent: BaseComponent) - -
-
-
-
-
-
- -
-
hoverEventItem - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun BaseComponent.hoverEventItem(id: String, count: Int, tag: ItemTag) - -
-
-
-
-
-
- -
-
hoverEventText - - - -
- -Link copied to clipboard
-
-
-
-

BASE COMPONENT

-
- -
-
inline fun BaseComponent.hoverEventText(builder: KSpigotComponentBuilder.() -> Unit) - -
-
-
-
-
-
- -
-
sendMessage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun CommandSender.sendMessage(vararg components: Array<out BaseComponent>) - -
fun CommandSender.sendMessage(builder: KSpigotComponentBuilder.() -> Unit) - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/index.md b/docs/-k-spigot/net.axay.kspigot.chat/index.md new file mode 100644 index 00000000..77cae1d0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/index.md @@ -0,0 +1,30 @@ +--- +title: net.axay.kspigot.chat - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md) + + + +# Package net.axay.kspigot.chat + + +## Types + +| Name| Summary| +|---|---| +| [KColors](-k-colors/index.md)| [jvm]
Content
object [KColors](-k-colors/index.md)


+| [KSpigotComponentBuilder](-k-spigot-component-builder/index.md)| [jvm]
Content
class [KSpigotComponentBuilder](-k-spigot-component-builder/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [chatComponent](chat-component.md)| [jvm]
Content
inline fun [chatComponent](chat-component.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)


+| [clickEvent](click-event.md)| [jvm]
Content
fun BaseComponent.[clickEvent](click-event.md)(action: ClickEvent.Action, value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [col](col.md)| [jvm]
Content
fun [col](col.md)(hex: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ChatColor


+| [hoverEventEntity](hover-event-entity.md)| [jvm]
Content
fun BaseComponent.[hoverEventEntity](hover-event-entity.md)(type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), baseComponent: BaseComponent)


+| [hoverEventItem](hover-event-item.md)| [jvm]
Content
fun BaseComponent.[hoverEventItem](hover-event-item.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), count: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), tag: ItemTag)


+| [hoverEventText](hover-event-text.md)| [jvm]
Content
inline fun BaseComponent.[hoverEventText](hover-event-text.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [sendMessage](send-message.md)| [jvm]
Content
fun CommandSender.[sendMessage](send-message.md)(vararg components: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html))
fun CommandSender.[sendMessage](send-message.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+ diff --git a/docs/-k-spigot/net.axay.kspigot.chat/send-message.html b/docs/-k-spigot/net.axay.kspigot.chat/send-message.html deleted file mode 100644 index f4480305..00000000 --- a/docs/-k-spigot/net.axay.kspigot.chat/send-message.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - sendMessage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

sendMessage

-
-
-
- -
-
fun CommandSender.sendMessage(vararg components: Array<out BaseComponent>) - -
fun CommandSender.sendMessage(builder: KSpigotComponentBuilder.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.chat/send-message.md b/docs/-k-spigot/net.axay.kspigot.chat/send-message.md new file mode 100644 index 00000000..b2836db1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.chat/send-message.md @@ -0,0 +1,15 @@ +--- +title: sendMessage - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md)/[sendMessage](send-message.md) + + + +# sendMessage +[jvm] +Content +fun CommandSender.[sendMessage](send-message.md)(vararg components: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)) +fun CommandSender.[sendMessage](send-message.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/-config-delegate.md b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/-config-delegate.md new file mode 100644 index 00000000..7f7bc871 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/-config-delegate.md @@ -0,0 +1,14 @@ +--- +title: ConfigDelegate - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.config](../index.md)/[ConfigDelegate](index.md)/[ConfigDelegate](-config-delegate.md) + + + +# ConfigDelegate +[jvm] +Content +fun <[T](index.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> [ConfigDelegate](-config-delegate.md)(configClass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)<[T](index.md)>, file: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html), defaultCallback: () -> [T](index.md)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/get-value.md b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/get-value.md new file mode 100644 index 00000000..8234b1f4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/get-value.md @@ -0,0 +1,14 @@ +--- +title: getValue - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.config](../index.md)/[ConfigDelegate](index.md)/[getValue](get-value.md) + + + +# getValue +[jvm] +Content +operator fun [getValue](get-value.md)(thisRef: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, property: [KProperty](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-property/index.html)<*>): [T](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/index.md b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/index.md new file mode 100644 index 00000000..1a5b75be --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/index.md @@ -0,0 +1,47 @@ +--- +title: ConfigDelegate - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.config](../index.md)/[ConfigDelegate](index.md) + + + +# ConfigDelegate + [jvm] class [ConfigDelegate](index.md)<[T](index.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>(**configClass**: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)<[T](index.md)>, **file**: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html), **defaultCallback**: () -> [T](index.md)?) + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [kSpigotJsonConfig](../k-spigot-json-config.md)|



+ + + +## Constructors + +| Name| Summary| +|---|---| +| [ConfigDelegate](-config-delegate.md)| [jvm] fun <[T](index.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> [ConfigDelegate](-config-delegate.md)(configClass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)<[T](index.md)>, file: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html), defaultCallback: () -> [T](index.md)?)
+ + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [getValue](get-value.md)| [jvm]
Content
operator fun [getValue](get-value.md)(thisRef: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, property: [KProperty](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-property/index.html)<*>): [T](index.md)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [reload](reload.md)| [jvm]
Brief description


Loads the current state of the config on disk to the config object.


Content
fun [reload](reload.md)()


+| [save](save.md)| [jvm]
Brief description


Saves the config object in its current state to disk.


Content
fun [save](save.md)()


+| [setValue](set-value.md)| [jvm]
Content
operator fun [setValue](set-value.md)(thisRef: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, property: [KProperty](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-property/index.html)<*>, config: [T](index.md)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [data](index.md#net.axay.kspigot.config/ConfigDelegate/data/#/PointingToDeclaration/)| [jvm] var [data](index.md#net.axay.kspigot.config/ConfigDelegate/data/#/PointingToDeclaration/): [T](index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/reload.md b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/reload.md new file mode 100644 index 00000000..a02a76f1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/reload.md @@ -0,0 +1,20 @@ +--- +title: reload - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.config](../index.md)/[ConfigDelegate](index.md)/[reload](reload.md) + + + +# reload +[jvm] +Brief description + + +Loads the current state of the config on disk to the config object. + + +Content +fun [reload](reload.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/save.md b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/save.md new file mode 100644 index 00000000..b17f2068 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/save.md @@ -0,0 +1,20 @@ +--- +title: save - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.config](../index.md)/[ConfigDelegate](index.md)/[save](save.md) + + + +# save +[jvm] +Brief description + + +Saves the config object in its current state to disk. + + +Content +fun [save](save.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/set-value.md b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/set-value.md new file mode 100644 index 00000000..2c9955de --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/-config-delegate/set-value.md @@ -0,0 +1,14 @@ +--- +title: setValue - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.config](../index.md)/[ConfigDelegate](index.md)/[setValue](set-value.md) + + + +# setValue +[jvm] +Content +operator fun [setValue](set-value.md)(thisRef: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, property: [KProperty](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-property/index.html)<*>, config: [T](index.md)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.config/-plugin-file/-plugin-file.md b/docs/-k-spigot/net.axay.kspigot.config/-plugin-file/-plugin-file.md new file mode 100644 index 00000000..3c86d10f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/-plugin-file/-plugin-file.md @@ -0,0 +1,14 @@ +--- +title: PluginFile - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.config](../index.md)/[PluginFile](index.md)/[PluginFile](-plugin-file.md) + + + +# PluginFile +[jvm] +Content +fun [PluginFile](-plugin-file.md)(path: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), child: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.config/-plugin-file/index.md b/docs/-k-spigot/net.axay.kspigot.config/-plugin-file/index.md new file mode 100644 index 00000000..52ad20b8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/-plugin-file/index.md @@ -0,0 +1,71 @@ +--- +title: PluginFile - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.config](../index.md)/[PluginFile](index.md) + + + +# PluginFile + [jvm] class [PluginFile](index.md)(**path**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **child**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) : [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html) + + +## Functions + +| Name| Summary| +|---|---| +| [canExecute](index.md#java.io/File/canExecute/#/PointingToDeclaration/)| [jvm]
Content
open override fun [canExecute](index.md#java.io/File/canExecute/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [canRead](index.md#java.io/File/canRead/#/PointingToDeclaration/)| [jvm]
Content
open override fun [canRead](index.md#java.io/File/canRead/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [canWrite](index.md#java.io/File/canWrite/#/PointingToDeclaration/)| [jvm]
Content
open override fun [canWrite](index.md#java.io/File/canWrite/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [compareTo](index.md#java.io/File/compareTo/#java.io.File/PointingToDeclaration/)| [jvm]
Content
open operator override fun [compareTo](index.md#java.io/File/compareTo/#java.io.File/PointingToDeclaration/)(other: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [createNewFile](index.md#java.io/File/createNewFile/#/PointingToDeclaration/)| [jvm]
Content
open override fun [createNewFile](index.md#java.io/File/createNewFile/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [delete](index.md#java.io/File/delete/#/PointingToDeclaration/)| [jvm]
Content
open override fun [delete](index.md#java.io/File/delete/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [deleteOnExit](index.md#java.io/File/deleteOnExit/#/PointingToDeclaration/)| [jvm]
Content
open override fun [deleteOnExit](index.md#java.io/File/deleteOnExit/#/PointingToDeclaration/)()


+| [equals](index.md#java.io/File/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](index.md#java.io/File/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [exists](index.md#java.io/File/exists/#/PointingToDeclaration/)| [jvm]
Content
open override fun [exists](index.md#java.io/File/exists/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [getAbsoluteFile](index.md#java.io/File/getAbsoluteFile/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getAbsoluteFile](index.md#java.io/File/getAbsoluteFile/#/PointingToDeclaration/)(): [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)


+| [getAbsolutePath](index.md#java.io/File/getAbsolutePath/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getAbsolutePath](index.md#java.io/File/getAbsolutePath/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getCanonicalFile](index.md#java.io/File/getCanonicalFile/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getCanonicalFile](index.md#java.io/File/getCanonicalFile/#/PointingToDeclaration/)(): [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)


+| [getCanonicalPath](index.md#java.io/File/getCanonicalPath/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getCanonicalPath](index.md#java.io/File/getCanonicalPath/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getFreeSpace](index.md#java.io/File/getFreeSpace/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getFreeSpace](index.md#java.io/File/getFreeSpace/#/PointingToDeclaration/)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)


+| [getName](index.md#java.io/File/getName/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getName](index.md#java.io/File/getName/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getParent](index.md#java.io/File/getParent/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getParent](index.md#java.io/File/getParent/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getParentFile](index.md#java.io/File/getParentFile/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getParentFile](index.md#java.io/File/getParentFile/#/PointingToDeclaration/)(): [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)


+| [getPath](index.md#java.io/File/getPath/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getPath](index.md#java.io/File/getPath/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getPrefixLength](index.md#java.io/File/getPrefixLength/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getPrefixLength](index.md#java.io/File/getPrefixLength/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [getTotalSpace](index.md#java.io/File/getTotalSpace/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getTotalSpace](index.md#java.io/File/getTotalSpace/#/PointingToDeclaration/)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)


+| [getUsableSpace](index.md#java.io/File/getUsableSpace/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getUsableSpace](index.md#java.io/File/getUsableSpace/#/PointingToDeclaration/)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)


+| [hashCode](index.md#java.io/File/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](index.md#java.io/File/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [isAbsolute](index.md#java.io/File/isAbsolute/#/PointingToDeclaration/)| [jvm]
Content
open override fun [isAbsolute](index.md#java.io/File/isAbsolute/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [isDirectory](index.md#java.io/File/isDirectory/#/PointingToDeclaration/)| [jvm]
Content
open override fun [isDirectory](index.md#java.io/File/isDirectory/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [isFile](index.md#java.io/File/isFile/#/PointingToDeclaration/)| [jvm]
Content
open override fun [isFile](index.md#java.io/File/isFile/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [isHidden](index.md#java.io/File/isHidden/#/PointingToDeclaration/)| [jvm]
Content
open override fun [isHidden](index.md#java.io/File/isHidden/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [isInvalid](index.md#java.io/File/isInvalid/#/PointingToDeclaration/)| [jvm]
Content
override fun [isInvalid](index.md#java.io/File/isInvalid/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [lastModified](index.md#java.io/File/lastModified/#/PointingToDeclaration/)| [jvm]
Content
open override fun [lastModified](index.md#java.io/File/lastModified/#/PointingToDeclaration/)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)


+| [length](index.md#java.io/File/length/#/PointingToDeclaration/)| [jvm]
Content
open override fun [length](index.md#java.io/File/length/#/PointingToDeclaration/)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)


+| [list](index.md#java.io/File/list/#/PointingToDeclaration/)| [jvm]
Content
open override fun [list](index.md#java.io/File/list/#/PointingToDeclaration/)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>
open override fun [list](index.md#java.io/File/list/#java.io.FilenameFilter/PointingToDeclaration/)(p0: [FilenameFilter](https://docs.oracle.com/javase/8/docs/api/java/io/FilenameFilter.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>


+| [listFiles](index.md#java.io/File/listFiles/#/PointingToDeclaration/)| [jvm]
Content
open override fun [listFiles](index.md#java.io/File/listFiles/#/PointingToDeclaration/)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)>
open override fun [listFiles](index.md#java.io/File/listFiles/#java.io.FileFilter/PointingToDeclaration/)(p0: [FileFilter](https://docs.oracle.com/javase/8/docs/api/java/io/FileFilter.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)>
open override fun [listFiles](index.md#java.io/File/listFiles/#java.io.FilenameFilter/PointingToDeclaration/)(p0: [FilenameFilter](https://docs.oracle.com/javase/8/docs/api/java/io/FilenameFilter.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)>


+| [mkdir](index.md#java.io/File/mkdir/#/PointingToDeclaration/)| [jvm]
Content
open override fun [mkdir](index.md#java.io/File/mkdir/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [mkdirs](index.md#java.io/File/mkdirs/#/PointingToDeclaration/)| [jvm]
Content
open override fun [mkdirs](index.md#java.io/File/mkdirs/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [readObject](index.md#java.io/File/readObject/#java.io.ObjectInputStream/PointingToDeclaration/)| [jvm]
Content
open override fun [readObject](index.md#java.io/File/readObject/#java.io.ObjectInputStream/PointingToDeclaration/)(p0: [ObjectInputStream](https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html))


+| [renameTo](index.md#java.io/File/renameTo/#java.io.File/PointingToDeclaration/)| [jvm]
Content
open override fun [renameTo](index.md#java.io/File/renameTo/#java.io.File/PointingToDeclaration/)(p0: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [setExecutable](index.md#java.io/File/setExecutable/#kotlin.Boolean/PointingToDeclaration/)| [jvm]
Content
open override fun [setExecutable](index.md#java.io/File/setExecutable/#kotlin.Boolean/PointingToDeclaration/)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [setExecutable](index.md#java.io/File/setExecutable/#kotlin.Boolean#kotlin.Boolean/PointingToDeclaration/)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [setLastModified](index.md#java.io/File/setLastModified/#kotlin.Long/PointingToDeclaration/)| [jvm]
Content
open override fun [setLastModified](index.md#java.io/File/setLastModified/#kotlin.Long/PointingToDeclaration/)(p0: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [setReadable](index.md#java.io/File/setReadable/#kotlin.Boolean/PointingToDeclaration/)| [jvm]
Content
open override fun [setReadable](index.md#java.io/File/setReadable/#kotlin.Boolean/PointingToDeclaration/)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [setReadable](index.md#java.io/File/setReadable/#kotlin.Boolean#kotlin.Boolean/PointingToDeclaration/)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [setReadOnly](index.md#java.io/File/setReadOnly/#/PointingToDeclaration/)| [jvm]
Content
open override fun [setReadOnly](index.md#java.io/File/setReadOnly/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [setWritable](index.md#java.io/File/setWritable/#kotlin.Boolean/PointingToDeclaration/)| [jvm]
Content
open override fun [setWritable](index.md#java.io/File/setWritable/#kotlin.Boolean/PointingToDeclaration/)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open override fun [setWritable](index.md#java.io/File/setWritable/#kotlin.Boolean#kotlin.Boolean/PointingToDeclaration/)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [toPath](index.md#java.io/File/toPath/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toPath](index.md#java.io/File/toPath/#/PointingToDeclaration/)(): [Path](https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html)


+| [toString](index.md#java.io/File/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](index.md#java.io/File/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [toURI](index.md#java.io/File/toURI/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toURI](index.md#java.io/File/toURI/#/PointingToDeclaration/)(): [URI](https://docs.oracle.com/javase/8/docs/api/java/net/URI.html)


+| [toURL](index.md#java.io/File/toURL/#/PointingToDeclaration/)| [jvm]
Content
~~open~~ ~~override~~ ~~fun~~ [~~toURL~~](index.md#java.io/File/toURL/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [URL](https://docs.oracle.com/javase/8/docs/api/java/net/URL.html)


+| [writeObject](index.md#java.io/File/writeObject/#java.io.ObjectOutputStream/PointingToDeclaration/)| [jvm]
Content
open override fun [writeObject](index.md#java.io/File/writeObject/#java.io.ObjectOutputStream/PointingToDeclaration/)(p0: [ObjectOutputStream](https://docs.oracle.com/javase/8/docs/api/java/io/ObjectOutputStream.html))


+ + +## Properties + +| Name| Summary| +|---|---| +| [filePath](index.md#net.axay.kspigot.config/PluginFile/filePath/#/PointingToDeclaration/)| [jvm] override val [filePath](index.md#net.axay.kspigot.config/PluginFile/filePath/#/PointingToDeclaration/): [Path](https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html)
+| [path](index.md#net.axay.kspigot.config/PluginFile/path/#/PointingToDeclaration/)| [jvm] override val [path](index.md#net.axay.kspigot.config/PluginFile/path/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [prefixLength](index.md#net.axay.kspigot.config/PluginFile/prefixLength/#/PointingToDeclaration/)| [jvm] override val [prefixLength](index.md#net.axay.kspigot.config/PluginFile/prefixLength/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [status](index.md#net.axay.kspigot.config/PluginFile/status/#/PointingToDeclaration/)| [jvm] override val [status](index.md#net.axay.kspigot.config/PluginFile/status/#/PointingToDeclaration/): [File.PathStatus](https://docs.oracle.com/javase/8/docs/api/java/io/File.PathStatus.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.config/index.md b/docs/-k-spigot/net.axay.kspigot.config/index.md new file mode 100644 index 00000000..e65de300 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/index.md @@ -0,0 +1,24 @@ +--- +title: net.axay.kspigot.config - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.config](index.md) + + + +# Package net.axay.kspigot.config + + +## Types + +| Name| Summary| +|---|---| +| [ConfigDelegate](-config-delegate/index.md)| [jvm]
Content
class [ConfigDelegate](-config-delegate/index.md)<[T](-config-delegate/index.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>(**configClass**: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)<[T](-config-delegate/index.md)>, **file**: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html), **defaultCallback**: () -> [T](-config-delegate/index.md)?)


+| [PluginFile](-plugin-file/index.md)| [jvm]
Content
class [PluginFile](-plugin-file/index.md)(**path**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **child**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) : [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)


+ + +## Functions + +| Name| Summary| +|---|---| +| [kSpigotJsonConfig](k-spigot-json-config.md)| [jvm]
Brief description




Creates a new ConfigDelegate object.



You can use this as a delegate (with **by**) or a normal object. (Delegate allows direct access to the config object, but does not provide save() or reload() methods.)




Content
inline fun <[T](k-spigot-json-config.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> [kSpigotJsonConfig](k-spigot-json-config.md)(file: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html), noinline default: () -> [T](k-spigot-json-config.md)?): [ConfigDelegate](-config-delegate/index.md)<[T](k-spigot-json-config.md)>


+ diff --git a/docs/-k-spigot/net.axay.kspigot.config/k-spigot-json-config.md b/docs/-k-spigot/net.axay.kspigot.config/k-spigot-json-config.md new file mode 100644 index 00000000..86b260a9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.config/k-spigot-json-config.md @@ -0,0 +1,40 @@ +--- +title: kSpigotJsonConfig - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.config](index.md)/[kSpigotJsonConfig](k-spigot-json-config.md) + + + +# kSpigotJsonConfig +[jvm] +Brief description + + + + +Creates a new ConfigDelegate object. + + + +You can use this as a delegate (with **by**) or a normal object. (Delegate allows direct access to the config object, but does not provide save() or reload() methods.) + + + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| default|

Optional default config, which will be used if there is no config file and a new one should be created.

+| file|

The path to the config.

+| T|

The class type of the config.

+ + +Content +inline fun <[T](k-spigot-json-config.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> [kSpigotJsonConfig](k-spigot-json-config.md)(file: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html), noinline default: () -> [T](k-spigot-json-config.md)?): [ConfigDelegate](-config-delegate/index.md)<[T](k-spigot-json-config.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/-companion/index.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/-companion/index.html deleted file mode 100644 index 73ce67df..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/-companion/index.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - Companion - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Companion

-
object Companion - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
BYTE - - - -
- -Link copied to clipboard
-
-
-
-
-
val BYTE: NBTDataType<Byte> - -
-
-
-
- -
-
BYTE_ARRAY - - - -
- -Link copied to clipboard
-
-
-
-
-
val BYTE_ARRAY: NBTDataType<ByteArray> - -
-
-
-
- -
-
COMPOUND - - - -
- -Link copied to clipboard
-
-
-
-
-
val COMPOUND: NBTDataType<NBTData> - -
-
-
-
- -
-
DOUBLE - - - -
- -Link copied to clipboard
-
-
-
-
-
val DOUBLE: NBTDataType<Double> - -
-
-
-
- -
-
FLOAT - - - -
- -Link copied to clipboard
-
-
-
-
-
val FLOAT: NBTDataType<Float> - -
-
-
-
- -
-
INT - - - -
- -Link copied to clipboard
-
-
-
-
-
val INT: NBTDataType<Int> - -
-
-
-
- -
-
INT_ARRAY - - - -
- -Link copied to clipboard
-
-
-
-
-
val INT_ARRAY: NBTDataType<IntArray> - -
-
-
-
- -
-
LONG - - - -
- -Link copied to clipboard
-
-
-
-
-
val LONG: NBTDataType<Long> - -
-
-
-
- -
-
LONG_ARRAY - - - -
- -Link copied to clipboard
-
-
-
-
-
val LONG_ARRAY: NBTDataType<LongArray> - -
-
-
-
- -
-
SHORT - - - -
- -Link copied to clipboard
-
-
-
-
-
val SHORT: NBTDataType<Short> - -
-
-
-
- -
-
STRING - - - -
- -Link copied to clipboard
-
-
-
-
-
val STRING: NBTDataType<String> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/-companion/index.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/-companion/index.md new file mode 100644 index 00000000..1b0bc2af --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/-companion/index.md @@ -0,0 +1,36 @@ +--- +title: Companion - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.data](../../index.md)/[NBTDataType](../index.md)/[Companion](index.md) + + + +# Companion + [jvm] object [Companion](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [BYTE](index.md#net.axay.kspigot.data/NBTDataType.Companion/BYTE/#/PointingToDeclaration/)| [jvm] val [BYTE](index.md#net.axay.kspigot.data/NBTDataType.Companion/BYTE/#/PointingToDeclaration/): [NBTDataType](../index.md)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
+| [BYTE_ARRAY](index.md#net.axay.kspigot.data/NBTDataType.Companion/BYTE_ARRAY/#/PointingToDeclaration/)| [jvm] val [BYTE_ARRAY](index.md#net.axay.kspigot.data/NBTDataType.Companion/BYTE_ARRAY/#/PointingToDeclaration/): [NBTDataType](../index.md)<[ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html)>
+| [COMPOUND](index.md#net.axay.kspigot.data/NBTDataType.Companion/COMPOUND/#/PointingToDeclaration/)| [jvm] val [COMPOUND](index.md#net.axay.kspigot.data/NBTDataType.Companion/COMPOUND/#/PointingToDeclaration/): [NBTDataType](../index.md)<[NBTData](../../-n-b-t-data/index.md)>
+| [DOUBLE](index.md#net.axay.kspigot.data/NBTDataType.Companion/DOUBLE/#/PointingToDeclaration/)| [jvm] val [DOUBLE](index.md#net.axay.kspigot.data/NBTDataType.Companion/DOUBLE/#/PointingToDeclaration/): [NBTDataType](../index.md)<[Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)>
+| [FLOAT](index.md#net.axay.kspigot.data/NBTDataType.Companion/FLOAT/#/PointingToDeclaration/)| [jvm] val [FLOAT](index.md#net.axay.kspigot.data/NBTDataType.Companion/FLOAT/#/PointingToDeclaration/): [NBTDataType](../index.md)<[Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)>
+| [INT](index.md#net.axay.kspigot.data/NBTDataType.Companion/INT/#/PointingToDeclaration/)| [jvm] val [INT](index.md#net.axay.kspigot.data/NBTDataType.Companion/INT/#/PointingToDeclaration/): [NBTDataType](../index.md)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>
+| [INT_ARRAY](index.md#net.axay.kspigot.data/NBTDataType.Companion/INT_ARRAY/#/PointingToDeclaration/)| [jvm] val [INT_ARRAY](index.md#net.axay.kspigot.data/NBTDataType.Companion/INT_ARRAY/#/PointingToDeclaration/): [NBTDataType](../index.md)<[IntArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html)>
+| [LONG](index.md#net.axay.kspigot.data/NBTDataType.Companion/LONG/#/PointingToDeclaration/)| [jvm] val [LONG](index.md#net.axay.kspigot.data/NBTDataType.Companion/LONG/#/PointingToDeclaration/): [NBTDataType](../index.md)<[Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)>
+| [LONG_ARRAY](index.md#net.axay.kspigot.data/NBTDataType.Companion/LONG_ARRAY/#/PointingToDeclaration/)| [jvm] val [LONG_ARRAY](index.md#net.axay.kspigot.data/NBTDataType.Companion/LONG_ARRAY/#/PointingToDeclaration/): [NBTDataType](../index.md)<[LongArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long-array/index.html)>
+| [SHORT](index.md#net.axay.kspigot.data/NBTDataType.Companion/SHORT/#/PointingToDeclaration/)| [jvm] val [SHORT](index.md#net.axay.kspigot.data/NBTDataType.Companion/SHORT/#/PointingToDeclaration/): [NBTDataType](../index.md)<[Short](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-short/index.html)>
+| [STRING](index.md#net.axay.kspigot.data/NBTDataType.Companion/STRING/#/PointingToDeclaration/)| [jvm] val [STRING](index.md#net.axay.kspigot.data/NBTDataType.Companion/STRING/#/PointingToDeclaration/): [NBTDataType](../index.md)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/decode-n-m-s.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/decode-n-m-s.html deleted file mode 100644 index 9fe664fe..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/decode-n-m-s.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - decodeNMS - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

decodeNMS

-
-
-
- -
-
abstract fun decodeNMS(nbtBase: NBTBase): T? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/decode-n-m-s.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/decode-n-m-s.md new file mode 100644 index 00000000..c3e6efe2 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/decode-n-m-s.md @@ -0,0 +1,14 @@ +--- +title: decodeNMS - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTDataType](index.md)/[decodeNMS](decode-n-m-s.md) + + + +# decodeNMS +[jvm] +Content +abstract fun [decodeNMS](decode-n-m-s.md)(nbtBase: NBTBase): [T](index.md)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/index.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/index.html deleted file mode 100644 index 6d695f7d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/index.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - NBTDataType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

NBTDataType

-
interface NBTDataType<T> - -
-
-
-
-
-

Types

-
-
-
Companion - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object Companion - -
-
-
-
-
-
-
-

Functions

-
-
-
decodeNMS - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun decodeNMS(nbtBase: NBTBase): T? - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
writeToCompound - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun writeToCompound(key: String, data: T, compound: NBTTagCompound) - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/index.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/index.md new file mode 100644 index 00000000..fade0903 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/index.md @@ -0,0 +1,28 @@ +--- +title: NBTDataType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTDataType](index.md) + + + +# NBTDataType + [jvm] interface [NBTDataType](index.md)<[T](index.md)> + + +## Types + +| Name| Summary| +|---|---| +| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [decodeNMS](decode-n-m-s.md)| [jvm]
Content
abstract fun [decodeNMS](decode-n-m-s.md)(nbtBase: NBTBase): [T](index.md)?


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [writeToCompound](write-to-compound.md)| [jvm]
Content
abstract fun [writeToCompound](write-to-compound.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), data: [T](index.md), compound: NBTTagCompound)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/write-to-compound.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/write-to-compound.html deleted file mode 100644 index f3caab32..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/write-to-compound.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - writeToCompound - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

writeToCompound

-
-
-
- -
-
abstract fun writeToCompound(key: String, data: T, compound: NBTTagCompound) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/write-to-compound.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/write-to-compound.md new file mode 100644 index 00000000..42f2fb11 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data-type/write-to-compound.md @@ -0,0 +1,14 @@ +--- +title: writeToCompound - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTDataType](index.md)/[writeToCompound](write-to-compound.md) + + + +# writeToCompound +[jvm] +Content +abstract fun [writeToCompound](write-to-compound.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), data: [T](index.md), compound: NBTTagCompound) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/deserialize.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/deserialize.html deleted file mode 100644 index 079defbc..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/deserialize.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - deserialize - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

deserialize

-
-
-
- -
-
fun deserialize(nbtString: String): NBTData - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/deserialize.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/deserialize.md new file mode 100644 index 00000000..4b976975 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/deserialize.md @@ -0,0 +1,14 @@ +--- +title: deserialize - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.data](../../index.md)/[NBTData](../index.md)/[Companion](index.md)/[deserialize](deserialize.md) + + + +# deserialize +[jvm] +Content +fun [deserialize](deserialize.md)(nbtString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [NBTData](../index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/index.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/index.html deleted file mode 100644 index 2701e21d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - Companion - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Companion

-
object Companion - -
-
-
-
-
-

Functions

-
-
-
deserialize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun deserialize(nbtString: String): NBTData - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/index.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/index.md new file mode 100644 index 00000000..cb01a889 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-companion/index.md @@ -0,0 +1,20 @@ +--- +title: Companion - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.data](../../index.md)/[NBTData](../index.md)/[Companion](index.md) + + + +# Companion + [jvm] object [Companion](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [deserialize](deserialize.md)| [jvm]
Content
fun [deserialize](deserialize.md)(nbtString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [NBTData](../index.md)


+| [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-n-b-t-data.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-n-b-t-data.html deleted file mode 100644 index c76c9dc3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-n-b-t-data.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - NBTData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

NBTData

-
-
-
- -
-
fun NBTData(nbtTagCompound: NBTTagCompound?) - -
fun NBTData() - -
fun NBTData(nbtString: String) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-n-b-t-data.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-n-b-t-data.md new file mode 100644 index 00000000..68acb27c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/-n-b-t-data.md @@ -0,0 +1,16 @@ +--- +title: NBTData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTData](index.md)/[NBTData](-n-b-t-data.md) + + + +# NBTData +[jvm] +Content +fun [NBTData](-n-b-t-data.md)(nbtTagCompound: NBTTagCompound?) +fun [NBTData](-n-b-t-data.md)() +fun [NBTData](-n-b-t-data.md)(nbtString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/get.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/get.html deleted file mode 100644 index b67bde56..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/get.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - get - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

get

-
-

This method gets the value at the given key. The returned dataType must be specified. The returned value is null, if it was not possible to find any value at the specified location, or if the type is not the one which was specified.

-
- -
-
operator fun <T> get(key: String, dataType: NBTDataType<T>): T? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/get.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/get.md new file mode 100644 index 00000000..3c5e56f0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/get.md @@ -0,0 +1,20 @@ +--- +title: get - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTData](index.md)/[get](get.md) + + + +# get +[jvm] +Brief description + + +This method gets the value at the given key. The returned dataType must be specified. The returned value is null, if it was not possible to find any value at the specified location, or if the type is not the one which was specified. + + +Content +operator fun <[T](get.md)> [get](get.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), dataType: [NBTDataType](../-n-b-t-data-type/index.md)<[T](get.md)>): [T](get.md)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/index.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/index.html deleted file mode 100644 index 2f1d261e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/index.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - NBTData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

NBTData

-
class NBTData - -
-
-
-
-
-

Constructors

-
-
-
NBTData - - - -
- -Link copied to clipboard
-
-
-
-
-
fun NBTData(nbtTagCompound: NBTTagCompound?) - -
-
-
-
- -
-
NBTData - - - -
- -Link copied to clipboard
-
-
-
-
-
fun NBTData() - -
-
-
-
- -
-
NBTData - - - -
- -Link copied to clipboard
-
-
-
-
-
fun NBTData(nbtString: String) - -
-
-
-
-
-

Types

-
-
-
Companion - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object Companion - -
-
-
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
get - - - -
- -Link copied to clipboard
-
-
-
-

This method gets the value at the given key. The returned dataType must be specified. The returned value is null, if it was not possible to find any value at the specified location, or if the type is not the one which was specified.

-
- -
-
operator fun <T> get(key: String, dataType: NBTDataType<T>): T? - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
minusAssign - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun minusAssign(key: String) - -
-
-
-
-
-
- -
-
remove - - - -
- -Link copied to clipboard
-
-
-
-

This method removes the given key from the NBTTagCompound. Its value will be lost.

-
- -
-
fun remove(key: String) - -
-
-
-
-
-
- -
-
serialize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun serialize(): String - -
-
-
-
-
-
- -
-
set - - - -
- -Link copied to clipboard
-
-
-
-

This method sets some value at the position of the given key. The dataType of the given value must be specified.

-
- -
-
operator fun <T> set(key: String, dataType: NBTDataType<T>, value: T) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
nbtTagCompound - - - -
- -Link copied to clipboard
-
-
-
-
-
val nbtTagCompound: NBTTagCompound - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/index.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/index.md new file mode 100644 index 00000000..b9d2f770 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/index.md @@ -0,0 +1,47 @@ +--- +title: NBTData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTData](index.md) + + + +# NBTData + [jvm] class [NBTData](index.md) + + +## Constructors + +| Name| Summary| +|---|---| +| [NBTData](-n-b-t-data.md)| [jvm] fun [NBTData](-n-b-t-data.md)(nbtTagCompound: NBTTagCompound?)
+| [NBTData](-n-b-t-data.md)| [jvm] fun [NBTData](-n-b-t-data.md)()
+| [NBTData](-n-b-t-data.md)| [jvm] fun [NBTData](-n-b-t-data.md)(nbtString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
+ + +## Types + +| Name| Summary| +|---|---| +| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [get](get.md)| [jvm]
Brief description


This method gets the value at the given key. The returned dataType must be specified. The returned value is null, if it was not possible to find any value at the specified location, or if the type is not the one which was specified.


Content
operator fun <[T](get.md)> [get](get.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), dataType: [NBTDataType](../-n-b-t-data-type/index.md)<[T](get.md)>): [T](get.md)?


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [minusAssign](minus-assign.md)| [jvm]
Content
operator fun [minusAssign](minus-assign.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [remove](remove.md)| [jvm]
Brief description


This method removes the given key from the NBTTagCompound. Its value will be lost.


Content
fun [remove](remove.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [serialize](serialize.md)| [jvm]
Content
fun [serialize](serialize.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [set](set.md)| [jvm]
Brief description


This method sets some value at the position of the given key. The dataType of the given value must be specified.


Content
operator fun <[T](set.md)> [set](set.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), dataType: [NBTDataType](../-n-b-t-data-type/index.md)<[T](set.md)>, value: [T](set.md))


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [nbtTagCompound](index.md#net.axay.kspigot.data/NBTData/nbtTagCompound/#/PointingToDeclaration/)| [jvm] val [nbtTagCompound](index.md#net.axay.kspigot.data/NBTData/nbtTagCompound/#/PointingToDeclaration/): NBTTagCompound
+ diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/minus-assign.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/minus-assign.html deleted file mode 100644 index 7910f285..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/minus-assign.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - minusAssign - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

minusAssign

-
-

See also

remove - - -
- -Link copied to clipboard

-
- -
-
operator fun minusAssign(key: String) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/minus-assign.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/minus-assign.md new file mode 100644 index 00000000..94651f85 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/minus-assign.md @@ -0,0 +1,26 @@ +--- +title: minusAssign - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTData](index.md)/[minusAssign](minus-assign.md) + + + +# minusAssign +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [remove](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/index.html)|



+ + +Content +operator fun [minusAssign](minus-assign.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/remove.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/remove.html deleted file mode 100644 index 93210246..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/remove.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - remove - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

remove

-
-

This method removes the given key from the NBTTagCompound. Its value will be lost.

-
- -
-
fun remove(key: String) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/remove.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/remove.md new file mode 100644 index 00000000..6c9772cb --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/remove.md @@ -0,0 +1,20 @@ +--- +title: remove - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTData](index.md)/[remove](remove.md) + + + +# remove +[jvm] +Brief description + + +This method removes the given key from the NBTTagCompound. Its value will be lost. + + +Content +fun [remove](remove.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/serialize.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/serialize.html deleted file mode 100644 index c5660a79..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/serialize.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - serialize - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

serialize

-
-
-
- -
-
fun serialize(): String - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/serialize.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/serialize.md new file mode 100644 index 00000000..639603de --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/serialize.md @@ -0,0 +1,14 @@ +--- +title: serialize - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTData](index.md)/[serialize](serialize.md) + + + +# serialize +[jvm] +Content +fun [serialize](serialize.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/set.html b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/set.html deleted file mode 100644 index ff363b17..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/set.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - set - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

set

-
-

This method sets some value at the position of the given key. The dataType of the given value must be specified.

-
- -
-
operator fun <T> set(key: String, dataType: NBTDataType<T>, value: T) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/set.md b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/set.md new file mode 100644 index 00000000..2875b3da --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/set.md @@ -0,0 +1,20 @@ +--- +title: set - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.data](../index.md)/[NBTData](index.md)/[set](set.md) + + + +# set +[jvm] +Brief description + + +This method sets some value at the position of the given key. The dataType of the given value must be specified. + + +Content +operator fun <[T](set.md)> [set](set.md)(key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), dataType: [NBTDataType](../-n-b-t-data-type/index.md)<[T](set.md)>, value: [T](set.md)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.data/index.html b/docs/-k-spigot/net.axay.kspigot.data/index.html deleted file mode 100644 index 350fa5e4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.data/index.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - net.axay.kspigot.data - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.data

-
-
-
-
-

Types

-
-
-
NBTData - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class NBTData - -
-
-
-
-
-
- -
-
NBTDataType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface NBTDataType<T> - -
-
-
-
-
-
-
-

Properties

-
-
-
nbtData - - - -
- -Link copied to clipboard
-
-
-
-
-
var Entity.nbtData: NBTData - -
-
-
-
- -
-
nbtData - - - -
- -Link copied to clipboard
-
-
-
-
-
val ItemStack.nbtData: NBTData - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.data/index.md b/docs/-k-spigot/net.axay.kspigot.data/index.md new file mode 100644 index 00000000..c5692ab9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.data/index.md @@ -0,0 +1,25 @@ +--- +title: net.axay.kspigot.data - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.data](index.md) + + + +# Package net.axay.kspigot.data + + +## Types + +| Name| Summary| +|---|---| +| [NBTData](-n-b-t-data/index.md)| [jvm]
Content
class [NBTData](-n-b-t-data/index.md)


+| [NBTDataType](-n-b-t-data-type/index.md)| [jvm]
Content
interface [NBTDataType](-n-b-t-data-type/index.md)<[T](-n-b-t-data-type/index.md)>


+ + +## Properties + +| Name| Summary| +|---|---| +| [nbtData](index.md#net.axay.kspigot.data//nbtData/org.bukkit.entity.Entity#/PointingToDeclaration/)| [jvm] var Entity.[nbtData](index.md#net.axay.kspigot.data//nbtData/org.bukkit.entity.Entity#/PointingToDeclaration/): [NBTData](-n-b-t-data/index.md)
+| [nbtData](index.md#net.axay.kspigot.data//nbtData/org.bukkit.inventory.ItemStack#/PointingToDeclaration/)| [jvm] val ItemStack.[nbtData](index.md#net.axay.kspigot.data//nbtData/org.bukkit.inventory.ItemStack#/PointingToDeclaration/): [NBTData](-n-b-t-data/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.event/-single-listener/index.html b/docs/-k-spigot/net.axay.kspigot.event/-single-listener/index.html deleted file mode 100644 index 11141d79..00000000 --- a/docs/-k-spigot/net.axay.kspigot.event/-single-listener/index.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - SingleListener - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SingleListener

-

This class represents a Listener with only one event to listen to.

interface SingleListener<T : Event> : Listener - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
onEvent - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun onEvent(event: T) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Extensions

-
-
-
register - - - -
- -Link copied to clipboard
-
-
-
-

Registers the SingleListener with its event listener.

-
- -
-
inline fun <T : Event> SingleListener<T>.register(plugin: Plugin, priority: EventPriority, ignoreCancelled: Boolean) - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.event/-single-listener/index.md b/docs/-k-spigot/net.axay.kspigot.event/-single-listener/index.md new file mode 100644 index 00000000..51f7b07d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.event/-single-listener/index.md @@ -0,0 +1,31 @@ +--- +title: SingleListener - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.event](../index.md)/[SingleListener](index.md) + + + +# SingleListener + [jvm] + +This class represents a Listener with only one event to listen to. + +interface [SingleListener](index.md)<[T](index.md) : Event> : Listener + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onEvent](on-event.md)| [jvm]
Content
abstract fun [onEvent](on-event.md)(event: [T](index.md))


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Extensions + +| Name| Summary| +|---|---| +| [register](../register.md)| [jvm]
Brief description


Registers the [SingleListener](index.md) with its event listener.


Content
inline fun <[T](../register.md) : Event> [SingleListener](index.md)<[T](../register.md)>.[register](../register.md)(priority: EventPriority, ignoreCancelled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+ diff --git a/docs/-k-spigot/net.axay.kspigot.event/-single-listener/on-event.html b/docs/-k-spigot/net.axay.kspigot.event/-single-listener/on-event.html deleted file mode 100644 index 516b3d98..00000000 --- a/docs/-k-spigot/net.axay.kspigot.event/-single-listener/on-event.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - onEvent - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

onEvent

-
-
-
- -
-
abstract fun onEvent(event: T) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.event/-single-listener/on-event.md b/docs/-k-spigot/net.axay.kspigot.event/-single-listener/on-event.md new file mode 100644 index 00000000..bb7a3f00 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.event/-single-listener/on-event.md @@ -0,0 +1,14 @@ +--- +title: onEvent - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.event](../index.md)/[SingleListener](index.md)/[onEvent](on-event.md) + + + +# onEvent +[jvm] +Content +abstract fun [onEvent](on-event.md)(event: [T](index.md)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.event/index.html b/docs/-k-spigot/net.axay.kspigot.event/index.html deleted file mode 100644 index 4ce8095a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.event/index.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - net.axay.kspigot.event - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.event

-
-
-
-
-

Types

-
-
-
SingleListener - - - -
- -Link copied to clipboard
-
-
-
-

This class represents a Listener with only one event to listen to.

-
- -
-
interface SingleListener<T : Event> : Listener - -
-
-
-
-
-
-
-

Functions

-
-
-
listen - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun <T : Event> Plugin.listen(priority: EventPriority, ignoreCancelled: Boolean, crossinline onEvent: (T) -> Unit): SingleListener<T> - -
-
-
-
-
-
- -
-
register - - - -
- -Link copied to clipboard
-
-
-
-

Shortcut for registering this listener on the given plugin.

-
- -
-
fun Listener.register(plugin: Plugin) - -
-
-
-

Registers the SingleListener with its event listener.

-
- -
-
inline fun <T : Event> SingleListener<T>.register(plugin: Plugin, priority: EventPriority, ignoreCancelled: Boolean) - -
-
-
-

Registers the event with a custom event executor.

-
- -
-
inline fun <T : Event> Listener.register(plugin: Plugin, priority: EventPriority, ignoreCancelled: Boolean, noinline executor: (Listener, Event) -> Unit) - -
-
-
-
-
-
- -
-
unregister - - - -
- -Link copied to clipboard
-
-
-
-

Shortcut for unregistering all events in this listener.

-
- -
-
fun Listener.unregister() - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.event/index.md b/docs/-k-spigot/net.axay.kspigot.event/index.md new file mode 100644 index 00000000..e7176584 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.event/index.md @@ -0,0 +1,25 @@ +--- +title: net.axay.kspigot.event - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.event](index.md) + + + +# Package net.axay.kspigot.event + + +## Types + +| Name| Summary| +|---|---| +| [SingleListener](-single-listener/index.md)| [jvm]
Brief description


This class represents a Listener with only one event to listen to.


Content
interface [SingleListener](-single-listener/index.md)<[T](-single-listener/index.md) : Event> : Listener


+ + +## Functions + +| Name| Summary| +|---|---| +| [listen](listen.md)| [jvm]
Content
inline fun <[T](listen.md) : Event> [listen](listen.md)(priority: EventPriority, ignoreCancelled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), crossinline onEvent: ([T](listen.md)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [SingleListener](-single-listener/index.md)<[T](listen.md)>


+| [register](register.md)| [jvm]
Brief description


Shortcut for registering this listener on the given plugin.


Content
fun Listener.[register](register.md)()


[jvm]
Brief description


Registers the [SingleListener](-single-listener/index.md) with its event listener.


Content
inline fun <[T](register.md) : Event> [SingleListener](-single-listener/index.md)<[T](register.md)>.[register](register.md)(priority: EventPriority, ignoreCancelled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


[jvm]
Brief description


Registers the event with a custom event executor.


Content
inline fun <[T](register.md) : Event> Listener.[register](register.md)(priority: EventPriority, ignoreCancelled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), noinline executor: (Listener, Event) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [unregister](unregister.md)| [jvm]
Brief description


Shortcut for unregistering all events in this listener.


Content
fun Listener.[unregister](unregister.md)()


+ diff --git a/docs/-k-spigot/net.axay.kspigot.event/listen.html b/docs/-k-spigot/net.axay.kspigot.event/listen.html deleted file mode 100644 index 4dab5e23..00000000 --- a/docs/-k-spigot/net.axay.kspigot.event/listen.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - listen - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

listen

-
-

Parameters

ignoreCancelled

if manual cancellation should be ignored

onEvent

the event callback

priority

the priority when multiple listeners handle this event

T

the type of event to listen to

-
- -
-
inline fun <T : Event> Plugin.listen(priority: EventPriority, ignoreCancelled: Boolean, crossinline onEvent: (T) -> Unit): SingleListener<T> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.event/listen.md b/docs/-k-spigot/net.axay.kspigot.event/listen.md new file mode 100644 index 00000000..d665d1a8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.event/listen.md @@ -0,0 +1,29 @@ +--- +title: listen - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.event](index.md)/[listen](listen.md) + + + +# listen +[jvm] +Brief description + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| ignoreCancelled|

if manual cancellation should be ignored

+| onEvent|

the event callback

+| priority|

the priority when multiple listeners handle this event

+| T|

the type of event to listen to

+ + +Content +inline fun <[T](listen.md) : Event> [listen](listen.md)(priority: EventPriority, ignoreCancelled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), crossinline onEvent: ([T](listen.md)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [SingleListener](-single-listener/index.md)<[T](listen.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.event/register.html b/docs/-k-spigot/net.axay.kspigot.event/register.html deleted file mode 100644 index 0ae63eac..00000000 --- a/docs/-k-spigot/net.axay.kspigot.event/register.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - register - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

register

-
-

Shortcut for registering this listener on the given plugin.

-
- -
-
fun Listener.register(plugin: Plugin) - -
-
-
-

Registers the event with a custom event executor.

Parameters

executor

handles incoming events

ignoreCancelled

if manual cancellation should be ignored

priority

the priority when multiple listeners handle this event

T

the type of event

-
- -
-
inline fun <T : Event> Listener.register(plugin: Plugin, priority: EventPriority, ignoreCancelled: Boolean, noinline executor: (Listener, Event) -> Unit) - -
-
-
-

Registers the SingleListener with its event listener.

Parameters

ignoreCancelled

if manual cancellation should be ignored

priority

the priority when multiple listeners handle this event

-
- -
-
inline fun <T : Event> SingleListener<T>.register(plugin: Plugin, priority: EventPriority, ignoreCancelled: Boolean) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.event/register.md b/docs/-k-spigot/net.axay.kspigot.event/register.md new file mode 100644 index 00000000..61489bea --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.event/register.md @@ -0,0 +1,66 @@ +--- +title: register - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.event](index.md)/[register](register.md) + + + +# register +[jvm] +Brief description + + +Shortcut for registering this listener on the given plugin. + + +Content +fun Listener.[register](register.md)() + + +[jvm] +Brief description + + +Registers the event with a custom event executor. + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| executor|

handles incoming events

+| ignoreCancelled|

if manual cancellation should be ignored

+| priority|

the priority when multiple listeners handle this event

+| T|

the type of event

+ + +Content +inline fun <[T](register.md) : Event> Listener.[register](register.md)(priority: EventPriority, ignoreCancelled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), noinline executor: (Listener, Event) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + +[jvm] +Brief description + + +Registers the [SingleListener](-single-listener/index.md) with its event listener. + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| ignoreCancelled|

if manual cancellation should be ignored

+| priority|

the priority when multiple listeners handle this event

+ + +Content +inline fun <[T](register.md) : Event> [SingleListener](-single-listener/index.md)<[T](register.md)>.[register](register.md)(priority: EventPriority, ignoreCancelled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.event/unregister.html b/docs/-k-spigot/net.axay.kspigot.event/unregister.html deleted file mode 100644 index f811a659..00000000 --- a/docs/-k-spigot/net.axay.kspigot.event/unregister.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - unregister - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

unregister

-
-

Shortcut for unregistering all events in this listener.

-
- -
-
fun Listener.unregister() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.event/unregister.md b/docs/-k-spigot/net.axay.kspigot.event/unregister.md new file mode 100644 index 00000000..3a9c745f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.event/unregister.md @@ -0,0 +1,20 @@ +--- +title: unregister - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.event](index.md)/[unregister](unregister.md) + + + +# unregister +[jvm] +Brief description + + +Shortcut for unregistering all events in this listener. + + +Content +fun Listener.[unregister](unregister.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/appear.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/appear.html deleted file mode 100644 index 638efacb..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/appear.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - appear - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

appear

-
-

Shows the player for all onlinePlayers.

-
- -
-
fun Player.appear(plugin: Plugin) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/appear.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/appear.md new file mode 100644 index 00000000..e01d8880 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/appear.md @@ -0,0 +1,20 @@ +--- +title: appear - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[appear](appear.md) + + + +# appear +[jvm] +Brief description + + +Shows the player for all [onlinePlayers](../net.axay.kspigot.extensions/index.md#net.axay.kspigot.extensions//onlinePlayers/#/PointingToDeclaration/). + + +Content +fun Player.[appear](appear.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/disappear.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/disappear.html deleted file mode 100644 index 9256a4d5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/disappear.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - disappear - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

disappear

-
-

Hides the player for all onlinePlayers.

-
- -
-
fun Player.disappear(plugin: Plugin) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/disappear.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/disappear.md new file mode 100644 index 00000000..df8463d5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/disappear.md @@ -0,0 +1,20 @@ +--- +title: disappear - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[disappear](disappear.md) + + + +# disappear +[jvm] +Brief description + + +Hides the player for all [onlinePlayers](../net.axay.kspigot.extensions/index.md#net.axay.kspigot.extensions//onlinePlayers/#/PointingToDeclaration/). + + +Content +fun Player.[disappear](disappear.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/error.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/error.md new file mode 100644 index 00000000..a0bdc868 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/error.md @@ -0,0 +1,26 @@ +--- +title: error - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[error](error.md) + + + +# error +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [printColoredPrefix](print-colored-prefix.md)|



+ + +Content +fun CommandSender.[error](error.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed-saturate.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed-saturate.html deleted file mode 100644 index 71be99c6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed-saturate.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - feedSaturate - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

feedSaturate

-
-

Feeds and saturates the player.

-
- -
-
fun Player.feedSaturate() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed-saturate.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed-saturate.md new file mode 100644 index 00000000..42d76cee --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed-saturate.md @@ -0,0 +1,20 @@ +--- +title: feedSaturate - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[feedSaturate](feed-saturate.md) + + + +# feedSaturate +[jvm] +Brief description + + +Feeds and saturates the player. + + +Content +fun Player.[feedSaturate](feed-saturate.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed.html deleted file mode 100644 index 5be6ba75..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - feed - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

feed

-
-

Sets the players' foodLevel to the max possible value.

-
- -
-
fun Player.feed() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed.md new file mode 100644 index 00000000..6fa18374 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/feed.md @@ -0,0 +1,20 @@ +--- +title: feed - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[feed](feed.md) + + + +# feed +[jvm] +Brief description + + +Sets the players' foodLevel to the max possible value. + + +Content +fun Player.[feed](feed.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/get-hand-item.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/get-hand-item.md new file mode 100644 index 00000000..1e12daa5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/get-hand-item.md @@ -0,0 +1,20 @@ +--- +title: getHandItem - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[getHandItem](get-hand-item.md) + + + +# getHandItem +[jvm] +Brief description + + +Returns the itemInHand of the given EquipmentSlot if it is an hand slot. + + +Content +fun Player.[getHandItem](get-hand-item.md)(hand: EquipmentSlot?): ItemStack? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/heal.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/heal.html deleted file mode 100644 index 37606e6f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/heal.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - heal - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

heal

-
-

Sets the entities' health to the max possible value.

-
- -
-
fun LivingEntity.heal() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/heal.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/heal.md new file mode 100644 index 00000000..abe97335 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/heal.md @@ -0,0 +1,20 @@ +--- +title: heal - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[heal](heal.md) + + + +# heal +[jvm] +Brief description + + +Sets the entities' health to the max possible value. + + +Content +fun LivingEntity.[heal](heal.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/index.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/index.html deleted file mode 100644 index 3dfb3211..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/index.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - net.axay.kspigot.extensions.bukkit - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.extensions.bukkit

-
-
-
-
-

Functions

-
-
-
appear - - - -
- -Link copied to clipboard
-
-
-
-

Shows the player for all onlinePlayers.

-
- -
-
fun Player.appear(plugin: Plugin) - -
-
-
-
-
-
- -
-
disappear - - - -
- -Link copied to clipboard
-
-
-
-

Hides the player for all onlinePlayers.

-
- -
-
fun Player.disappear(plugin: Plugin) - -
-
-
-
-
-
- -
-
feed - - - -
- -Link copied to clipboard
-
-
-
-

Sets the players' foodLevel to the max possible value.

-
- -
-
fun Player.feed() - -
-
-
-
-
-
- -
-
feedSaturate - - - -
- -Link copied to clipboard
-
-
-
-

Feeds and saturates the player.

-
- -
-
fun Player.feedSaturate() - -
-
-
-
-
-
- -
-
heal - - - -
- -Link copied to clipboard
-
-
-
-

Sets the entities' health to the max possible value.

-
- -
-
fun LivingEntity.heal() - -
-
-
-
-
-
- -
-
kick - - - -
- -Link copied to clipboard
-
-
-
-

Kicks the player from the server.

-
- -
-
fun Player.kick(reason: String?) - -
-
-
-
-
-
- -
-
kill - - - -
- -Link copied to clipboard
-
-
-
-

Kills the damageable.

-
- -
-
fun Damageable.kill() - -
-
-
-
-
-
- -
-
saturate - - - -
- -Link copied to clipboard
-
-
-
-

Sets the players' saturation to the current max possible value.

-
- -
-
fun Player.saturate() - -
-
-
-
-
-
- -
-
spawnCleanEntity - - - -
- -Link copied to clipboard
-
-
-
-

Spawns an entity without any variations in color, type etc...

-
- -
-
fun Location.spawnCleanEntity(entityType: EntityType): Entity? - -
-
-
-
-
-
-
-

Properties

-
-
-
isDamageable - - - -
- -Link copied to clipboard
-
-
-
-
-

val GameMode.isDamageable: Boolean - -
-
-
-
- -
-
isFeetInWater - - - -
- -Link copied to clipboard
-
-
-
-
-

Checks if the entities' feet are in water.

val Entity.isFeetInWater: Boolean - -
-
-
-
- -
-
isGroundSolid - - - -
- -Link copied to clipboard
-
-
-
-
-

Checks if the entity stands on solid ground.

val Entity.isGroundSolid: Boolean - -
-
-
-
- -
-
isHeadInWater - - - -
- -Link copied to clipboard
-
-
-
-
-

Checks if the entities' head is in water.

val LivingEntity.isHeadInWater: Boolean - -
-
-
-
- -
-
isInWater - - - -
- -Link copied to clipboard
-
-
-
-
-

Checks if the entity is completely in water.

val LivingEntity.isInWater: Boolean - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/index.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/index.md new file mode 100644 index 00000000..eca73584 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/index.md @@ -0,0 +1,43 @@ +--- +title: net.axay.kspigot.extensions.bukkit - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md) + + + +# Package net.axay.kspigot.extensions.bukkit + + +## Functions + +| Name| Summary| +|---|---| +| [appear](appear.md)| [jvm]
Brief description


Shows the player for all [onlinePlayers](../net.axay.kspigot.extensions/index.md#net.axay.kspigot.extensions//onlinePlayers/#/PointingToDeclaration/).


Content
fun Player.[appear](appear.md)()


+| [disappear](disappear.md)| [jvm]
Brief description


Hides the player for all [onlinePlayers](../net.axay.kspigot.extensions/index.md#net.axay.kspigot.extensions//onlinePlayers/#/PointingToDeclaration/).


Content
fun Player.[disappear](disappear.md)()


+| [error](error.md)| [jvm]
Content
fun CommandSender.[error](error.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?)


+| [feed](feed.md)| [jvm]
Brief description


Sets the players' foodLevel to the max possible value.


Content
fun Player.[feed](feed.md)()


+| [feedSaturate](feed-saturate.md)| [jvm]
Brief description


Feeds and saturates the player.


Content
fun Player.[feedSaturate](feed-saturate.md)()


+| [getHandItem](get-hand-item.md)| [jvm]
Brief description


Returns the itemInHand of the given EquipmentSlot if it is an hand slot.


Content
fun Player.[getHandItem](get-hand-item.md)(hand: EquipmentSlot?): ItemStack?


+| [heal](heal.md)| [jvm]
Brief description


Sets the entities' health to the max possible value.


Content
fun LivingEntity.[heal](heal.md)()


+| [info](info.md)| [jvm]
Content
fun CommandSender.[info](info.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?)


+| [kick](kick.md)| [jvm]
Brief description


Kicks the player from the server.


Content
fun Player.[kick](kick.md)(reason: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+| [kill](kill.md)| [jvm]
Brief description


Kills the damageable.


Content
fun Damageable.[kill](kill.md)()


+| [print](print.md)| [jvm]
Content
fun CommandSender.[print](print.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?)


+| [printColoredPrefix](print-colored-prefix.md)| [jvm]
Brief description


Sends the given message and adds the given prefix with the given color to it.


Content
fun CommandSender.[printColoredPrefix](print-colored-prefix.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), textColor: ChatColor, prefix: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), prefixColor: ChatColor)


+| [saturate](saturate.md)| [jvm]
Brief description


Sets the players' saturation to the current max possible value.


Content
fun Player.[saturate](saturate.md)()


+| [spawnCleanEntity](spawn-clean-entity.md)| [jvm]
Brief description


Spawns an entity without any variations in color, type etc...


Content
fun Location.[spawnCleanEntity](spawn-clean-entity.md)(entityType: EntityType): Entity?


+| [success](success.md)| [jvm]
Content
fun CommandSender.[success](success.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?)


+| [title](title.md)| [jvm]
Content
fun Player.[title](title.md)(mainText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, subText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, fadeIn: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), stay: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), fadeOut: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


+| [warn](warn.md)| [jvm]
Content
fun CommandSender.[warn](warn.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?)


+ + +## Properties + +| Name| Summary| +|---|---| +| [isDamageable](index.md#net.axay.kspigot.extensions.bukkit//isDamageable/org.bukkit.GameMode#/PointingToDeclaration/)| [jvm]



val GameMode.[isDamageable](index.md#net.axay.kspigot.extensions.bukkit//isDamageable/org.bukkit.GameMode#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [isFeetInWater](index.md#net.axay.kspigot.extensions.bukkit//isFeetInWater/org.bukkit.entity.Entity#/PointingToDeclaration/)| [jvm]

Checks if the entities' feet are in water.

val Entity.[isFeetInWater](index.md#net.axay.kspigot.extensions.bukkit//isFeetInWater/org.bukkit.entity.Entity#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [isGroundSolid](index.md#net.axay.kspigot.extensions.bukkit//isGroundSolid/org.bukkit.entity.Entity#/PointingToDeclaration/)| [jvm]

Checks if the entity stands on solid ground.

val Entity.[isGroundSolid](index.md#net.axay.kspigot.extensions.bukkit//isGroundSolid/org.bukkit.entity.Entity#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [isHeadInWater](index.md#net.axay.kspigot.extensions.bukkit//isHeadInWater/org.bukkit.entity.LivingEntity#/PointingToDeclaration/)| [jvm]

Checks if the entities' head is in water.

val LivingEntity.[isHeadInWater](index.md#net.axay.kspigot.extensions.bukkit//isHeadInWater/org.bukkit.entity.LivingEntity#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [isInWater](index.md#net.axay.kspigot.extensions.bukkit//isInWater/org.bukkit.entity.LivingEntity#/PointingToDeclaration/)| [jvm]

Checks if the entity is completely in water.

val LivingEntity.[isInWater](index.md#net.axay.kspigot.extensions.bukkit//isInWater/org.bukkit.entity.LivingEntity#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/info.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/info.md new file mode 100644 index 00000000..cb233db9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/info.md @@ -0,0 +1,26 @@ +--- +title: info - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[info](info.md) + + + +# info +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [printColoredPrefix](print-colored-prefix.md)|



+ + +Content +fun CommandSender.[info](info.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kick.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kick.html deleted file mode 100644 index 932a88d1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kick.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - kick - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

kick

-
-

Kicks the player from the server.

-
- -
-
fun Player.kick(reason: String?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kick.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kick.md new file mode 100644 index 00000000..4bcce350 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kick.md @@ -0,0 +1,20 @@ +--- +title: kick - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[kick](kick.md) + + + +# kick +[jvm] +Brief description + + +Kicks the player from the server. + + +Content +fun Player.[kick](kick.md)(reason: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kill.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kill.html deleted file mode 100644 index fd0c4262..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kill.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - kill - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

kill

-
-

Kills the damageable.

-
- -
-
fun Damageable.kill() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kill.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kill.md new file mode 100644 index 00000000..f73cda2d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/kill.md @@ -0,0 +1,20 @@ +--- +title: kill - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[kill](kill.md) + + + +# kill +[jvm] +Brief description + + +Kills the damageable. + + +Content +fun Damageable.[kill](kill.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/print-colored-prefix.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/print-colored-prefix.md new file mode 100644 index 00000000..9b137e25 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/print-colored-prefix.md @@ -0,0 +1,20 @@ +--- +title: printColoredPrefix - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[printColoredPrefix](print-colored-prefix.md) + + + +# printColoredPrefix +[jvm] +Brief description + + +Sends the given message and adds the given prefix with the given color to it. + + +Content +fun CommandSender.[printColoredPrefix](print-colored-prefix.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), textColor: ChatColor, prefix: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), prefixColor: ChatColor) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/print.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/print.md new file mode 100644 index 00000000..b63d012d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/print.md @@ -0,0 +1,26 @@ +--- +title: print - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[print](print.md) + + + +# print +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [printColoredPrefix](print-colored-prefix.md)|



+ + +Content +fun CommandSender.[print](print.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/saturate.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/saturate.html deleted file mode 100644 index f36b9a1f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/saturate.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - saturate - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

saturate

-
-

Sets the players' saturation to the current max possible value.

-
- -
-
fun Player.saturate() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/saturate.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/saturate.md new file mode 100644 index 00000000..e0d86f25 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/saturate.md @@ -0,0 +1,20 @@ +--- +title: saturate - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[saturate](saturate.md) + + + +# saturate +[jvm] +Brief description + + +Sets the players' saturation to the current max possible value. + + +Content +fun Player.[saturate](saturate.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/spawn-clean-entity.html b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/spawn-clean-entity.html deleted file mode 100644 index 8dacbec7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/spawn-clean-entity.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - spawnCleanEntity - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

spawnCleanEntity

-
-

Spawns an entity without any variations in color, type etc...

-
- -
-
fun Location.spawnCleanEntity(entityType: EntityType): Entity? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/spawn-clean-entity.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/spawn-clean-entity.md new file mode 100644 index 00000000..a0f5010a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/spawn-clean-entity.md @@ -0,0 +1,20 @@ +--- +title: spawnCleanEntity - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[spawnCleanEntity](spawn-clean-entity.md) + + + +# spawnCleanEntity +[jvm] +Brief description + + +Spawns an entity without any variations in color, type etc... + + +Content +fun Location.[spawnCleanEntity](spawn-clean-entity.md)(entityType: EntityType): Entity? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/success.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/success.md new file mode 100644 index 00000000..de6fabc8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/success.md @@ -0,0 +1,26 @@ +--- +title: success - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[success](success.md) + + + +# success +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [printColoredPrefix](print-colored-prefix.md)|



+ + +Content +fun CommandSender.[success](success.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/title.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/title.md new file mode 100644 index 00000000..7679a7d7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/title.md @@ -0,0 +1,30 @@ +--- +title: title - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[title](title.md) + + + +# title +[jvm] +Brief description + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| fadeIn|

time in ticks for titles to fade in

+| fadeOut|

time in ticks for titles to fade out

+| mainText|

title text

+| stay|

time in ticks for titles to stay

+| subText|

subtitle text

+ + +Content +fun Player.[title](title.md)(mainText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, subText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, fadeIn: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), stay: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), fadeOut: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/warn.md b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/warn.md new file mode 100644 index 00000000..b2c88a8c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.bukkit/warn.md @@ -0,0 +1,26 @@ +--- +title: warn - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[warn](warn.md) + + + +# warn +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [printColoredPrefix](print-colored-prefix.md)|



+ + +Content +fun CommandSender.[warn](warn.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), plugin: Plugin?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.events/cancel.html b/docs/-k-spigot/net.axay.kspigot.extensions.events/cancel.html deleted file mode 100644 index 9ef05622..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.events/cancel.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - cancel - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

cancel

-
-

"Cancels" this event by setting the result to Material.AIR.

-
- -
-
fun PrepareItemCraftEvent.cancel() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.events/cancel.md b/docs/-k-spigot/net.axay.kspigot.extensions.events/cancel.md new file mode 100644 index 00000000..da3eb682 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.events/cancel.md @@ -0,0 +1,20 @@ +--- +title: cancel - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.events](index.md)/[cancel](cancel.md) + + + +# cancel +[jvm] +Brief description + + +"Cancels" this event by setting the result to Material.AIR. + + +Content +fun PrepareItemCraftEvent.[cancel](cancel.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.events/index.html b/docs/-k-spigot/net.axay.kspigot.extensions.events/index.html deleted file mode 100644 index c692f952..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.events/index.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - net.axay.kspigot.extensions.events - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.extensions.events

-
-
-
-
-

Functions

-
-
-
cancel - - - -
- -Link copied to clipboard
-
-
-
-

"Cancels" this event by setting the result to Material.AIR.

-
- -
-
fun PrepareItemCraftEvent.cancel() - -
-
-
-
-
-
-
-

Properties

-
-
-
clickedBlockExceptAir - - - -
- -Link copied to clipboard
-
-
-
-
-
val PlayerInteractEvent.clickedBlockExceptAir: Block? - -
-
-
-
- -
-
interactItem - - - -
- -Link copied to clipboard
-
-
-
-
-

Returns the item used in the interaction with the use of the EquipmentSlot returned by the value PlayerInteractEntityEvent.hand.

val PlayerInteractEntityEvent.interactItem: ItemStack? - -
-
-
-
- -
-
isCancelled - - - -
- -Link copied to clipboard
-
-
-
-
-

Checks if the event is "cancelled" by returning if the material of the result is equal to Material.AIR.

val PrepareItemCraftEvent.isCancelled: Boolean - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.events/index.md b/docs/-k-spigot/net.axay.kspigot.extensions.events/index.md new file mode 100644 index 00000000..075ccbb8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.events/index.md @@ -0,0 +1,25 @@ +--- +title: net.axay.kspigot.extensions.events - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.events](index.md) + + + +# Package net.axay.kspigot.extensions.events + + +## Functions + +| Name| Summary| +|---|---| +| [cancel](cancel.md)| [jvm]
Brief description


"Cancels" this event by setting the result to Material.AIR.


Content
fun PrepareItemCraftEvent.[cancel](cancel.md)()


+ + +## Properties + +| Name| Summary| +|---|---| +| [clickedBlockExceptAir](index.md#net.axay.kspigot.extensions.events//clickedBlockExceptAir/org.bukkit.event.player.PlayerInteractEvent#/PointingToDeclaration/)| [jvm] val PlayerInteractEvent.[clickedBlockExceptAir](index.md#net.axay.kspigot.extensions.events//clickedBlockExceptAir/org.bukkit.event.player.PlayerInteractEvent#/PointingToDeclaration/): Block?
+| [interactItem](index.md#net.axay.kspigot.extensions.events//interactItem/org.bukkit.event.player.PlayerInteractEntityEvent#/PointingToDeclaration/)| [jvm]

Returns the item used in the interaction with the use of the EquipmentSlot returned by the value PlayerInteractEntityEvent.hand.

val PlayerInteractEntityEvent.[interactItem](index.md#net.axay.kspigot.extensions.events//interactItem/org.bukkit.event.player.PlayerInteractEntityEvent#/PointingToDeclaration/): ItemStack?
+| [isCancelled](index.md#net.axay.kspigot.extensions.events//isCancelled/org.bukkit.event.inventory.PrepareItemCraftEvent#/PointingToDeclaration/)| [jvm]

Checks if the event is "cancelled" by returning if the material of the result is equal to Material.AIR.

val PrepareItemCraftEvent.[isCancelled](index.md#net.axay.kspigot.extensions.events//isCancelled/org.bukkit.event.inventory.PrepareItemCraftEvent#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/-location-area.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/-location-area.html deleted file mode 100644 index ae22ec66..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/-location-area.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - LocationArea - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

LocationArea

-
-
-
- -
-
fun LocationArea(loc1: Location, loc2: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/-location-area.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/-location-area.md new file mode 100644 index 00000000..111e8984 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/-location-area.md @@ -0,0 +1,14 @@ +--- +title: LocationArea - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[LocationArea](index.md)/[LocationArea](-location-area.md) + + + +# LocationArea +[jvm] +Content +fun [LocationArea](-location-area.md)(loc1: Location, loc2: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/index.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/index.html deleted file mode 100644 index 97126aa3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/index.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - LocationArea - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

LocationArea

-
class LocationArea(loc1: Location, loc2: Location) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
isInArea - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun isInArea(loc: Location, check3d: Boolean, tolerance: Int): Boolean - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
loc1 - - - -
- -Link copied to clipboard
-
-
-
-
-
var loc1: Location - -
-
-
-
- -
-
loc2 - - - -
- -Link copied to clipboard
-
-
-
-
-
var loc2: Location - -
-
-
-
- -
-
maxLoc - - - -
- -Link copied to clipboard
-
-
-
-
-
val maxLoc: Location - -
-
-
-
- -
-
minLoc - - - -
- -Link copied to clipboard
-
-
-
-
-
val minLoc: Location - -
-
-
-
- -
-
simpleLocationPair - - - -
- -Link copied to clipboard
-
-
-
-
-
var simpleLocationPair: SimpleLocationPair - -
-
-
-
- -
-
touchedChunks - - - -
- -Link copied to clipboard
-
-
-
-
-
val touchedChunks: Set<Chunk> - -
-
-
-
- -
-
world - - - -
- -Link copied to clipboard
-
-
-
-
-
val world: World - -
-
-
-
-
-

Extensions

-
-
-
entities - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
val LocationArea.entities: Set<Entity> - -
-
-
-
-
-
- -
-
fillBlocks - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
val LocationArea.fillBlocks: Set<Block> - -
-
-
-
-
-
- -
-
loadStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun LocationArea.loadStructure(includeBlocks: Boolean, includeEntities: Boolean): Structure - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/index.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/index.md new file mode 100644 index 00000000..d1052b31 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/index.md @@ -0,0 +1,42 @@ +--- +title: LocationArea - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[LocationArea](index.md) + + + +# LocationArea + [jvm] class [LocationArea](index.md)(**loc1**: Location, **loc2**: Location) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [isInArea](is-in-area.md)| [jvm]
Content
fun [isInArea](is-in-area.md)(loc: Location, check3d: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), tolerance: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [loc1](index.md#net.axay.kspigot.extensions.geometry/LocationArea/loc1/#/PointingToDeclaration/)| [jvm] var [loc1](index.md#net.axay.kspigot.extensions.geometry/LocationArea/loc1/#/PointingToDeclaration/): Location
+| [loc2](index.md#net.axay.kspigot.extensions.geometry/LocationArea/loc2/#/PointingToDeclaration/)| [jvm] var [loc2](index.md#net.axay.kspigot.extensions.geometry/LocationArea/loc2/#/PointingToDeclaration/): Location
+| [maxLoc](index.md#net.axay.kspigot.extensions.geometry/LocationArea/maxLoc/#/PointingToDeclaration/)| [jvm] val [maxLoc](index.md#net.axay.kspigot.extensions.geometry/LocationArea/maxLoc/#/PointingToDeclaration/): Location
+| [minLoc](index.md#net.axay.kspigot.extensions.geometry/LocationArea/minLoc/#/PointingToDeclaration/)| [jvm] val [minLoc](index.md#net.axay.kspigot.extensions.geometry/LocationArea/minLoc/#/PointingToDeclaration/): Location
+| [simpleLocationPair](index.md#net.axay.kspigot.extensions.geometry/LocationArea/simpleLocationPair/#/PointingToDeclaration/)| [jvm] var [simpleLocationPair](index.md#net.axay.kspigot.extensions.geometry/LocationArea/simpleLocationPair/#/PointingToDeclaration/): [SimpleLocationPair](../-simple-location-pair/index.md)
+| [touchedChunks](index.md#net.axay.kspigot.extensions.geometry/LocationArea/touchedChunks/#/PointingToDeclaration/)| [jvm] val [touchedChunks](index.md#net.axay.kspigot.extensions.geometry/LocationArea/touchedChunks/#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)
+| [world](index.md#net.axay.kspigot.extensions.geometry/LocationArea/world/#/PointingToDeclaration/)| [jvm] val [world](index.md#net.axay.kspigot.extensions.geometry/LocationArea/world/#/PointingToDeclaration/): World
+ + +## Extensions + +| Name| Summary| +|---|---| +| [entities](../../net.axay.kspigot.structures/index.md#net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/)| [jvm]
Content
val [LocationArea](index.md).[entities](../../net.axay.kspigot.structures/index.md#net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)


+| [fillBlocks](../../net.axay.kspigot.structures/index.md#net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/)| [jvm]
Content
val [LocationArea](index.md).[fillBlocks](../../net.axay.kspigot.structures/index.md#net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)


+| [loadStructure](../../net.axay.kspigot.structures/load-structure.md)| [jvm]
Content
fun [LocationArea](index.md).[loadStructure](../../net.axay.kspigot.structures/load-structure.md)(includeBlocks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), includeEntities: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](../../net.axay.kspigot.structures/-structure/index.md)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/is-in-area.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/is-in-area.html deleted file mode 100644 index 54aa2707..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/is-in-area.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - isInArea - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

isInArea

-
-
-
- -
-
fun isInArea(loc: Location, check3d: Boolean, tolerance: Int): Boolean - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/is-in-area.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/is-in-area.md new file mode 100644 index 00000000..94d77ec7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-location-area/is-in-area.md @@ -0,0 +1,14 @@ +--- +title: isInArea - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[LocationArea](index.md)/[isInArea](is-in-area.md) + + + +# isInArea +[jvm] +Content +fun [isInArea](is-in-area.md)(loc: Location, check3d: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), tolerance: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/-simple-chunk-location.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/-simple-chunk-location.html deleted file mode 100644 index 838ffb18..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/-simple-chunk-location.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - SimpleChunkLocation - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SimpleChunkLocation

-
-
-
- -
-
fun SimpleChunkLocation(x: Int, z: Int) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/-simple-chunk-location.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/-simple-chunk-location.md new file mode 100644 index 00000000..306a0c50 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/-simple-chunk-location.md @@ -0,0 +1,14 @@ +--- +title: SimpleChunkLocation - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)/[SimpleChunkLocation](-simple-chunk-location.md) + + + +# SimpleChunkLocation +[jvm] +Content +fun [SimpleChunkLocation](-simple-chunk-location.md)(x: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), z: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component1.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component1.html deleted file mode 100644 index a189f98b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component1.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component1.md new file mode 100644 index 00000000..1dec481f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component2.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component2.html deleted file mode 100644 index daae242c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component2.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component2.md new file mode 100644 index 00000000..1da7aa8a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/copy.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/copy.html deleted file mode 100644 index 0d58009a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(x: Int, z: Int): SimpleChunkLocation - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/copy.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/copy.md new file mode 100644 index 00000000..3f7a81d3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(x: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), z: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [SimpleChunkLocation](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/index.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/index.html deleted file mode 100644 index 18a53390..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/index.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - SimpleChunkLocation - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SimpleChunkLocation

-
data class SimpleChunkLocation(x: Int, z: Int) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Int - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): Int - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(x: Int, z: Int): SimpleChunkLocation - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
x - - - -
- -Link copied to clipboard
-
-
-
-
-
val x: Int - -
-
-
-
- -
-
z - - - -
- -Link copied to clipboard
-
-
-
-
-
val z: Int - -
-
-
-
-
-

Extensions

-
-
-
withWorld - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun SimpleChunkLocation.withWorld(world: World): Chunk - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/index.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/index.md new file mode 100644 index 00000000..4e259027 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-chunk-location/index.md @@ -0,0 +1,37 @@ +--- +title: SimpleChunkLocation - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleChunkLocation](index.md) + + + +# SimpleChunkLocation + [jvm] data class [SimpleChunkLocation](index.md)(**x**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **z**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(x: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), z: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [SimpleChunkLocation](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [x](index.md#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/x/#/PointingToDeclaration/)| [jvm] val [x](index.md#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/x/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [z](index.md#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/z/#/PointingToDeclaration/)| [jvm] val [z](index.md#net.axay.kspigot.extensions.geometry/SimpleChunkLocation/z/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ + +## Extensions + +| Name| Summary| +|---|---| +| [withWorld](../with-world.md)| [jvm]
Content
fun [SimpleChunkLocation](index.md).[withWorld](../with-world.md)(world: World): Chunk


+ diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/-simple-location-pair.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/-simple-location-pair.html deleted file mode 100644 index b5222f64..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/-simple-location-pair.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - SimpleLocationPair - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SimpleLocationPair

-
-
-
- -
-
fun SimpleLocationPair(loc1: Location, loc2: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/-simple-location-pair.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/-simple-location-pair.md new file mode 100644 index 00000000..48bc021c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/-simple-location-pair.md @@ -0,0 +1,14 @@ +--- +title: SimpleLocationPair - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocationPair](index.md)/[SimpleLocationPair](-simple-location-pair.md) + + + +# SimpleLocationPair +[jvm] +Content +fun [SimpleLocationPair](-simple-location-pair.md)(loc1: Location, loc2: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/index.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/index.html deleted file mode 100644 index 835287c8..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/index.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - SimpleLocationPair - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SimpleLocationPair

-
class SimpleLocationPair(loc1: Location, loc2: Location) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
isInArea - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun isInArea(loc: Location, check3d: Boolean, tolerance: Int): Boolean - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
maxSimpleLoc - - - -
- -Link copied to clipboard
-
-
-
-
-
val maxSimpleLoc: SimpleLocation3D - -
-
-
-
- -
-
minSimpleLoc - - - -
- -Link copied to clipboard
-
-
-
-
-
val minSimpleLoc: SimpleLocation3D - -
-
-
-
- -
-
touchedSimpleChunks - - - -
- -Link copied to clipboard
-
-
-
-
-
val touchedSimpleChunks: Set<SimpleChunkLocation> - -
-
-
-
- -
-
world - - - -
- -Link copied to clipboard
-
-
-
-
-
val world: World - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/index.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/index.md new file mode 100644 index 00000000..0e36a650 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/index.md @@ -0,0 +1,30 @@ +--- +title: SimpleLocationPair - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocationPair](index.md) + + + +# SimpleLocationPair + [jvm] class [SimpleLocationPair](index.md)(**loc1**: Location, **loc2**: Location) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [isInArea](is-in-area.md)| [jvm]
Content
fun [isInArea](is-in-area.md)(loc: Location, check3d: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), tolerance: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [maxSimpleLoc](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/maxSimpleLoc/#/PointingToDeclaration/)| [jvm] val [maxSimpleLoc](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/maxSimpleLoc/#/PointingToDeclaration/): [SimpleLocation3D](../-simple-location3-d/index.md)
+| [minSimpleLoc](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/minSimpleLoc/#/PointingToDeclaration/)| [jvm] val [minSimpleLoc](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/minSimpleLoc/#/PointingToDeclaration/): [SimpleLocation3D](../-simple-location3-d/index.md)
+| [touchedSimpleChunks](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/touchedSimpleChunks/#/PointingToDeclaration/)| [jvm] val [touchedSimpleChunks](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/touchedSimpleChunks/#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SimpleChunkLocation](../-simple-chunk-location/index.md)>
+| [world](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/world/#/PointingToDeclaration/)| [jvm] val [world](index.md#net.axay.kspigot.extensions.geometry/SimpleLocationPair/world/#/PointingToDeclaration/): World
+ diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/is-in-area.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/is-in-area.html deleted file mode 100644 index b693812c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/is-in-area.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - isInArea - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

isInArea

-
-
-
- -
-
fun isInArea(loc: Location, check3d: Boolean, tolerance: Int): Boolean - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/is-in-area.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/is-in-area.md new file mode 100644 index 00000000..e99da229 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location-pair/is-in-area.md @@ -0,0 +1,14 @@ +--- +title: isInArea - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocationPair](index.md)/[isInArea](is-in-area.md) + + + +# isInArea +[jvm] +Content +fun [isInArea](is-in-area.md)(loc: Location, check3d: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), tolerance: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/-simple-location2-d.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/-simple-location2-d.html deleted file mode 100644 index ddbf3f47..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/-simple-location2-d.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - SimpleLocation2D - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SimpleLocation2D

-
-
-
- -
-
fun SimpleLocation2D(x: Number, y: Number) - -
fun SimpleLocation2D(x: Double, y: Double) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/-simple-location2-d.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/-simple-location2-d.md new file mode 100644 index 00000000..8d2d3db1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/-simple-location2-d.md @@ -0,0 +1,15 @@ +--- +title: SimpleLocation2D - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)/[SimpleLocation2D](-simple-location2-d.md) + + + +# SimpleLocation2D +[jvm] +Content +fun [SimpleLocation2D](-simple-location2-d.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)) +fun [SimpleLocation2D](-simple-location2-d.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component1.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component1.html deleted file mode 100644 index e86e16fb..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Double - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component1.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component1.md new file mode 100644 index 00000000..e06120a5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component2.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component2.html deleted file mode 100644 index 166a3a2f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): Double - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component2.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component2.md new file mode 100644 index 00000000..1ac18d65 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/copy.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/copy.html deleted file mode 100644 index fb297296..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(x: Double, y: Double): SimpleLocation2D - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/copy.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/copy.md new file mode 100644 index 00000000..e8d06bc1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)): [SimpleLocation2D](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/index.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/index.html deleted file mode 100644 index c8975770..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/index.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - SimpleLocation2D - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SimpleLocation2D

-
data class SimpleLocation2D(x: Double, y: Double) - -
-
-
-
-
-

Constructors

-
-
-
SimpleLocation2D - - - -
- -Link copied to clipboard
-
-
-
-
-
fun SimpleLocation2D(x: Number, y: Number) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Double - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): Double - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(x: Double, y: Double): SimpleLocation2D - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
x - - - -
- -Link copied to clipboard
-
-
-
-
-
val x: Double - -
-
-
-
- -
-
y - - - -
- -Link copied to clipboard
-
-
-
-
-
val y: Double - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md new file mode 100644 index 00000000..e0d19c79 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md @@ -0,0 +1,37 @@ +--- +title: SimpleLocation2D - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation2D](index.md) + + + +# SimpleLocation2D + [jvm] data class [SimpleLocation2D](index.md)(**x**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **y**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) + + +## Constructors + +| Name| Summary| +|---|---| +| [SimpleLocation2D](-simple-location2-d.md)| [jvm] fun [SimpleLocation2D](-simple-location2-d.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html))
+ + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)): [SimpleLocation2D](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [x](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation2D/x/#/PointingToDeclaration/)| [jvm] val [x](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation2D/x/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
+| [y](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation2D/y/#/PointingToDeclaration/)| [jvm] val [y](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation2D/y/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/-simple-location3-d.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/-simple-location3-d.html deleted file mode 100644 index 4bd95c27..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/-simple-location3-d.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - SimpleLocation3D - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SimpleLocation3D

-
-
-
- -
-
fun SimpleLocation3D(x: Number, y: Number, z: Number) - -
fun SimpleLocation3D(x: Double, y: Double, z: Double) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/-simple-location3-d.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/-simple-location3-d.md new file mode 100644 index 00000000..e95587b5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/-simple-location3-d.md @@ -0,0 +1,15 @@ +--- +title: SimpleLocation3D - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[SimpleLocation3D](-simple-location3-d.md) + + + +# SimpleLocation3D +[jvm] +Content +fun [SimpleLocation3D](-simple-location3-d.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)) +fun [SimpleLocation3D](-simple-location3-d.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), z: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component1.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component1.html deleted file mode 100644 index 6030c12f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Double - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component1.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component1.md new file mode 100644 index 00000000..964e8692 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component2.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component2.html deleted file mode 100644 index 36ea2dbf..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): Double - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component2.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component2.md new file mode 100644 index 00000000..3436d998 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component3.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component3.html deleted file mode 100644 index fc40ef6c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component3.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component3 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component3

-
-
-
- -
-
operator fun component3(): Double - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component3.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component3.md new file mode 100644 index 00000000..09eedd0b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/component3.md @@ -0,0 +1,14 @@ +--- +title: component3 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[component3](component3.md) + + + +# component3 +[jvm] +Content +operator fun [component3](component3.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/copy.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/copy.html deleted file mode 100644 index de3c17fa..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(x: Double, y: Double, z: Double): SimpleLocation3D - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/copy.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/copy.md new file mode 100644 index 00000000..34bd8cba --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), z: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)): [SimpleLocation3D](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/index.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/index.html deleted file mode 100644 index ef8bb851..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/index.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - SimpleLocation3D - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SimpleLocation3D

-
data class SimpleLocation3D(x: Double, y: Double, z: Double) - -
-
-
-
-
-

Constructors

-
-
-
SimpleLocation3D - - - -
- -Link copied to clipboard
-
-
-
-
-
fun SimpleLocation3D(x: Number, y: Number, z: Number) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Double - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): Double - -
-
-
-
-
-
- -
-
component3 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component3(): Double - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(x: Double, y: Double, z: Double): SimpleLocation3D - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
chunk - - - -
- -Link copied to clipboard
-
-
-
-
-
val chunk: SimpleChunkLocation - -
-
-
-
- -
-
x - - - -
- -Link copied to clipboard
-
-
-
-
-
val x: Double - -
-
-
-
- -
-
y - - - -
- -Link copied to clipboard
-
-
-
-
-
val y: Double - -
-
-
-
- -
-
z - - - -
- -Link copied to clipboard
-
-
-
-
-
val z: Double - -
-
-
-
-
-

Extensions

-
-
-
toVector - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun SimpleLocation3D.toVector(): Vector - -
-
-
-
-
-
- -
-
withWorld - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun SimpleLocation3D.withWorld(world: World): Location - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/index.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/index.md new file mode 100644 index 00000000..7f24fad1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/-simple-location3-d/index.md @@ -0,0 +1,48 @@ +--- +title: SimpleLocation3D - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.extensions.geometry](../index.md)/[SimpleLocation3D](index.md) + + + +# SimpleLocation3D + [jvm] data class [SimpleLocation3D](index.md)(**x**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **y**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **z**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) + + +## Constructors + +| Name| Summary| +|---|---| +| [SimpleLocation3D](-simple-location3-d.md)| [jvm] fun [SimpleLocation3D](-simple-location3-d.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html))
+ + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)


+| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(x: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), y: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), z: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)): [SimpleLocation3D](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [chunk](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/chunk/#/PointingToDeclaration/)| [jvm] val [chunk](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/chunk/#/PointingToDeclaration/): [SimpleChunkLocation](../-simple-chunk-location/index.md)
+| [x](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/x/#/PointingToDeclaration/)| [jvm] val [x](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/x/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
+| [y](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/y/#/PointingToDeclaration/)| [jvm] val [y](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/y/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
+| [z](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/z/#/PointingToDeclaration/)| [jvm] val [z](index.md#net.axay.kspigot.extensions.geometry/SimpleLocation3D/z/#/PointingToDeclaration/): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)
+ + +## Extensions + +| Name| Summary| +|---|---| +| [toVector](../to-vector.md)| [jvm]
Content
fun [SimpleLocation3D](index.md).[toVector](../to-vector.md)(): Vector


+| [withWorld](../with-world.md)| [jvm]
Content
fun [SimpleLocation3D](index.md).[withWorld](../with-world.md)(world: World): Location


+ diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/add.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/add.html deleted file mode 100644 index 97f3f6e3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/add.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - add - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

add

-
-
-
- -
-
fun Location.add(x: Number, y: Number, z: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/add.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/add.md new file mode 100644 index 00000000..e6f5c7bd --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/add.md @@ -0,0 +1,14 @@ +--- +title: add - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[add](add.md) + + + +# add +[jvm] +Content +fun Location.[add](add.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-y.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-y.html deleted file mode 100644 index 7e605dcf..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-y.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - increaseXY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

increaseXY

-
-
-
- -
-
infix fun Location.increaseXY(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-y.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-y.md new file mode 100644 index 00000000..444dcb4f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-y.md @@ -0,0 +1,14 @@ +--- +title: increaseXY - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseXY](increase-x-y.md) + + + +# increaseXY +[jvm] +Content +infix fun Location.[increaseXY](increase-x-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-z.html deleted file mode 100644 index b9be40ca..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - increaseXZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

increaseXZ

-
-
-
- -
-
infix fun Location.increaseXZ(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-z.md new file mode 100644 index 00000000..40400e84 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x-z.md @@ -0,0 +1,14 @@ +--- +title: increaseXZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseXZ](increase-x-z.md) + + + +# increaseXZ +[jvm] +Content +infix fun Location.[increaseXZ](increase-x-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x.html deleted file mode 100644 index 4d8e9b3e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - increaseX - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

increaseX

-
-
-
- -
-
infix fun Location.increaseX(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x.md new file mode 100644 index 00000000..eae7070c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-x.md @@ -0,0 +1,14 @@ +--- +title: increaseX - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseX](increase-x.md) + + + +# increaseX +[jvm] +Content +infix fun Location.[increaseX](increase-x.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y-z.html deleted file mode 100644 index afa34dfd..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - increaseYZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

increaseYZ

-
-
-
- -
-
infix fun Location.increaseYZ(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y-z.md new file mode 100644 index 00000000..f3949e53 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y-z.md @@ -0,0 +1,14 @@ +--- +title: increaseYZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseYZ](increase-y-z.md) + + + +# increaseYZ +[jvm] +Content +infix fun Location.[increaseYZ](increase-y-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y.html deleted file mode 100644 index f84fec88..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - increaseY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

increaseY

-
-
-
- -
-
infix fun Location.increaseY(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y.md new file mode 100644 index 00000000..db9a6c1f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-y.md @@ -0,0 +1,14 @@ +--- +title: increaseY - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseY](increase-y.md) + + + +# increaseY +[jvm] +Content +infix fun Location.[increaseY](increase-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-z.html deleted file mode 100644 index 7e4a0c95..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - increaseZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

increaseZ

-
-
-
- -
-
infix fun Location.increaseZ(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-z.md new file mode 100644 index 00000000..ad08a94a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase-z.md @@ -0,0 +1,14 @@ +--- +title: increaseZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increaseZ](increase-z.md) + + + +# increaseZ +[jvm] +Content +infix fun Location.[increaseZ](increase-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase.html deleted file mode 100644 index 2fbe4091..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - increase - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

increase

-
-

LOCATION

-
- -
-
infix fun Location.increase(distance: Number): Location - -
-
-
-
-
- -
-
infix fun Location.increase(vec: Vector): Location - -
infix fun Location.increase(loc: Location): Location - -
infix fun Location.increase(loc: SimpleLocation3D): Location - -
infix fun Vector.increase(vec: Vector): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase.md new file mode 100644 index 00000000..a7665f06 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/increase.md @@ -0,0 +1,18 @@ +--- +title: increase - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[increase](increase.md) + + + +# increase +[jvm] +Content +infix fun Location.[increase](increase.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location +infix fun Location.[increase](increase.md)(vec: Vector): Location +infix fun Location.[increase](increase.md)(loc: Location): Location +infix fun Location.[increase](increase.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location +infix fun Vector.[increase](increase.md)(vec: Vector): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/index.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/index.html deleted file mode 100644 index f7277707..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/index.html +++ /dev/null @@ -1,1263 +0,0 @@ - - - - net.axay.kspigot.extensions.geometry - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.extensions.geometry

-
-
-
-
-

Types

-
-
-
LocationArea - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class LocationArea(loc1: Location, loc2: Location) - -
-
-
-
-
-
- -
-
SimpleChunkLocation - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class SimpleChunkLocation(x: Int, z: Int) - -
-
-
-
-
-
- -
-
SimpleLocation2D - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class SimpleLocation2D(x: Double, y: Double) - -
-
-
-
-
-
- -
-
SimpleLocation3D - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class SimpleLocation3D(x: Double, y: Double, z: Double) - -
-
-
-
-
-
- -
-
SimpleLocationPair - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class SimpleLocationPair(loc1: Location, loc2: Location) - -
-
-
-
-
-
-
-

Functions

-
-
-
add - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Location.add(x: Number, y: Number, z: Number): Location - -
-
-
-
-
-
- -
-
increase - - - -
- -Link copied to clipboard
-
-
-
-

LOCATION

-
- -
-
infix fun Location.increase(distance: Number): Location - -
-
-
-
-
- -
-
infix fun Location.increase(loc: SimpleLocation3D): Location - -
infix fun Location.increase(loc: Location): Location - -
infix fun Location.increase(vec: Vector): Location - -
infix fun Vector.increase(vec: Vector): Vector - -
-
-
-
-
-
- -
-
increaseX - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.increaseX(distance: Number): Location - -
-
-
-
-
-
- -
-
increaseXY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.increaseXY(distance: Number): Location - -
-
-
-
-
-
- -
-
increaseXZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.increaseXZ(distance: Number): Location - -
-
-
-
-
-
- -
-
increaseY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.increaseY(distance: Number): Location - -
-
-
-
-
-
- -
-
increaseYZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.increaseYZ(distance: Number): Location - -
-
-
-
-
-
- -
-
increaseZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.increaseZ(distance: Number): Location - -
-
-
-
-
-
- -
-
minus - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun Location.minus(loc: SimpleLocation3D): Location - -
operator fun Location.minus(loc: Location): Location - -
operator fun Location.minus(vec: Vector): Location - -
operator fun Vector.minus(vec: Vector): Vector - -
-
-
-
-
-
- -
-
minusAssign - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun Location.minusAssign(loc: SimpleLocation3D) - -
operator fun Location.minusAssign(loc: Location) - -
operator fun Location.minusAssign(vec: Vector) - -
operator fun Vector.minusAssign(vec: Vector) - -
-
-
-
-
-
- -
-
multiply - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Vector.multiply(num: Number): Vector - -
infix fun Vector.multiply(vec: Vector): Vector - -
-
-
-
-
-
- -
-
plus - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun Location.plus(loc: SimpleLocation3D): Location - -
operator fun Location.plus(loc: Location): Location - -
operator fun Location.plus(vec: Vector): Location - -
operator fun Vector.plus(vec: Vector): Vector - -
-
-
-
-
-
- -
-
plusAssign - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun Location.plusAssign(loc: SimpleLocation3D) - -
operator fun Location.plusAssign(loc: Location) - -
operator fun Location.plusAssign(vec: Vector) - -
operator fun Vector.plusAssign(vec: Vector) - -
-
-
-
-
-
- -
-
reduce - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.reduce(distance: Number): Location - -
infix fun Location.reduce(loc: SimpleLocation3D): Location - -
infix fun Location.reduce(loc: Location): Location - -
infix fun Location.reduce(vec: Vector): Location - -
infix fun Vector.reduce(vec: Vector): Vector - -
-
-
-
-
-
- -
-
reduceX - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.reduceX(distance: Number): Location - -
-
-
-
-
-
- -
-
reduceXY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.reduceXY(distance: Number): Location - -
-
-
-
-
-
- -
-
reduceXZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.reduceXZ(distance: Number): Location - -
-
-
-
-
-
- -
-
reduceY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.reduceY(distance: Number): Location - -
-
-
-
-
-
- -
-
reduceYZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.reduceYZ(distance: Number): Location - -
-
-
-
-
-
- -
-
reduceZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.reduceZ(distance: Number): Location - -
-
-
-
-
-
- -
-
relationTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
infix fun Location.relationTo(loc: Location): SimpleLocation3D - -
-
-
-
-
-
- -
-
substract - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Location.substract(x: Number, y: Number, z: Number): Location - -
-
-
-
-
-
- -
-
times - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun Vector.times(num: Number): Vector - -
operator fun Vector.times(vec: Vector): Vector - -
-
-
-
-
-
- -
-
timesAssign - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun Vector.timesAssign(num: Number) - -
operator fun Vector.timesAssign(vec: Vector) - -
-
-
-
-
-
- -
-
toSimple - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Chunk.toSimple(): SimpleChunkLocation - -
fun Location.toSimple(): SimpleLocation3D - -
-
-
-
-
-
- -
-
toSimpleLoc - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Vector.toSimpleLoc(): SimpleLocation3D - -
-
-
-
-
-
- -
-
toVector - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun SimpleLocation3D.toVector(): Vector - -
-
-
-
-
-
- -
-
vec - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun vec(x: Number, y: Number, z: Number): Vector - -
-
-
-
-
-
- -
-
vecX - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun vecX(x: Number): Vector - -
-
-
-
-
-
- -
-
vecXY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun vecXY(x: Number, y: Number): Vector - -
-
-
-
-
-
- -
-
vecXZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun vecXZ(x: Number, z: Number): Vector - -
-
-
-
-
-
- -
-
vecY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun vecY(y: Number): Vector - -
-
-
-
-
-
- -
-
vecYZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun vecYZ(y: Number, z: Number): Vector - -
-
-
-
-
-
- -
-
vecZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun vecZ(z: Number): Vector - -
-
-
-
-
-
- -
-
withWorld - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun SimpleChunkLocation.withWorld(world: World): Chunk - -
fun SimpleLocation3D.withWorld(world: World): Location - -
-
-
-
-
-
-
-

Properties

-
-
-
blockLoc - - - -
- -Link copied to clipboard
-
-
-
-
-
val Location.blockLoc: Location - -
-
-
-
- -
-
isFinite - - - -
- -Link copied to clipboard
-
-
-
-
-
val Vector.isFinite: Boolean - -
-
-
-
- -
-
worldOrException - - - -
- -Link copied to clipboard
-
-
-
-
-
val Location.worldOrException: World - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/index.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/index.md new file mode 100644 index 00000000..773f1fc5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/index.md @@ -0,0 +1,70 @@ +--- +title: net.axay.kspigot.extensions.geometry - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md) + + + +# Package net.axay.kspigot.extensions.geometry + + +## Types + +| Name| Summary| +|---|---| +| [LocationArea](-location-area/index.md)| [jvm]
Content
class [LocationArea](-location-area/index.md)(**loc1**: Location, **loc2**: Location)


+| [SimpleChunkLocation](-simple-chunk-location/index.md)| [jvm]
Content
data class [SimpleChunkLocation](-simple-chunk-location/index.md)(**x**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **z**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


+| [SimpleLocation2D](-simple-location2-d/index.md)| [jvm]
Content
data class [SimpleLocation2D](-simple-location2-d/index.md)(**x**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **y**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html))


+| [SimpleLocation3D](-simple-location3-d/index.md)| [jvm]
Content
data class [SimpleLocation3D](-simple-location3-d/index.md)(**x**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **y**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html), **z**: [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html))


+| [SimpleLocationPair](-simple-location-pair/index.md)| [jvm]
Content
class [SimpleLocationPair](-simple-location-pair/index.md)(**loc1**: Location, **loc2**: Location)


+ + +## Functions + +| Name| Summary| +|---|---| +| [add](add.md)| [jvm]
Content
fun Location.[add](add.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [increase](increase.md)| [jvm]
Content
infix fun Location.[increase](increase.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
infix fun Location.[increase](increase.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location
infix fun Location.[increase](increase.md)(loc: Location): Location
infix fun Location.[increase](increase.md)(vec: Vector): Location
infix fun Vector.[increase](increase.md)(vec: Vector): Vector


+| [increaseX](increase-x.md)| [jvm]
Content
infix fun Location.[increaseX](increase-x.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [increaseXY](increase-x-y.md)| [jvm]
Content
infix fun Location.[increaseXY](increase-x-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [increaseXZ](increase-x-z.md)| [jvm]
Content
infix fun Location.[increaseXZ](increase-x-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [increaseY](increase-y.md)| [jvm]
Content
infix fun Location.[increaseY](increase-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [increaseYZ](increase-y-z.md)| [jvm]
Content
infix fun Location.[increaseYZ](increase-y-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [increaseZ](increase-z.md)| [jvm]
Content
infix fun Location.[increaseZ](increase-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [minus](minus.md)| [jvm]
Content
operator fun Location.[minus](minus.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location
operator fun Location.[minus](minus.md)(loc: Location): Location
operator fun Location.[minus](minus.md)(vec: Vector): Location
operator fun Vector.[minus](minus.md)(vec: Vector): Vector


+| [minusAssign](minus-assign.md)| [jvm]
Content
operator fun Location.[minusAssign](minus-assign.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md))
operator fun Location.[minusAssign](minus-assign.md)(loc: Location)
operator fun Location.[minusAssign](minus-assign.md)(vec: Vector)
operator fun Vector.[minusAssign](minus-assign.md)(vec: Vector)


+| [multiply](multiply.md)| [jvm]
Content
infix fun Vector.[multiply](multiply.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector
infix fun Vector.[multiply](multiply.md)(vec: Vector): Vector


+| [plus](plus.md)| [jvm]
Content
operator fun Location.[plus](plus.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location
operator fun Location.[plus](plus.md)(loc: Location): Location
operator fun Location.[plus](plus.md)(vec: Vector): Location
operator fun Vector.[plus](plus.md)(vec: Vector): Vector


+| [plusAssign](plus-assign.md)| [jvm]
Content
operator fun Location.[plusAssign](plus-assign.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md))
operator fun Location.[plusAssign](plus-assign.md)(loc: Location)
operator fun Location.[plusAssign](plus-assign.md)(vec: Vector)
operator fun Vector.[plusAssign](plus-assign.md)(vec: Vector)


+| [reduce](reduce.md)| [jvm]
Content
infix fun Location.[reduce](reduce.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location
infix fun Location.[reduce](reduce.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location
infix fun Location.[reduce](reduce.md)(loc: Location): Location
infix fun Location.[reduce](reduce.md)(vec: Vector): Location
infix fun Vector.[reduce](reduce.md)(vec: Vector): Vector


+| [reduceX](reduce-x.md)| [jvm]
Content
infix fun Location.[reduceX](reduce-x.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [reduceXY](reduce-x-y.md)| [jvm]
Content
infix fun Location.[reduceXY](reduce-x-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [reduceXZ](reduce-x-z.md)| [jvm]
Content
infix fun Location.[reduceXZ](reduce-x-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [reduceY](reduce-y.md)| [jvm]
Content
infix fun Location.[reduceY](reduce-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [reduceYZ](reduce-y-z.md)| [jvm]
Content
infix fun Location.[reduceYZ](reduce-y-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [reduceZ](reduce-z.md)| [jvm]
Content
infix fun Location.[reduceZ](reduce-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [relationTo](relation-to.md)| [jvm]
Content
infix fun Location.[relationTo](relation-to.md)(loc: Location): [SimpleLocation3D](-simple-location3-d/index.md)


+| [substract](substract.md)| [jvm]
Content
fun Location.[substract](substract.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location


+| [times](times.md)| [jvm]
Content
operator fun Vector.[times](times.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector
operator fun Vector.[times](times.md)(vec: Vector): Vector


+| [timesAssign](times-assign.md)| [jvm]
Content
operator fun Vector.[timesAssign](times-assign.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html))
operator fun Vector.[timesAssign](times-assign.md)(vec: Vector)


+| [toSimple](to-simple.md)| [jvm]
Content
fun Chunk.[toSimple](to-simple.md)(): [SimpleChunkLocation](-simple-chunk-location/index.md)
fun Location.[toSimple](to-simple.md)(): [SimpleLocation3D](-simple-location3-d/index.md)


+| [toSimpleLoc](to-simple-loc.md)| [jvm]
Content
fun Vector.[toSimpleLoc](to-simple-loc.md)(): [SimpleLocation3D](-simple-location3-d/index.md)


+| [toVector](to-vector.md)| [jvm]
Content
fun [SimpleLocation3D](-simple-location3-d/index.md).[toVector](to-vector.md)(): Vector


+| [vec](vec.md)| [jvm]
Content
fun [vec](vec.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector


+| [vecX](vec-x.md)| [jvm]
Content
fun [vecX](vec-x.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector


+| [vecXY](vec-x-y.md)| [jvm]
Content
fun [vecXY](vec-x-y.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector


+| [vecXZ](vec-x-z.md)| [jvm]
Content
fun [vecXZ](vec-x-z.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector


+| [vecY](vec-y.md)| [jvm]
Content
fun [vecY](vec-y.md)(y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector


+| [vecYZ](vec-y-z.md)| [jvm]
Content
fun [vecYZ](vec-y-z.md)(y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector


+| [vecZ](vec-z.md)| [jvm]
Content
fun [vecZ](vec-z.md)(z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector


+| [withWorld](with-world.md)| [jvm]
Content
fun [SimpleChunkLocation](-simple-chunk-location/index.md).[withWorld](with-world.md)(world: World): Chunk
fun [SimpleLocation3D](-simple-location3-d/index.md).[withWorld](with-world.md)(world: World): Location


+ + +## Properties + +| Name| Summary| +|---|---| +| [blockLoc](index.md#net.axay.kspigot.extensions.geometry//blockLoc/org.bukkit.Location#/PointingToDeclaration/)| [jvm] val Location.[blockLoc](index.md#net.axay.kspigot.extensions.geometry//blockLoc/org.bukkit.Location#/PointingToDeclaration/): Location
+| [isFinite](index.md#net.axay.kspigot.extensions.geometry//isFinite/org.bukkit.util.Vector#/PointingToDeclaration/)| [jvm] val Vector.[isFinite](index.md#net.axay.kspigot.extensions.geometry//isFinite/org.bukkit.util.Vector#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [worldOrException](index.md#net.axay.kspigot.extensions.geometry//worldOrException/org.bukkit.Location#/PointingToDeclaration/)| [jvm] val Location.[worldOrException](index.md#net.axay.kspigot.extensions.geometry//worldOrException/org.bukkit.Location#/PointingToDeclaration/): World
+ diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus-assign.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus-assign.html deleted file mode 100644 index 2733b326..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus-assign.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - minusAssign - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

minusAssign

-
-
-
- -
-
operator fun Location.minusAssign(vec: Vector) - -
operator fun Location.minusAssign(loc: Location) - -
operator fun Location.minusAssign(loc: SimpleLocation3D) - -
operator fun Vector.minusAssign(vec: Vector) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus-assign.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus-assign.md new file mode 100644 index 00000000..bf7a6498 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus-assign.md @@ -0,0 +1,17 @@ +--- +title: minusAssign - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[minusAssign](minus-assign.md) + + + +# minusAssign +[jvm] +Content +operator fun Location.[minusAssign](minus-assign.md)(vec: Vector) +operator fun Location.[minusAssign](minus-assign.md)(loc: Location) +operator fun Location.[minusAssign](minus-assign.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)) +operator fun Vector.[minusAssign](minus-assign.md)(vec: Vector) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus.html deleted file mode 100644 index b9e5507b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - minus - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

minus

-
-
-
- -
-
operator fun Location.minus(vec: Vector): Location - -
operator fun Location.minus(loc: Location): Location - -
operator fun Location.minus(loc: SimpleLocation3D): Location - -
operator fun Vector.minus(vec: Vector): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus.md new file mode 100644 index 00000000..c25e0620 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/minus.md @@ -0,0 +1,17 @@ +--- +title: minus - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[minus](minus.md) + + + +# minus +[jvm] +Content +operator fun Location.[minus](minus.md)(vec: Vector): Location +operator fun Location.[minus](minus.md)(loc: Location): Location +operator fun Location.[minus](minus.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location +operator fun Vector.[minus](minus.md)(vec: Vector): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/multiply.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/multiply.html deleted file mode 100644 index 2f868f5d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/multiply.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - multiply - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

multiply

-
-
-
- -
-
infix fun Vector.multiply(vec: Vector): Vector - -
infix fun Vector.multiply(num: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/multiply.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/multiply.md new file mode 100644 index 00000000..fe451716 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/multiply.md @@ -0,0 +1,15 @@ +--- +title: multiply - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[multiply](multiply.md) + + + +# multiply +[jvm] +Content +infix fun Vector.[multiply](multiply.md)(vec: Vector): Vector +infix fun Vector.[multiply](multiply.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus-assign.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus-assign.html deleted file mode 100644 index 9b13d8ec..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus-assign.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - plusAssign - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

plusAssign

-
-
-
- -
-
operator fun Location.plusAssign(vec: Vector) - -
operator fun Location.plusAssign(loc: Location) - -
operator fun Location.plusAssign(loc: SimpleLocation3D) - -
operator fun Vector.plusAssign(vec: Vector) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus-assign.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus-assign.md new file mode 100644 index 00000000..26556806 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus-assign.md @@ -0,0 +1,17 @@ +--- +title: plusAssign - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[plusAssign](plus-assign.md) + + + +# plusAssign +[jvm] +Content +operator fun Location.[plusAssign](plus-assign.md)(vec: Vector) +operator fun Location.[plusAssign](plus-assign.md)(loc: Location) +operator fun Location.[plusAssign](plus-assign.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)) +operator fun Vector.[plusAssign](plus-assign.md)(vec: Vector) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus.html deleted file mode 100644 index a02eabb9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - plus - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

plus

-
-
-
- -
-
operator fun Location.plus(vec: Vector): Location - -
operator fun Location.plus(loc: Location): Location - -
operator fun Location.plus(loc: SimpleLocation3D): Location - -
operator fun Vector.plus(vec: Vector): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus.md new file mode 100644 index 00000000..a14f48b2 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/plus.md @@ -0,0 +1,17 @@ +--- +title: plus - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[plus](plus.md) + + + +# plus +[jvm] +Content +operator fun Location.[plus](plus.md)(vec: Vector): Location +operator fun Location.[plus](plus.md)(loc: Location): Location +operator fun Location.[plus](plus.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location +operator fun Vector.[plus](plus.md)(vec: Vector): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-y.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-y.html deleted file mode 100644 index d3fa761d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-y.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - reduceXY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

reduceXY

-
-
-
- -
-
infix fun Location.reduceXY(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-y.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-y.md new file mode 100644 index 00000000..e32ea3ad --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-y.md @@ -0,0 +1,14 @@ +--- +title: reduceXY - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceXY](reduce-x-y.md) + + + +# reduceXY +[jvm] +Content +infix fun Location.[reduceXY](reduce-x-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-z.html deleted file mode 100644 index 1d15aa58..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - reduceXZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

reduceXZ

-
-
-
- -
-
infix fun Location.reduceXZ(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-z.md new file mode 100644 index 00000000..e931d8c8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x-z.md @@ -0,0 +1,14 @@ +--- +title: reduceXZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceXZ](reduce-x-z.md) + + + +# reduceXZ +[jvm] +Content +infix fun Location.[reduceXZ](reduce-x-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x.html deleted file mode 100644 index 9dd9abe5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - reduceX - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

reduceX

-
-
-
- -
-
infix fun Location.reduceX(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x.md new file mode 100644 index 00000000..cc64b017 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-x.md @@ -0,0 +1,14 @@ +--- +title: reduceX - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceX](reduce-x.md) + + + +# reduceX +[jvm] +Content +infix fun Location.[reduceX](reduce-x.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y-z.html deleted file mode 100644 index 4b91be7b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - reduceYZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

reduceYZ

-
-
-
- -
-
infix fun Location.reduceYZ(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y-z.md new file mode 100644 index 00000000..6a4d8116 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y-z.md @@ -0,0 +1,14 @@ +--- +title: reduceYZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceYZ](reduce-y-z.md) + + + +# reduceYZ +[jvm] +Content +infix fun Location.[reduceYZ](reduce-y-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y.html deleted file mode 100644 index b54f1ef1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - reduceY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

reduceY

-
-
-
- -
-
infix fun Location.reduceY(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y.md new file mode 100644 index 00000000..e5dd9046 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-y.md @@ -0,0 +1,14 @@ +--- +title: reduceY - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceY](reduce-y.md) + + + +# reduceY +[jvm] +Content +infix fun Location.[reduceY](reduce-y.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-z.html deleted file mode 100644 index 5f126a18..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - reduceZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

reduceZ

-
-
-
- -
-
infix fun Location.reduceZ(distance: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-z.md new file mode 100644 index 00000000..d2bc4e27 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce-z.md @@ -0,0 +1,14 @@ +--- +title: reduceZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduceZ](reduce-z.md) + + + +# reduceZ +[jvm] +Content +infix fun Location.[reduceZ](reduce-z.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce.html deleted file mode 100644 index 6f431523..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - reduce - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

reduce

-
-
-
- -
-
infix fun Location.reduce(distance: Number): Location - -
infix fun Location.reduce(vec: Vector): Location - -
infix fun Location.reduce(loc: Location): Location - -
infix fun Location.reduce(loc: SimpleLocation3D): Location - -
infix fun Vector.reduce(vec: Vector): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce.md new file mode 100644 index 00000000..d77c0266 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/reduce.md @@ -0,0 +1,18 @@ +--- +title: reduce - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[reduce](reduce.md) + + + +# reduce +[jvm] +Content +infix fun Location.[reduce](reduce.md)(distance: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location +infix fun Location.[reduce](reduce.md)(vec: Vector): Location +infix fun Location.[reduce](reduce.md)(loc: Location): Location +infix fun Location.[reduce](reduce.md)(loc: [SimpleLocation3D](-simple-location3-d/index.md)): Location +infix fun Vector.[reduce](reduce.md)(vec: Vector): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/relation-to.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/relation-to.html deleted file mode 100644 index 363ae38a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/relation-to.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - relationTo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

relationTo

-
-
-
- -
-
infix fun Location.relationTo(loc: Location): SimpleLocation3D - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/relation-to.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/relation-to.md new file mode 100644 index 00000000..26aeceef --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/relation-to.md @@ -0,0 +1,14 @@ +--- +title: relationTo - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[relationTo](relation-to.md) + + + +# relationTo +[jvm] +Content +infix fun Location.[relationTo](relation-to.md)(loc: Location): [SimpleLocation3D](-simple-location3-d/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/substract.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/substract.html deleted file mode 100644 index b841b82a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/substract.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - substract - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

substract

-
-
-
- -
-
fun Location.substract(x: Number, y: Number, z: Number): Location - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/substract.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/substract.md new file mode 100644 index 00000000..024924f3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/substract.md @@ -0,0 +1,14 @@ +--- +title: substract - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[substract](substract.md) + + + +# substract +[jvm] +Content +fun Location.[substract](substract.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Location + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times-assign.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times-assign.html deleted file mode 100644 index 3d87d565..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times-assign.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - timesAssign - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

timesAssign

-
-
-
- -
-
operator fun Vector.timesAssign(vec: Vector) - -
operator fun Vector.timesAssign(num: Number) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times-assign.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times-assign.md new file mode 100644 index 00000000..db8eb96d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times-assign.md @@ -0,0 +1,15 @@ +--- +title: timesAssign - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[timesAssign](times-assign.md) + + + +# timesAssign +[jvm] +Content +operator fun Vector.[timesAssign](times-assign.md)(vec: Vector) +operator fun Vector.[timesAssign](times-assign.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times.html deleted file mode 100644 index 1a3edbea..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - times - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

times

-
-
-
- -
-
operator fun Vector.times(vec: Vector): Vector - -
operator fun Vector.times(num: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times.md new file mode 100644 index 00000000..5b509f74 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/times.md @@ -0,0 +1,15 @@ +--- +title: times - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[times](times.md) + + + +# times +[jvm] +Content +operator fun Vector.[times](times.md)(vec: Vector): Vector +operator fun Vector.[times](times.md)(num: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple-loc.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple-loc.html deleted file mode 100644 index a4059940..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple-loc.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - toSimpleLoc - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

toSimpleLoc

-
-
-
- -
-
fun Vector.toSimpleLoc(): SimpleLocation3D - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple-loc.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple-loc.md new file mode 100644 index 00000000..a0c00082 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple-loc.md @@ -0,0 +1,14 @@ +--- +title: toSimpleLoc - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[toSimpleLoc](to-simple-loc.md) + + + +# toSimpleLoc +[jvm] +Content +fun Vector.[toSimpleLoc](to-simple-loc.md)(): [SimpleLocation3D](-simple-location3-d/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple.html deleted file mode 100644 index 69569407..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - toSimple - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

toSimple

-
-
-
- -
-
fun Location.toSimple(): SimpleLocation3D - -
fun Chunk.toSimple(): SimpleChunkLocation - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple.md new file mode 100644 index 00000000..a62bfa3c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-simple.md @@ -0,0 +1,15 @@ +--- +title: toSimple - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[toSimple](to-simple.md) + + + +# toSimple +[jvm] +Content +fun Location.[toSimple](to-simple.md)(): [SimpleLocation3D](-simple-location3-d/index.md) +fun Chunk.[toSimple](to-simple.md)(): [SimpleChunkLocation](-simple-chunk-location/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-vector.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-vector.html deleted file mode 100644 index 699ceafc..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-vector.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - toVector - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

toVector

-
-
-
- -
-
fun SimpleLocation3D.toVector(): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-vector.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-vector.md new file mode 100644 index 00000000..b68dd872 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/to-vector.md @@ -0,0 +1,14 @@ +--- +title: toVector - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[toVector](to-vector.md) + + + +# toVector +[jvm] +Content +fun [SimpleLocation3D](-simple-location3-d/index.md).[toVector](to-vector.md)(): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-y.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-y.html deleted file mode 100644 index 00ca812f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-y.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - vecXY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

vecXY

-
-
-
- -
-
fun vecXY(x: Number, y: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-y.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-y.md new file mode 100644 index 00000000..087efb99 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-y.md @@ -0,0 +1,14 @@ +--- +title: vecXY - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[vecXY](vec-x-y.md) + + + +# vecXY +[jvm] +Content +fun [vecXY](vec-x-y.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-z.html deleted file mode 100644 index d09f665f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - vecXZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

vecXZ

-
-
-
- -
-
fun vecXZ(x: Number, z: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-z.md new file mode 100644 index 00000000..7c936c34 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x-z.md @@ -0,0 +1,14 @@ +--- +title: vecXZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[vecXZ](vec-x-z.md) + + + +# vecXZ +[jvm] +Content +fun [vecXZ](vec-x-z.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x.html deleted file mode 100644 index 123cc3ad..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - vecX - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

vecX

-
-
-
- -
-
fun vecX(x: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x.md new file mode 100644 index 00000000..6452037a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-x.md @@ -0,0 +1,14 @@ +--- +title: vecX - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[vecX](vec-x.md) + + + +# vecX +[jvm] +Content +fun [vecX](vec-x.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y-z.html deleted file mode 100644 index 2a93f4e7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - vecYZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

vecYZ

-
-
-
- -
-
fun vecYZ(y: Number, z: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y-z.md new file mode 100644 index 00000000..5133e0bd --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y-z.md @@ -0,0 +1,14 @@ +--- +title: vecYZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[vecYZ](vec-y-z.md) + + + +# vecYZ +[jvm] +Content +fun [vecYZ](vec-y-z.md)(y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y.html deleted file mode 100644 index 1d7505e0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - vecY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

vecY

-
-
-
- -
-
fun vecY(y: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y.md new file mode 100644 index 00000000..ef206e9d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-y.md @@ -0,0 +1,14 @@ +--- +title: vecY - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[vecY](vec-y.md) + + + +# vecY +[jvm] +Content +fun [vecY](vec-y.md)(y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-z.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-z.html deleted file mode 100644 index 7c5a0ab6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-z.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - vecZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

vecZ

-
-
-
- -
-
fun vecZ(z: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-z.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-z.md new file mode 100644 index 00000000..083529a7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec-z.md @@ -0,0 +1,14 @@ +--- +title: vecZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[vecZ](vec-z.md) + + + +# vecZ +[jvm] +Content +fun [vecZ](vec-z.md)(z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec.html deleted file mode 100644 index 2260d688..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - vec - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

vec

-
-
-
- -
-
fun vec(x: Number, y: Number, z: Number): Vector - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec.md new file mode 100644 index 00000000..88e5e0bf --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/vec.md @@ -0,0 +1,14 @@ +--- +title: vec - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[vec](vec.md) + + + +# vec +[jvm] +Content +fun [vec](vec.md)(x: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), y: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), z: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): Vector + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/with-world.html b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/with-world.html deleted file mode 100644 index 5ad38cf7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/with-world.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - withWorld - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

withWorld

-
-
-
- -
-
fun SimpleLocation3D.withWorld(world: World): Location - -
fun SimpleChunkLocation.withWorld(world: World): Chunk - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions.geometry/with-world.md b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/with-world.md new file mode 100644 index 00000000..16287b1c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions.geometry/with-world.md @@ -0,0 +1,15 @@ +--- +title: withWorld - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions.geometry](index.md)/[withWorld](with-world.md) + + + +# withWorld +[jvm] +Content +fun [SimpleLocation3D](-simple-location3-d/index.md).[withWorld](with-world.md)(world: World): Location +fun [SimpleChunkLocation](-simple-chunk-location/index.md).[withWorld](with-world.md)(world: World): Chunk + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions/broadcast.html b/docs/-k-spigot/net.axay.kspigot.extensions/broadcast.html deleted file mode 100644 index b40359f5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions/broadcast.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - broadcast - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

broadcast

-
-

Broadcasts a message (msg) on the server.

Return

the number of recipients

See also

Bukkit.broadcastMessage - - -
- -Link copied to clipboard

-
- -
-
fun broadcast(msg: String): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions/broadcast.md b/docs/-k-spigot/net.axay.kspigot.extensions/broadcast.md new file mode 100644 index 00000000..4c13e50a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions/broadcast.md @@ -0,0 +1,37 @@ +--- +title: broadcast - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions](index.md)/[broadcast](broadcast.md) + + + +# broadcast +[jvm] +Brief description + + +Broadcasts a message (msg) on the server. + + + +#### Return + + +the number of recipients + + + +## See also + +jvm + +| Name| Summary| +|---|---| +| Bukkit.broadcastMessage|



+ + +Content +fun [broadcast](broadcast.md)(msg: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.extensions/index.html b/docs/-k-spigot/net.axay.kspigot.extensions/index.html deleted file mode 100644 index c8797e72..00000000 --- a/docs/-k-spigot/net.axay.kspigot.extensions/index.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - net.axay.kspigot.extensions - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.extensions

-
-
-
-
-

Functions

-
-
-
broadcast - - - -
- -Link copied to clipboard
-
-
-
-

Broadcasts a message (msg) on the server.

-
- -
-
fun broadcast(msg: String): Int - -
-
-
-
-
-
-
-

Properties

-
-
-
onlinePlayers - - - -
- -Link copied to clipboard
-
-
-
-
-

Shortcut to get all online players.

val onlinePlayers: Collection<Player> - -
-
-
-
- -
-
pluginManager - - - -
- -Link copied to clipboard
-
-
-
-
-

Shortcut to get the PluginManager.

val pluginManager: PluginManager - -
-
-
-
- -
-
server - - - -
- -Link copied to clipboard
-
-
-
-
-

Shortcut to get the Server.

val server: Server - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.extensions/index.md b/docs/-k-spigot/net.axay.kspigot.extensions/index.md new file mode 100644 index 00000000..92261766 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.extensions/index.md @@ -0,0 +1,26 @@ +--- +title: net.axay.kspigot.extensions - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.extensions](index.md) + + + +# Package net.axay.kspigot.extensions + + +## Functions + +| Name| Summary| +|---|---| +| [broadcast](broadcast.md)| [jvm]
Brief description


Broadcasts a message (msg) on the server.


Content
fun [broadcast](broadcast.md)(msg: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [console](index.md#net.axay.kspigot.extensions//console/#/PointingToDeclaration/)| [jvm]

Shortcut to get the ConsoleSender.

val [console](index.md#net.axay.kspigot.extensions//console/#/PointingToDeclaration/): ConsoleCommandSender
+| [onlinePlayers](index.md#net.axay.kspigot.extensions//onlinePlayers/#/PointingToDeclaration/)| [jvm]

Shortcut to get all online players.

val [onlinePlayers](index.md#net.axay.kspigot.extensions//onlinePlayers/#/PointingToDeclaration/): [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)
+| [pluginManager](index.md#net.axay.kspigot.extensions//pluginManager/#/PointingToDeclaration/)| [jvm]

Shortcut to get the PluginManager.

val [pluginManager](index.md#net.axay.kspigot.extensions//pluginManager/#/PointingToDeclaration/): PluginManager
+| [server](index.md#net.axay.kspigot.extensions//server/#/PointingToDeclaration/)| [jvm]

Shortcut to get the Server.

val [server](index.md#net.axay.kspigot.extensions//server/#/PointingToDeclaration/): Server
+ diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/-game-phase-builder.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/-game-phase-builder.html deleted file mode 100644 index 35654e4a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/-game-phase-builder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - GamePhaseBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GamePhaseBuilder

-
-
-
- -
-
fun GamePhaseBuilder(length: Long) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/-game-phase-builder.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/-game-phase-builder.md new file mode 100644 index 00000000..5b7b2848 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/-game-phase-builder.md @@ -0,0 +1,14 @@ +--- +title: GamePhaseBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseBuilder](index.md)/[GamePhaseBuilder](-game-phase-builder.md) + + + +# GamePhaseBuilder +[jvm] +Content +fun [GamePhaseBuilder](-game-phase-builder.md)(length: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/build.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/build.html deleted file mode 100644 index e2cd31df..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/build.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - build - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

build

-
-
-
- -
-
fun build(): GamePhase - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/build.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/build.md new file mode 100644 index 00000000..1257f683 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/build.md @@ -0,0 +1,14 @@ +--- +title: build - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseBuilder](index.md)/[build](build.md) + + + +# build +[jvm] +Content +fun [build](build.md)(): [GamePhase](../-game-phase/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/counter-message.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/counter-message.html deleted file mode 100644 index 9cf879ce..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/counter-message.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - counterMessage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

counterMessage

-
-
-
- -
-
fun counterMessage(callback: (Long) -> String) - -
fun counterMessage(beginning: String, seconds: String, second: String, prefix: String?, suffix: String?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/counter-message.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/counter-message.md new file mode 100644 index 00000000..e65facc0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/counter-message.md @@ -0,0 +1,15 @@ +--- +title: counterMessage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseBuilder](index.md)/[counterMessage](counter-message.md) + + + +# counterMessage +[jvm] +Content +fun [counterMessage](counter-message.md)(callback: ([Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -> [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +fun [counterMessage](counter-message.md)(beforeTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, afterTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, hours: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), minutes: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), seconds: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/end.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/end.html deleted file mode 100644 index d616355e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/end.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - end - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

end

-
-
-
- -
-
fun end(callback: () -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/end.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/end.md new file mode 100644 index 00000000..18df4e5b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/end.md @@ -0,0 +1,14 @@ +--- +title: end - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseBuilder](index.md)/[end](end.md) + + + +# end +[jvm] +Content +fun [end](end.md)(callback: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/index.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/index.html deleted file mode 100644 index a4e9ccb8..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/index.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - GamePhaseBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GamePhaseBuilder

-
class GamePhaseBuilder(length: Long) - -
-
-
-
-
-

Functions

-
-
-
build - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun build(): GamePhase - -
-
-
-
-
-
- -
-
counterMessage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun counterMessage(callback: (Long) -> String) - -
fun counterMessage(beginning: String, seconds: String, second: String, prefix: String?, suffix: String?) - -
-
-
-
-
-
- -
-
end - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun end(callback: () -> Unit) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
start - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun start(callback: () -> Unit) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
length - - - -
- -Link copied to clipboard
-
-
-
-
-
val length: Long - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/index.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/index.md new file mode 100644 index 00000000..e2164f8d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/index.md @@ -0,0 +1,30 @@ +--- +title: GamePhaseBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseBuilder](index.md) + + + +# GamePhaseBuilder + [jvm] class [GamePhaseBuilder](index.md)(**length**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) + + +## Functions + +| Name| Summary| +|---|---| +| [build](build.md)| [jvm]
Content
fun [build](build.md)(): [GamePhase](../-game-phase/index.md)


+| [counterMessage](counter-message.md)| [jvm]
Content
fun [counterMessage](counter-message.md)(callback: ([Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -> [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
fun [counterMessage](counter-message.md)(beforeTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, afterTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, hours: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), minutes: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), seconds: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [end](end.md)| [jvm]
Content
fun [end](end.md)(callback: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [start](start.md)| [jvm]
Content
fun [start](start.md)(callback: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [length](index.md#net.axay.kspigot.game/GamePhaseBuilder/length/#/PointingToDeclaration/)| [jvm] val [length](index.md#net.axay.kspigot.game/GamePhaseBuilder/length/#/PointingToDeclaration/): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/start.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/start.html deleted file mode 100644 index dc49e2b8..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/start.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - start - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

start

-
-
-
- -
-
fun start(callback: () -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/start.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/start.md new file mode 100644 index 00000000..ab52efe6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-builder/start.md @@ -0,0 +1,14 @@ +--- +title: start - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseBuilder](index.md)/[start](start.md) + + + +# start +[jvm] +Content +fun [start](start.md)(callback: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/-game-phase-system-builder.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/-game-phase-system-builder.html deleted file mode 100644 index 359bee7e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/-game-phase-system-builder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - GamePhaseSystemBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GamePhaseSystemBuilder

-
-
-
- -
-
fun GamePhaseSystemBuilder() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/-game-phase-system-builder.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/-game-phase-system-builder.md new file mode 100644 index 00000000..a1b6da0d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/-game-phase-system-builder.md @@ -0,0 +1,14 @@ +--- +title: GamePhaseSystemBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseSystemBuilder](index.md)/[GamePhaseSystemBuilder](-game-phase-system-builder.md) + + + +# GamePhaseSystemBuilder +[jvm] +Content +fun [GamePhaseSystemBuilder](-game-phase-system-builder.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/build.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/build.html deleted file mode 100644 index 8b4f00a3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/build.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - build - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

build

-
-
-
- -
-
fun build(): GamePhaseSystem - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/build.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/build.md new file mode 100644 index 00000000..74b61db0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/build.md @@ -0,0 +1,14 @@ +--- +title: build - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseSystemBuilder](index.md)/[build](build.md) + + + +# build +[jvm] +Content +fun [build](build.md)(): [GamePhaseSystem](../-game-phase-system/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/index.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/index.html deleted file mode 100644 index 5801b7d8..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/index.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - GamePhaseSystemBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GamePhaseSystemBuilder

-
class GamePhaseSystemBuilder - -
-
-
-
-
-

Functions

-
-
-
build - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun build(): GamePhaseSystem - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
phase - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun phase(length: Long, builder: GamePhaseBuilder.() -> Unit) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/index.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/index.md new file mode 100644 index 00000000..05cf7577 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/index.md @@ -0,0 +1,21 @@ +--- +title: GamePhaseSystemBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseSystemBuilder](index.md) + + + +# GamePhaseSystemBuilder + [jvm] class [GamePhaseSystemBuilder](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [build](build.md)| [jvm]
Content
fun [build](build.md)(): [GamePhaseSystem](../-game-phase-system/index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [phase](phase.md)| [jvm]
Content
fun [phase](phase.md)(length: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), builder: [GamePhaseBuilder](../-game-phase-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/phase.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/phase.html deleted file mode 100644 index ed3ba74a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/phase.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - phase - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

phase

-
-
-
- -
-
fun phase(length: Long, builder: GamePhaseBuilder.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/phase.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/phase.md new file mode 100644 index 00000000..a94b96d5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system-builder/phase.md @@ -0,0 +1,14 @@ +--- +title: phase - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseSystemBuilder](index.md)/[phase](phase.md) + + + +# phase +[jvm] +Content +fun [phase](phase.md)(length: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), builder: [GamePhaseBuilder](../-game-phase-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/-game-phase-system.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/-game-phase-system.html deleted file mode 100644 index eedf3af9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/-game-phase-system.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - GamePhaseSystem - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GamePhaseSystem

-
-
-
- -
-
fun GamePhaseSystem(vararg gamePhases: Array<out GamePhase>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/-game-phase-system.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/-game-phase-system.md new file mode 100644 index 00000000..32a13e3d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/-game-phase-system.md @@ -0,0 +1,14 @@ +--- +title: GamePhaseSystem - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseSystem](index.md)/[GamePhaseSystem](-game-phase-system.md) + + + +# GamePhaseSystem +[jvm] +Content +fun [GamePhaseSystem](-game-phase-system.md)(vararg gamePhases: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/begin.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/begin.html deleted file mode 100644 index 3dc1218e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/begin.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - begin - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

begin

-
-
-
- -
-
fun begin(kSpigot: KSpigot) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/begin.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/begin.md new file mode 100644 index 00000000..416226e3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/begin.md @@ -0,0 +1,14 @@ +--- +title: begin - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseSystem](index.md)/[begin](begin.md) + + + +# begin +[jvm] +Content +fun [begin](begin.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/index.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/index.html deleted file mode 100644 index e9891707..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/index.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - GamePhaseSystem - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GamePhaseSystem

-
class GamePhaseSystem(gamePhases: Array<out GamePhase>) - -
-
-
-
-
-

Functions

-
-
-
begin - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun begin(kSpigot: KSpigot) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
gamePhases - - - -
- -Link copied to clipboard
-
-
-
-
-
val gamePhases: MutableList<GamePhase> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/index.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/index.md new file mode 100644 index 00000000..9419b9cf --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase-system/index.md @@ -0,0 +1,27 @@ +--- +title: GamePhaseSystem - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhaseSystem](index.md) + + + +# GamePhaseSystem + [jvm] class [GamePhaseSystem](index.md)(**gamePhases**: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)) + + +## Functions + +| Name| Summary| +|---|---| +| [begin](begin.md)| [jvm]
Content
fun [begin](begin.md)()


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [gamePhases](index.md#net.axay.kspigot.game/GamePhaseSystem/gamePhases/#/PointingToDeclaration/)| [jvm] val [gamePhases](index.md#net.axay.kspigot.game/GamePhaseSystem/gamePhases/#/PointingToDeclaration/): [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[GamePhase](../-game-phase/index.md)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/-game-phase.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/-game-phase.html deleted file mode 100644 index 9ed8a67d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/-game-phase.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - GamePhase - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GamePhase

-
-
-
- -
-
fun GamePhase(length: Long, start: () -> Unit?, end: () -> Unit?, counterMessage: (Long) -> String?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/-game-phase.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/-game-phase.md new file mode 100644 index 00000000..5313cc47 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/-game-phase.md @@ -0,0 +1,14 @@ +--- +title: GamePhase - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhase](index.md)/[GamePhase](-game-phase.md) + + + +# GamePhase +[jvm] +Content +fun [GamePhase](-game-phase.md)(length: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), start: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?, end: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?, counterMessage: ([Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -> [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/index.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/index.html deleted file mode 100644 index 0e2efc3e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/index.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - GamePhase - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GamePhase

-
class GamePhase(length: Long, start: () -> Unit?, end: () -> Unit?, counterMessage: (Long) -> String?) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
startIt - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun startIt(kSpigot: KSpigot, phaseQueue: MutableList<GamePhase>) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
counterMessage - - - -
- -Link copied to clipboard
-
-
-
-
-
val counterMessage: (Long) -> String? - -
-
-
-
- -
-
end - - - -
- -Link copied to clipboard
-
-
-
-
-
val end: () -> Unit? - -
-
-
-
- -
-
length - - - -
- -Link copied to clipboard
-
-
-
-
-
val length: Long - -
-
-
-
- -
-
start - - - -
- -Link copied to clipboard
-
-
-
-
-
val start: () -> Unit? - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/index.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/index.md new file mode 100644 index 00000000..47221b4e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/index.md @@ -0,0 +1,30 @@ +--- +title: GamePhase - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhase](index.md) + + + +# GamePhase + [jvm] class [GamePhase](index.md)(**length**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), **start**: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?, **end**: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?, **counterMessage**: ([Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -> [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [startIt](start-it.md)| [jvm]
Content
fun [startIt](start-it.md)(phaseQueue: [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[GamePhase](index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [counterMessage](index.md#net.axay.kspigot.game/GamePhase/counterMessage/#/PointingToDeclaration/)| [jvm] val [counterMessage](index.md#net.axay.kspigot.game/GamePhase/counterMessage/#/PointingToDeclaration/): ([Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -> [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [end](index.md#net.axay.kspigot.game/GamePhase/end/#/PointingToDeclaration/)| [jvm] val [end](index.md#net.axay.kspigot.game/GamePhase/end/#/PointingToDeclaration/): () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?
+| [length](index.md#net.axay.kspigot.game/GamePhase/length/#/PointingToDeclaration/)| [jvm] val [length](index.md#net.axay.kspigot.game/GamePhase/length/#/PointingToDeclaration/): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
+| [start](index.md#net.axay.kspigot.game/GamePhase/start/#/PointingToDeclaration/)| [jvm] val [start](index.md#net.axay.kspigot.game/GamePhase/start/#/PointingToDeclaration/): () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?
+ diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/start-it.html b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/start-it.html deleted file mode 100644 index fc62a794..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/start-it.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - startIt - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

startIt

-
-
-
- -
-
fun startIt(kSpigot: KSpigot, phaseQueue: MutableList<GamePhase>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/-game-phase/start-it.md b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/start-it.md new file mode 100644 index 00000000..8420108b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/-game-phase/start-it.md @@ -0,0 +1,14 @@ +--- +title: startIt - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.game](../index.md)/[GamePhase](index.md)/[startIt](start-it.md) + + + +# startIt +[jvm] +Content +fun [startIt](start-it.md)(phaseQueue: [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[GamePhase](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/build-counter-message-callback.md b/docs/-k-spigot/net.axay.kspigot.game/build-counter-message-callback.md new file mode 100644 index 00000000..54ac8a99 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/build-counter-message-callback.md @@ -0,0 +1,14 @@ +--- +title: buildCounterMessageCallback - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.game](index.md)/[buildCounterMessageCallback](build-counter-message-callback.md) + + + +# buildCounterMessageCallback +[jvm] +Content +fun [buildCounterMessageCallback](build-counter-message-callback.md)(beforeTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, afterTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, hours: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), minutes: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), seconds: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ([Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -> [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/build-game.html b/docs/-k-spigot/net.axay.kspigot.game/build-game.html deleted file mode 100644 index 84bfc858..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/build-game.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - buildGame - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

buildGame

-
-
-
- -
-
fun buildGame(builder: GamePhaseSystemBuilder.() -> Unit): GamePhaseSystem - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/build-game.md b/docs/-k-spigot/net.axay.kspigot.game/build-game.md new file mode 100644 index 00000000..5c6fbd20 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/build-game.md @@ -0,0 +1,14 @@ +--- +title: buildGame - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.game](index.md)/[buildGame](build-game.md) + + + +# buildGame +[jvm] +Content +fun [buildGame](build-game.md)(builder: [GamePhaseSystemBuilder](-game-phase-system-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [GamePhaseSystem](-game-phase-system/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.game/counter-message.html b/docs/-k-spigot/net.axay.kspigot.game/counter-message.html deleted file mode 100644 index cdada109..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/counter-message.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - counterMessage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

counterMessage

-
-
-
- -
-
fun counterMessage(beginning: String, seconds: String, second: String, prefix: String?, suffix: String?): (Long) -> String - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/index.html b/docs/-k-spigot/net.axay.kspigot.game/index.html deleted file mode 100644 index 353f5a4a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.game/index.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - net.axay.kspigot.game - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.game

-
-
-
-
-

Types

-
-
-
GamePhase - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class GamePhase(length: Long, start: () -> Unit?, end: () -> Unit?, counterMessage: (Long) -> String?) - -
-
-
-
-
-
- -
-
GamePhaseBuilder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class GamePhaseBuilder(length: Long) - -
-
-
-
-
-
- -
-
GamePhaseSystem - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class GamePhaseSystem(gamePhases: Array<out GamePhase>) - -
-
-
-
-
-
- -
-
GamePhaseSystemBuilder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class GamePhaseSystemBuilder - -
-
-
-
-
-
-
-

Functions

-
-
-
buildGame - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun buildGame(builder: GamePhaseSystemBuilder.() -> Unit): GamePhaseSystem - -
-
-
-
-
-
- -
-
counterMessage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun counterMessage(beginning: String, seconds: String, second: String, prefix: String?, suffix: String?): (Long) -> String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.game/index.md b/docs/-k-spigot/net.axay.kspigot.game/index.md new file mode 100644 index 00000000..74187513 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.game/index.md @@ -0,0 +1,27 @@ +--- +title: net.axay.kspigot.game - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.game](index.md) + + + +# Package net.axay.kspigot.game + + +## Types + +| Name| Summary| +|---|---| +| [GamePhase](-game-phase/index.md)| [jvm]
Content
class [GamePhase](-game-phase/index.md)(**length**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), **start**: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?, **end**: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?, **counterMessage**: ([Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -> [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+| [GamePhaseBuilder](-game-phase-builder/index.md)| [jvm]
Content
class [GamePhaseBuilder](-game-phase-builder/index.md)(**length**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))


+| [GamePhaseSystem](-game-phase-system/index.md)| [jvm]
Content
class [GamePhaseSystem](-game-phase-system/index.md)(**gamePhases**: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html))


+| [GamePhaseSystemBuilder](-game-phase-system-builder/index.md)| [jvm]
Content
class [GamePhaseSystemBuilder](-game-phase-system-builder/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [buildCounterMessageCallback](build-counter-message-callback.md)| [jvm]
Content
fun [buildCounterMessageCallback](build-counter-message-callback.md)(beforeTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, afterTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, hours: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), minutes: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), seconds: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ([Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -> [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [buildGame](build-game.md)| [jvm]
Content
fun [buildGame](build-game.md)(builder: [GamePhaseSystemBuilder](-game-phase-system-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [GamePhaseSystem](-game-phase-system/index.md)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-eight/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-eight/index.html deleted file mode 100644 index a163650c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-eight/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnEight - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnEight

-
interface ForColumnEight : ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-eight/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-eight/index.md new file mode 100644 index 00000000..ec2c68d6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-eight/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnEight - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnEight](index.md) + + + +# ForColumnEight + [jvm] interface [ForColumnEight](index.md) : [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-five/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-five/index.html deleted file mode 100644 index d7f3caa6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-five/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnFive - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnFive

-
interface ForColumnFive : ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-five/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-five/index.md new file mode 100644 index 00000000..2cf6e5ec --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-five/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnFive - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnFive](index.md) + + + +# ForColumnFive + [jvm] interface [ForColumnFive](index.md) : [ForInventoryWidthFive](../-for-inventory-width-five/index.md), [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-four/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-four/index.html deleted file mode 100644 index d44d6f8b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-four/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnFour - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnFour

-
interface ForColumnFour : ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-four/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-four/index.md new file mode 100644 index 00000000..56fee155 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-four/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnFour - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnFour](index.md) + + + +# ForColumnFour + [jvm] interface [ForColumnFour](index.md) : [ForInventoryWidthFive](../-for-inventory-width-five/index.md), [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-nine/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-nine/index.html deleted file mode 100644 index 23a70b5f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-nine/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnNine - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnNine

-
interface ForColumnNine : ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-nine/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-nine/index.md new file mode 100644 index 00000000..02bd00f1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-nine/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnNine - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnNine](index.md) + + + +# ForColumnNine + [jvm] interface [ForColumnNine](index.md) : [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-one/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-one/index.html deleted file mode 100644 index 0bb97dea..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-one/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnOne - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnOne

-
interface ForColumnOne : ForInventoryWidthThree, ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-one/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-one/index.md new file mode 100644 index 00000000..a8abbf68 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-one/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnOne - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnOne](index.md) + + + +# ForColumnOne + [jvm] interface [ForColumnOne](index.md) : [ForInventoryWidthThree](../-for-inventory-width-three/index.md), [ForInventoryWidthFive](../-for-inventory-width-five/index.md), [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-seven/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-seven/index.html deleted file mode 100644 index a88baf00..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-seven/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnSeven - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnSeven

-
interface ForColumnSeven : ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-seven/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-seven/index.md new file mode 100644 index 00000000..c05d0187 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-seven/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnSeven - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnSeven](index.md) + + + +# ForColumnSeven + [jvm] interface [ForColumnSeven](index.md) : [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-six/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-six/index.html deleted file mode 100644 index 5093398e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-six/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnSix - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnSix

-
interface ForColumnSix : ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-six/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-six/index.md new file mode 100644 index 00000000..f46dff0d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-six/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnSix - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnSix](index.md) + + + +# ForColumnSix + [jvm] interface [ForColumnSix](index.md) : [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-three/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-three/index.html deleted file mode 100644 index 6386b2ae..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-three/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnThree - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnThree

-
interface ForColumnThree : ForInventoryWidthThree, ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-three/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-three/index.md new file mode 100644 index 00000000..5e759eec --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-three/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnThree - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnThree](index.md) + + + +# ForColumnThree + [jvm] interface [ForColumnThree](index.md) : [ForInventoryWidthThree](../-for-inventory-width-three/index.md), [ForInventoryWidthFive](../-for-inventory-width-five/index.md), [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-two/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-two/index.html deleted file mode 100644 index 6d3490a9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-two/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForColumnTwo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForColumnTwo

-
interface ForColumnTwo : ForInventoryWidthThree, ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-two/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-two/index.md new file mode 100644 index 00000000..3b580a59 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-column-two/index.md @@ -0,0 +1,19 @@ +--- +title: ForColumnTwo - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForColumnTwo](index.md) + + + +# ForColumnTwo + [jvm] interface [ForColumnTwo](index.md) : [ForInventoryWidthThree](../-for-inventory-width-three/index.md), [ForInventoryWidthFive](../-for-inventory-width-five/index.md), [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-one/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-one/index.html deleted file mode 100644 index 245b9eaf..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-one/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForCompleteRowOne - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForCompleteRowOne

-
interface ForCompleteRowOne : ForRowOne, ForRowOneSlotOneToThree, ForRowOneSlotFourToFive - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-one/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-one/index.md new file mode 100644 index 00000000..4ddbe5e3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-one/index.md @@ -0,0 +1,19 @@ +--- +title: ForCompleteRowOne - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForCompleteRowOne](index.md) + + + +# ForCompleteRowOne + [jvm] interface [ForCompleteRowOne](index.md) : [ForRowOne](../-for-row-one/index.md), [ForRowOneSlotOneToThree](../-for-row-one-slot-one-to-three/index.md), [ForRowOneSlotFourToFive](../-for-row-one-slot-four-to-five/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-three/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-three/index.html deleted file mode 100644 index ccdbdd6a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-three/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForCompleteRowThree - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForCompleteRowThree

-
interface ForCompleteRowThree : ForRowThree, ForRowThreeSlotOneToThree - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-three/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-three/index.md new file mode 100644 index 00000000..2a8c86d9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-three/index.md @@ -0,0 +1,19 @@ +--- +title: ForCompleteRowThree - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForCompleteRowThree](index.md) + + + +# ForCompleteRowThree + [jvm] interface [ForCompleteRowThree](index.md) : [ForRowThree](../-for-row-three/index.md), [ForRowThreeSlotOneToThree](../-for-row-three-slot-one-to-three/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-two/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-two/index.html deleted file mode 100644 index 611573b0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-two/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForCompleteRowTwo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForCompleteRowTwo

-
interface ForCompleteRowTwo : ForRowTwo, ForRowTwoSlotOneToThree - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-two/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-two/index.md new file mode 100644 index 00000000..4fc0e3f9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-complete-row-two/index.md @@ -0,0 +1,19 @@ +--- +title: ForCompleteRowTwo - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForCompleteRowTwo](index.md) + + + +# ForCompleteRowTwo + [jvm] interface [ForCompleteRowTwo](index.md) : [ForRowTwo](../-for-row-two/index.md), [ForRowTwoSlotOneToThree](../-for-row-two-slot-one-to-three/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-every-inventory/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-every-inventory/index.html deleted file mode 100644 index 707c288c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-every-inventory/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForEveryInventory - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- - -
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-every-inventory/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-every-inventory/index.md new file mode 100644 index 00000000..b726b200 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-every-inventory/index.md @@ -0,0 +1,19 @@ +--- +title: ForEveryInventory - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForEveryInventory](index.md) + + + +# ForEveryInventory + [jvm] interface [ForEveryInventory](index.md) : [ForInventoryOneByNine](../-for-inventory-one-by-nine/index.md), [ForInventoryTwoByNine](../-for-inventory-two-by-nine/index.md), [ForInventoryThreeByNine](../-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](../-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md), [ForInventoryThreeByThree](../-for-inventory-three-by-three/index.md), [ForInventoryOneByFive](../-for-inventory-one-by-five/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-five-by-nine/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-five-by-nine/index.html deleted file mode 100644 index 9a675265..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-five-by-nine/index.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - ForInventoryFiveByNine - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryFiveByNine

-
interface ForInventoryFiveByNine : ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowTwo - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowFour - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowFive - - - -
- -Link copied to clipboard
-
-
- -
-
ForEveryInventory - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryWidthNine - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-five-by-nine/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-five-by-nine/index.md new file mode 100644 index 00000000..e8f6f502 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-five-by-nine/index.md @@ -0,0 +1,33 @@ +--- +title: ForInventoryFiveByNine - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryFiveByNine](index.md) + + + +# ForInventoryFiveByNine + [jvm] interface [ForInventoryFiveByNine](index.md) : [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOne](../-for-row-one/index.md) +| [ForRowTwo](../-for-row-two/index.md) +| [ForRowThree](../-for-row-three/index.md) +| [ForRowFour](../-for-row-four/index.md) +| [ForRowFive](../-for-row-five/index.md) +| [ForInventoryFourByNine](../-for-inventory-four-by-nine/index.md) +| [ForEveryInventory](../-for-every-inventory/index.md) +| [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-four-by-nine/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-four-by-nine/index.html deleted file mode 100644 index b79b28e6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-four-by-nine/index.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - ForInventoryFourByNine - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryFourByNine

-
interface ForInventoryFourByNine : ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowTwo - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowFour - - - -
- -Link copied to clipboard
-
-
- -
-
ForEveryInventory - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryWidthNine - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-four-by-nine/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-four-by-nine/index.md new file mode 100644 index 00000000..2e901dc4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-four-by-nine/index.md @@ -0,0 +1,32 @@ +--- +title: ForInventoryFourByNine - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryFourByNine](index.md) + + + +# ForInventoryFourByNine + [jvm] interface [ForInventoryFourByNine](index.md) : [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOne](../-for-row-one/index.md) +| [ForRowTwo](../-for-row-two/index.md) +| [ForRowThree](../-for-row-three/index.md) +| [ForRowFour](../-for-row-four/index.md) +| [ForInventoryThreeByNine](../-for-inventory-three-by-nine/index.md) +| [ForEveryInventory](../-for-every-inventory/index.md) +| [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-five/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-five/index.html deleted file mode 100644 index 04741e66..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-five/index.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - ForInventoryOneByFive - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryOneByFive

-
interface ForInventoryOneByFive : ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOneSlotOneToThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowOneSlotFourToFive - - - -
- -Link copied to clipboard
-
-
- -
-
ForEveryInventory - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryWidthFive - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-five/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-five/index.md new file mode 100644 index 00000000..f63da731 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-five/index.md @@ -0,0 +1,29 @@ +--- +title: ForInventoryOneByFive - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryOneByFive](index.md) + + + +# ForInventoryOneByFive + [jvm] interface [ForInventoryOneByFive](index.md) : [ForInventoryOneByNine](../-for-inventory-one-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOneSlotOneToThree](../-for-row-one-slot-one-to-three/index.md) +| [ForRowOneSlotFourToFive](../-for-row-one-slot-four-to-five/index.md) +| [ForEveryInventory](../-for-every-inventory/index.md) +| [ForInventoryWidthFive](../-for-inventory-width-five/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-nine/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-nine/index.html deleted file mode 100644 index 0bded0d4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-nine/index.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - ForInventoryOneByNine - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryOneByNine

-
interface ForInventoryOneByNine : ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForEveryInventory - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryWidthNine - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-nine/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-nine/index.md new file mode 100644 index 00000000..70806016 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-one-by-nine/index.md @@ -0,0 +1,29 @@ +--- +title: ForInventoryOneByNine - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryOneByNine](index.md) + + + +# ForInventoryOneByNine + [jvm] interface [ForInventoryOneByNine](index.md) : [ForInventoryTwoByNine](../-for-inventory-two-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOne](../-for-row-one/index.md) +| [ForInventoryOneByFive](../-for-inventory-one-by-five/index.md) +| [ForEveryInventory](../-for-every-inventory/index.md) +| [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-six-by-nine/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-six-by-nine/index.html deleted file mode 100644 index 3adc0eac..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-six-by-nine/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - ForInventorySixByNine - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventorySixByNine

-
interface ForInventorySixByNine : ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowTwo - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowFour - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowFive - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowSix - - - -
- -Link copied to clipboard
-
-
- -
-
ForEveryInventory - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryWidthNine - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-six-by-nine/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-six-by-nine/index.md new file mode 100644 index 00000000..9bde29e4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-six-by-nine/index.md @@ -0,0 +1,34 @@ +--- +title: ForInventorySixByNine - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventorySixByNine](index.md) + + + +# ForInventorySixByNine + [jvm] interface [ForInventorySixByNine](index.md) : [ForInventory](../-for-inventory/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOne](../-for-row-one/index.md) +| [ForRowTwo](../-for-row-two/index.md) +| [ForRowThree](../-for-row-three/index.md) +| [ForRowFour](../-for-row-four/index.md) +| [ForRowFive](../-for-row-five/index.md) +| [ForRowSix](../-for-row-six/index.md) +| [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md) +| [ForEveryInventory](../-for-every-inventory/index.md) +| [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-nine/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-nine/index.html deleted file mode 100644 index 502023d2..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-nine/index.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - ForInventoryThreeByNine - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryThreeByNine

-
interface ForInventoryThreeByNine : ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowTwo - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForEveryInventory - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryWidthNine - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-nine/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-nine/index.md new file mode 100644 index 00000000..64dac949 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-nine/index.md @@ -0,0 +1,32 @@ +--- +title: ForInventoryThreeByNine - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryThreeByNine](index.md) + + + +# ForInventoryThreeByNine + [jvm] interface [ForInventoryThreeByNine](index.md) : [ForInventoryFourByNine](../-for-inventory-four-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOne](../-for-row-one/index.md) +| [ForRowTwo](../-for-row-two/index.md) +| [ForRowThree](../-for-row-three/index.md) +| [ForInventoryThreeByThree](../-for-inventory-three-by-three/index.md) +| [ForInventoryTwoByNine](../-for-inventory-two-by-nine/index.md) +| [ForEveryInventory](../-for-every-inventory/index.md) +| [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-three/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-three/index.html deleted file mode 100644 index 207d6703..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-three/index.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - ForInventoryThreeByThree - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryThreeByThree

-
interface ForInventoryThreeByThree : ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOneSlotOneToThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowTwoSlotOneToThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowThreeSlotOneToThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForEveryInventory - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryWidthThree - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-three/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-three/index.md new file mode 100644 index 00000000..0f383571 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-three-by-three/index.md @@ -0,0 +1,30 @@ +--- +title: ForInventoryThreeByThree - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryThreeByThree](index.md) + + + +# ForInventoryThreeByThree + [jvm] interface [ForInventoryThreeByThree](index.md) : [ForInventoryThreeByNine](../-for-inventory-three-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOneSlotOneToThree](../-for-row-one-slot-one-to-three/index.md) +| [ForRowTwoSlotOneToThree](../-for-row-two-slot-one-to-three/index.md) +| [ForRowThreeSlotOneToThree](../-for-row-three-slot-one-to-three/index.md) +| [ForEveryInventory](../-for-every-inventory/index.md) +| [ForInventoryWidthThree](../-for-inventory-width-three/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-two-by-nine/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-two-by-nine/index.html deleted file mode 100644 index e61ab798..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-two-by-nine/index.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - ForInventoryTwoByNine - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryTwoByNine

-
interface ForInventoryTwoByNine : ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowTwo - - - -
- -Link copied to clipboard
-
-
- -
-
ForEveryInventory - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryWidthNine - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-two-by-nine/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-two-by-nine/index.md new file mode 100644 index 00000000..e1c6fc03 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-two-by-nine/index.md @@ -0,0 +1,30 @@ +--- +title: ForInventoryTwoByNine - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryTwoByNine](index.md) + + + +# ForInventoryTwoByNine + [jvm] interface [ForInventoryTwoByNine](index.md) : [ForInventoryThreeByNine](../-for-inventory-three-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOne](../-for-row-one/index.md) +| [ForRowTwo](../-for-row-two/index.md) +| [ForInventoryOneByNine](../-for-inventory-one-by-nine/index.md) +| [ForEveryInventory](../-for-every-inventory/index.md) +| [ForInventoryWidthNine](../-for-inventory-width-nine/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-five/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-five/index.html deleted file mode 100644 index 8e0d7394..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-five/index.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - ForInventoryWidthFive - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryWidthFive

-
interface ForInventoryWidthFive : ForInventoryOneByFive - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForColumnOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnTwo - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnFour - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnFive - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-five/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-five/index.md new file mode 100644 index 00000000..1285f734 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-five/index.md @@ -0,0 +1,30 @@ +--- +title: ForInventoryWidthFive - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryWidthFive](index.md) + + + +# ForInventoryWidthFive + [jvm] interface [ForInventoryWidthFive](index.md) : [ForInventoryOneByFive](../-for-inventory-one-by-five/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForColumnOne](../-for-column-one/index.md) +| [ForColumnTwo](../-for-column-two/index.md) +| [ForColumnThree](../-for-column-three/index.md) +| [ForColumnFour](../-for-column-four/index.md) +| [ForColumnFive](../-for-column-five/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-nine/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-nine/index.html deleted file mode 100644 index 6b8b985b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-nine/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - ForInventoryWidthNine - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- - -
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForColumnOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnTwo - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnFour - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnFive - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnSix - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnSeven - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnEight - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnNine - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-nine/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-nine/index.md new file mode 100644 index 00000000..369408db --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-nine/index.md @@ -0,0 +1,34 @@ +--- +title: ForInventoryWidthNine - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryWidthNine](index.md) + + + +# ForInventoryWidthNine + [jvm] interface [ForInventoryWidthNine](index.md) : [ForInventoryOneByNine](../-for-inventory-one-by-nine/index.md), [ForInventoryTwoByNine](../-for-inventory-two-by-nine/index.md), [ForInventoryThreeByNine](../-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](../-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForColumnOne](../-for-column-one/index.md) +| [ForColumnTwo](../-for-column-two/index.md) +| [ForColumnThree](../-for-column-three/index.md) +| [ForColumnFour](../-for-column-four/index.md) +| [ForColumnFive](../-for-column-five/index.md) +| [ForColumnSix](../-for-column-six/index.md) +| [ForColumnSeven](../-for-column-seven/index.md) +| [ForColumnEight](../-for-column-eight/index.md) +| [ForColumnNine](../-for-column-nine/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-three/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-three/index.html deleted file mode 100644 index 579cd8f9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-three/index.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - ForInventoryWidthThree - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventoryWidthThree

-
interface ForInventoryWidthThree : ForInventoryThreeByThree - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForColumnOne - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnTwo - - - -
- -Link copied to clipboard
-
-
- -
-
ForColumnThree - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-three/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-three/index.md new file mode 100644 index 00000000..882502a0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory-width-three/index.md @@ -0,0 +1,28 @@ +--- +title: ForInventoryWidthThree - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventoryWidthThree](index.md) + + + +# ForInventoryWidthThree + [jvm] interface [ForInventoryWidthThree](index.md) : [ForInventoryThreeByThree](../-for-inventory-three-by-three/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForColumnOne](../-for-column-one/index.md) +| [ForColumnTwo](../-for-column-two/index.md) +| [ForColumnThree](../-for-column-three/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory/index.html deleted file mode 100644 index 701dddfe..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - ForInventory - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForInventory

-
interface ForInventory - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForInventoryOneByNine - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryTwoByNine - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryThreeByNine - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryFourByNine - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryFiveByNine - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventorySixByNine - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryThreeByThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForInventoryOneByFive - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory/index.md new file mode 100644 index 00000000..7e599d38 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-inventory/index.md @@ -0,0 +1,26 @@ +--- +title: ForInventory - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForInventory](index.md) + + + +# ForInventory + [jvm] interface [ForInventory](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-five/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-five/index.html deleted file mode 100644 index 42c84944..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-five/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForRowFive - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForRowFive

-
interface ForRowFive : ForInventoryFiveByNine, ForInventorySixByNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-five/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-five/index.md new file mode 100644 index 00000000..05e0cc7c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-five/index.md @@ -0,0 +1,19 @@ +--- +title: ForRowFive - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowFive](index.md) + + + +# ForRowFive + [jvm] interface [ForRowFive](index.md) : [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-four/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-four/index.html deleted file mode 100644 index 2cfdbb1c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-four/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForRowFour - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForRowFour

-
interface ForRowFour : ForInventoryFourByNine, ForInventoryFiveByNine, ForInventorySixByNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-four/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-four/index.md new file mode 100644 index 00000000..6e8917f0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-four/index.md @@ -0,0 +1,19 @@ +--- +title: ForRowFour - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowFour](index.md) + + + +# ForRowFour + [jvm] interface [ForRowFour](index.md) : [ForInventoryFourByNine](../-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-four-to-five/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-four-to-five/index.html deleted file mode 100644 index fa66aaad..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-four-to-five/index.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - ForRowOneSlotFourToFive - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForRowOneSlotFourToFive

-
interface ForRowOneSlotFourToFive : ForRowOne, ForInventoryOneByFive - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForCompleteRowOne - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-four-to-five/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-four-to-five/index.md new file mode 100644 index 00000000..4ff38175 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-four-to-five/index.md @@ -0,0 +1,26 @@ +--- +title: ForRowOneSlotFourToFive - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowOneSlotFourToFive](index.md) + + + +# ForRowOneSlotFourToFive + [jvm] interface [ForRowOneSlotFourToFive](index.md) : [ForRowOne](../-for-row-one/index.md), [ForInventoryOneByFive](../-for-inventory-one-by-five/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForCompleteRowOne](../-for-complete-row-one/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-one-to-three/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-one-to-three/index.html deleted file mode 100644 index b97ad825..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-one-to-three/index.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - ForRowOneSlotOneToThree - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForRowOneSlotOneToThree

-
interface ForRowOneSlotOneToThree : ForRowOne, ForInventoryOneByFive, ForInventoryThreeByThree - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForCompleteRowOne - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-one-to-three/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-one-to-three/index.md new file mode 100644 index 00000000..3fce2c1c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one-slot-one-to-three/index.md @@ -0,0 +1,26 @@ +--- +title: ForRowOneSlotOneToThree - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowOneSlotOneToThree](index.md) + + + +# ForRowOneSlotOneToThree + [jvm] interface [ForRowOneSlotOneToThree](index.md) : [ForRowOne](../-for-row-one/index.md), [ForInventoryOneByFive](../-for-inventory-one-by-five/index.md), [ForInventoryThreeByThree](../-for-inventory-three-by-three/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForCompleteRowOne](../-for-complete-row-one/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one/index.html deleted file mode 100644 index 0c859677..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one/index.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - ForRowOne - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- - -
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowOneSlotOneToThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForRowOneSlotFourToFive - - - -
- -Link copied to clipboard
-
-
- -
-
ForCompleteRowOne - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one/index.md new file mode 100644 index 00000000..5121d4d6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-one/index.md @@ -0,0 +1,28 @@ +--- +title: ForRowOne - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowOne](index.md) + + + +# ForRowOne + [jvm] interface [ForRowOne](index.md) : [ForInventoryOneByNine](../-for-inventory-one-by-nine/index.md), [ForInventoryTwoByNine](../-for-inventory-two-by-nine/index.md), [ForInventoryThreeByNine](../-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](../-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowOneSlotOneToThree](../-for-row-one-slot-one-to-three/index.md) +| [ForRowOneSlotFourToFive](../-for-row-one-slot-four-to-five/index.md) +| [ForCompleteRowOne](../-for-complete-row-one/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-six/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-six/index.html deleted file mode 100644 index afd5c176..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-six/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - ForRowSix - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForRowSix

-
interface ForRowSix : ForInventorySixByNine - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-six/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-six/index.md new file mode 100644 index 00000000..e282db87 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-six/index.md @@ -0,0 +1,19 @@ +--- +title: ForRowSix - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowSix](index.md) + + + +# ForRowSix + [jvm] interface [ForRowSix](index.md) : [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three-slot-one-to-three/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three-slot-one-to-three/index.html deleted file mode 100644 index 5e0419af..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three-slot-one-to-three/index.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - ForRowThreeSlotOneToThree - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForRowThreeSlotOneToThree

-
interface ForRowThreeSlotOneToThree : ForRowThree, ForInventoryThreeByThree - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForCompleteRowThree - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three-slot-one-to-three/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three-slot-one-to-three/index.md new file mode 100644 index 00000000..20226565 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three-slot-one-to-three/index.md @@ -0,0 +1,26 @@ +--- +title: ForRowThreeSlotOneToThree - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowThreeSlotOneToThree](index.md) + + + +# ForRowThreeSlotOneToThree + [jvm] interface [ForRowThreeSlotOneToThree](index.md) : [ForRowThree](../-for-row-three/index.md), [ForInventoryThreeByThree](../-for-inventory-three-by-three/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForCompleteRowThree](../-for-complete-row-three/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three/index.html deleted file mode 100644 index 911b083e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three/index.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - ForRowThree - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForRowThree

- -
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowThreeSlotOneToThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForCompleteRowThree - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three/index.md new file mode 100644 index 00000000..de57653a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-three/index.md @@ -0,0 +1,27 @@ +--- +title: ForRowThree - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowThree](index.md) + + + +# ForRowThree + [jvm] interface [ForRowThree](index.md) : [ForInventoryThreeByNine](../-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](../-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowThreeSlotOneToThree](../-for-row-three-slot-one-to-three/index.md) +| [ForCompleteRowThree](../-for-complete-row-three/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two-slot-one-to-three/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two-slot-one-to-three/index.html deleted file mode 100644 index 40e03417..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two-slot-one-to-three/index.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - ForRowTwoSlotOneToThree - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ForRowTwoSlotOneToThree

-
interface ForRowTwoSlotOneToThree : ForRowTwo, ForInventoryThreeByThree - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForCompleteRowTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two-slot-one-to-three/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two-slot-one-to-three/index.md new file mode 100644 index 00000000..7f51fd4c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two-slot-one-to-three/index.md @@ -0,0 +1,26 @@ +--- +title: ForRowTwoSlotOneToThree - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowTwoSlotOneToThree](index.md) + + + +# ForRowTwoSlotOneToThree + [jvm] interface [ForRowTwoSlotOneToThree](index.md) : [ForRowTwo](../-for-row-two/index.md), [ForInventoryThreeByThree](../-for-inventory-three-by-three/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForCompleteRowTwo](../-for-complete-row-two/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two/index.html deleted file mode 100644 index eb65e693..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two/index.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - ForRowTwo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- - -
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
ForRowTwoSlotOneToThree - - - -
- -Link copied to clipboard
-
-
- -
-
ForCompleteRowTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two/index.md new file mode 100644 index 00000000..dd10f883 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-for-row-two/index.md @@ -0,0 +1,27 @@ +--- +title: ForRowTwo - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[ForRowTwo](index.md) + + + +# ForRowTwo + [jvm] interface [ForRowTwo](index.md) : [ForInventoryTwoByNine](../-for-inventory-two-by-nine/index.md), [ForInventoryThreeByNine](../-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](../-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](../-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](../-for-inventory-six-by-nine/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [ForRowTwoSlotOneToThree](../-for-row-two-slot-one-to-three/index.md) +| [ForCompleteRowTwo](../-for-complete-row-two/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/index.html deleted file mode 100644 index d8429edc..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/index.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - InventoryBorderSlots - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryBorderSlots

-
class InventoryBorderSlots<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
withInvType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> - -
-
-
-
-
-
-
-

Properties

-
-
-
padding - - - -
- -Link copied to clipboard
-
-
-
-
-
val padding: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/index.md new file mode 100644 index 00000000..3e2f177e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/index.md @@ -0,0 +1,28 @@ +--- +title: InventoryBorderSlots - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryBorderSlots](index.md) + + + +# InventoryBorderSlots + [jvm] class [InventoryBorderSlots](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)> : [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)| [jvm]
Content
open override fun [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [withInvType](with-inv-type.md)| [jvm]
Content
open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[InventorySlot](../-inventory-slot/index.md)>


+ + +## Properties + +| Name| Summary| +|---|---| +| [padding](index.md#net.axay.kspigot.inventory/InventoryBorderSlots/padding/#/PointingToDeclaration/)| [jvm] val [padding](index.md#net.axay.kspigot.inventory/InventoryBorderSlots/padding/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/with-inv-type.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/with-inv-type.html deleted file mode 100644 index b9dee4ec..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/with-inv-type.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - withInvType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

withInvType

-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/with-inv-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/with-inv-type.md new file mode 100644 index 00000000..8d5a9214 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-border-slots/with-inv-type.md @@ -0,0 +1,14 @@ +--- +title: withInvType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryBorderSlots](index.md)/[withInvType](with-inv-type.md) + + + +# withInvType +[jvm] +Content +open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[InventorySlot](../-inventory-slot/index.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-change-effect/-i-n-s-t-a-n-t/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-change-effect/-i-n-s-t-a-n-t/index.md new file mode 100644 index 00000000..010cb516 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-change-effect/-i-n-s-t-a-n-t/index.md @@ -0,0 +1,35 @@ +--- +title: INSTANT - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryChangeEffect](../index.md)/[INSTANT](index.md) + + + +# INSTANT + [jvm] [INSTANT](index.md)(PageChangeEffect.INSTANT) + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.InventoryChangeEffect/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.InventoryChangeEffect/PointingToDeclaration/)(other: [InventoryChangeEffect](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[InventoryChangeEffect](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[InventoryChangeEffect](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [effect](index.md#net.axay.kspigot.inventory/InventoryChangeEffect.INSTANT/effect/#/PointingToDeclaration/)| [jvm] override val [effect](index.md#net.axay.kspigot.inventory/InventoryChangeEffect.INSTANT/effect/#/PointingToDeclaration/): [PageChangeEffect](../../-page-change-effect/index.md)
+| [name](index.md#net.axay.kspigot.inventory/InventoryChangeEffect.INSTANT/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.inventory/InventoryChangeEffect.INSTANT/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.inventory/InventoryChangeEffect.INSTANT/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.inventory/InventoryChangeEffect.INSTANT/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-change-effect/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-change-effect/index.md new file mode 100644 index 00000000..3364fca1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-change-effect/index.md @@ -0,0 +1,39 @@ +--- +title: InventoryChangeEffect - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryChangeEffect](index.md) + + + +# InventoryChangeEffect + [jvm] enum [InventoryChangeEffect](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[InventoryChangeEffect](index.md)> + + +## Entries + +| Name| Summary| +|---|---| +| [INSTANT](-i-n-s-t-a-n-t/index.md)| [jvm] [INSTANT](-i-n-s-t-a-n-t/index.md)(PageChangeEffect.INSTANT)


+ + +## Functions + +| Name| Summary| +|---|---| +| [compareTo](-i-n-s-t-a-n-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.InventoryChangeEffect/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](-i-n-s-t-a-n-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.InventoryChangeEffect/PointingToDeclaration/)(other: [InventoryChangeEffect](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[InventoryChangeEffect](index.md)>>


+| [equals](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[InventoryChangeEffect](index.md)>


+| [hashCode](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [effect](index.md#net.axay.kspigot.inventory/InventoryChangeEffect/effect/#/PointingToDeclaration/)| [jvm] val [effect](index.md#net.axay.kspigot.inventory/InventoryChangeEffect/effect/#/PointingToDeclaration/): [PageChangeEffect](../-page-change-effect/index.md)
+| [name](index.md#net.axay.kspigot.inventory/InventoryChangeEffect/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.inventory/InventoryChangeEffect/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.inventory/InventoryChangeEffect/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.inventory/InventoryChangeEffect/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/index.html deleted file mode 100644 index 96b4a6d4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/index.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - InventoryColumnSlots - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryColumnSlots

-
class InventoryColumnSlots<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
withInvType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> - -
-
-
-
-
-
-
-

Properties

-
-
-
column - - - -
- -Link copied to clipboard
-
-
-
-
-
val column: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/index.md new file mode 100644 index 00000000..676d76f4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/index.md @@ -0,0 +1,28 @@ +--- +title: InventoryColumnSlots - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryColumnSlots](index.md) + + + +# InventoryColumnSlots + [jvm] class [InventoryColumnSlots](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)> : [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)| [jvm]
Content
open override fun [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [withInvType](with-inv-type.md)| [jvm]
Content
open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[InventorySlot](../-inventory-slot/index.md)>


+ + +## Properties + +| Name| Summary| +|---|---| +| [column](index.md#net.axay.kspigot.inventory/InventoryColumnSlots/column/#/PointingToDeclaration/)| [jvm] val [column](index.md#net.axay.kspigot.inventory/InventoryColumnSlots/column/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/with-inv-type.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/with-inv-type.html deleted file mode 100644 index 1775a2ac..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/with-inv-type.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - withInvType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

withInvType

-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/with-inv-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/with-inv-type.md new file mode 100644 index 00000000..a3dbba44 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-column-slots/with-inv-type.md @@ -0,0 +1,14 @@ +--- +title: withInvType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryColumnSlots](index.md)/[withInvType](with-inv-type.md) + + + +# withInvType +[jvm] +Content +open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[InventorySlot](../-inventory-slot/index.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/index.html deleted file mode 100644 index 1f61659f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/index.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - InventoryCornerSlots - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryCornerSlots

-
class InventoryCornerSlots<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
withInvType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> - -
-
-
-
-
-
-
-

Properties

-
-
-
ifBottomLeft - - - -
- -Link copied to clipboard
-
-
-
-
-
val ifBottomLeft: Boolean - -
-
-
-
- -
-
ifBottomRight - - - -
- -Link copied to clipboard
-
-
-
-
-
val ifBottomRight: Boolean - -
-
-
-
- -
-
ifTopLeft - - - -
- -Link copied to clipboard
-
-
-
-
-
val ifTopLeft: Boolean - -
-
-
-
- -
-
ifTopRight - - - -
- -Link copied to clipboard
-
-
-
-
-
val ifTopRight: Boolean - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/index.md new file mode 100644 index 00000000..a85fd835 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/index.md @@ -0,0 +1,31 @@ +--- +title: InventoryCornerSlots - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryCornerSlots](index.md) + + + +# InventoryCornerSlots + [jvm] class [InventoryCornerSlots](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)> : [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)| [jvm]
Content
open override fun [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [withInvType](with-inv-type.md)| [jvm]
Content
open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[InventorySlot](../-inventory-slot/index.md)>


+ + +## Properties + +| Name| Summary| +|---|---| +| [ifBottomLeft](index.md#net.axay.kspigot.inventory/InventoryCornerSlots/ifBottomLeft/#/PointingToDeclaration/)| [jvm] val [ifBottomLeft](index.md#net.axay.kspigot.inventory/InventoryCornerSlots/ifBottomLeft/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [ifBottomRight](index.md#net.axay.kspigot.inventory/InventoryCornerSlots/ifBottomRight/#/PointingToDeclaration/)| [jvm] val [ifBottomRight](index.md#net.axay.kspigot.inventory/InventoryCornerSlots/ifBottomRight/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [ifTopLeft](index.md#net.axay.kspigot.inventory/InventoryCornerSlots/ifTopLeft/#/PointingToDeclaration/)| [jvm] val [ifTopLeft](index.md#net.axay.kspigot.inventory/InventoryCornerSlots/ifTopLeft/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [ifTopRight](index.md#net.axay.kspigot.inventory/InventoryCornerSlots/ifTopRight/#/PointingToDeclaration/)| [jvm] val [ifTopRight](index.md#net.axay.kspigot.inventory/InventoryCornerSlots/ifTopRight/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/with-inv-type.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/with-inv-type.html deleted file mode 100644 index f758379f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/with-inv-type.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - withInvType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

withInvType

-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/with-inv-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/with-inv-type.md new file mode 100644 index 00000000..0e030fe1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-corner-slots/with-inv-type.md @@ -0,0 +1,14 @@ +--- +title: withInvType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryCornerSlots](index.md)/[withInvType](with-inv-type.md) + + + +# withInvType +[jvm] +Content +open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[InventorySlot](../-inventory-slot/index.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/-inventory-dimensions.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/-inventory-dimensions.html deleted file mode 100644 index ba6843d6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/-inventory-dimensions.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryDimensions - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryDimensions

-
-
-
- -
-
fun InventoryDimensions(width: Int, heigth: Int) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/-inventory-dimensions.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/-inventory-dimensions.md new file mode 100644 index 00000000..d12fce2e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/-inventory-dimensions.md @@ -0,0 +1,14 @@ +--- +title: InventoryDimensions - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryDimensions](index.md)/[InventoryDimensions](-inventory-dimensions.md) + + + +# InventoryDimensions +[jvm] +Content +fun [InventoryDimensions](-inventory-dimensions.md)(width: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), heigth: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component1.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component1.html deleted file mode 100644 index 70ebcb02..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component1.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component1.md new file mode 100644 index 00000000..e8bbb07e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryDimensions](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component2.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component2.html deleted file mode 100644 index 22e33f52..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component2.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component2.md new file mode 100644 index 00000000..4e158963 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryDimensions](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/copy.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/copy.html deleted file mode 100644 index 58b504ed..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(width: Int, heigth: Int): InventoryDimensions - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/copy.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/copy.md new file mode 100644 index 00000000..e1819e03 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryDimensions](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(width: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), heigth: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [InventoryDimensions](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/index.html deleted file mode 100644 index eaec8480..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/index.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - InventoryDimensions - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryDimensions

-
data class InventoryDimensions(width: Int, heigth: Int) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Int - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): Int - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(width: Int, heigth: Int): InventoryDimensions - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
heigth - - - -
- -Link copied to clipboard
-
-
-
-
-
val heigth: Int - -
-
-
-
- -
-
invSlots - - - -
- -Link copied to clipboard
-
-
-
-
-
val invSlots: ArrayList<InventorySlot> - -
-
-
-
- -
-
invSlotsWithRealSlots - - - -
- -Link copied to clipboard
-
-
-
-
-
val invSlotsWithRealSlots: HashMap<InventorySlot, Int> - -
-
-
-
- -
-
realSlots - - - -
- -Link copied to clipboard
-
-
-
-
-
val realSlots: ArrayList<Int> - -
-
-
-
- -
-
width - - - -
- -Link copied to clipboard
-
-
-
-
-
val width: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/index.md new file mode 100644 index 00000000..56af5a54 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-dimensions/index.md @@ -0,0 +1,33 @@ +--- +title: InventoryDimensions - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryDimensions](index.md) + + + +# InventoryDimensions + [jvm] data class [InventoryDimensions](index.md)(**width**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **heigth**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(width: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), heigth: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [InventoryDimensions](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [heigth](index.md#net.axay.kspigot.inventory/InventoryDimensions/heigth/#/PointingToDeclaration/)| [jvm] val [heigth](index.md#net.axay.kspigot.inventory/InventoryDimensions/heigth/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [invSlots](index.md#net.axay.kspigot.inventory/InventoryDimensions/invSlots/#/PointingToDeclaration/)| [jvm] val [invSlots](index.md#net.axay.kspigot.inventory/InventoryDimensions/invSlots/#/PointingToDeclaration/): [ArrayList](https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html)<[InventorySlot](../-inventory-slot/index.md)>
+| [invSlotsWithRealSlots](index.md#net.axay.kspigot.inventory/InventoryDimensions/invSlotsWithRealSlots/#/PointingToDeclaration/)| [jvm] val [invSlotsWithRealSlots](index.md#net.axay.kspigot.inventory/InventoryDimensions/invSlotsWithRealSlots/#/PointingToDeclaration/): [HashMap](https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html)<[InventorySlot](../-inventory-slot/index.md), [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>
+| [realSlots](index.md#net.axay.kspigot.inventory/InventoryDimensions/realSlots/#/PointingToDeclaration/)| [jvm] val [realSlots](index.md#net.axay.kspigot.inventory/InventoryDimensions/realSlots/#/PointingToDeclaration/): [ArrayList](https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>
+| [width](index.md#net.axay.kspigot.inventory/InventoryDimensions/width/#/PointingToDeclaration/)| [jvm] val [width](index.md#net.axay.kspigot.inventory/InventoryDimensions/width/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/-inventory-g-u-i-builder.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/-inventory-g-u-i-builder.html deleted file mode 100644 index 83eafdc3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/-inventory-g-u-i-builder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIBuilder

-
-
-
- -
-
fun <T : ForInventory> InventoryGUIBuilder(kSpigot: KSpigot, type: InventoryType<T>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/-inventory-g-u-i-builder.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/-inventory-g-u-i-builder.md new file mode 100644 index 00000000..30b77039 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/-inventory-g-u-i-builder.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIBuilder](index.md)/[InventoryGUIBuilder](-inventory-g-u-i-builder.md) + + + +# InventoryGUIBuilder +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIBuilder](-inventory-g-u-i-builder.md)(type: [InventoryType](../-inventory-type/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/build.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/build.html deleted file mode 100644 index 3ab13157..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/build.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - build - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

build

-
-
-
- -
-
fun build(): InventoryGUIShared<T> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/index.html deleted file mode 100644 index 057ce89d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/index.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - InventoryGUIBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIBuilder

-
class InventoryGUIBuilder<T : ForInventory>(kSpigot: KSpigot, type: InventoryType<T>) - -
-
-
-
-
-

Functions

-
-
-
build - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun build(): InventoryGUIShared<T> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
page - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun page(page: Int, builder: InventoryGUIPageBuilder<T>.() -> Unit) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
title - - - -
- -Link copied to clipboard
-
-
-
-
-
var title: String - -
-
-
-
- -
-
type - - - -
- -Link copied to clipboard
-
-
-
-
-
val type: InventoryType<T> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/index.md new file mode 100644 index 00000000..7b1a62a1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/index.md @@ -0,0 +1,31 @@ +--- +title: InventoryGUIBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIBuilder](index.md) + + + +# InventoryGUIBuilder + [jvm] class [InventoryGUIBuilder](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**type**: [InventoryType](../-inventory-type/index.md)<[T](index.md)>) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onClickElement](on-click-element.md)| [jvm]
Content
fun [onClickElement](on-click-element.md)(onClick: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [page](page.md)| [jvm]
Brief description


Opens the builder for a new page and adds the new page to the GUI.


Content
fun [page](page.md)(page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), builder: [InventoryGUIPageBuilder](../-inventory-g-u-i-page-builder/index.md)<[T](index.md)>.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [title](index.md#net.axay.kspigot.inventory/InventoryGUIBuilder/title/#/PointingToDeclaration/)| [jvm] var [title](index.md#net.axay.kspigot.inventory/InventoryGUIBuilder/title/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [transitionFrom](index.md#net.axay.kspigot.inventory/InventoryGUIBuilder/transitionFrom/#/PointingToDeclaration/)| [jvm] var [transitionFrom](index.md#net.axay.kspigot.inventory/InventoryGUIBuilder/transitionFrom/#/PointingToDeclaration/): [InventoryChangeEffect](../-inventory-change-effect/index.md)?
+| [transitionTo](index.md#net.axay.kspigot.inventory/InventoryGUIBuilder/transitionTo/#/PointingToDeclaration/)| [jvm] var [transitionTo](index.md#net.axay.kspigot.inventory/InventoryGUIBuilder/transitionTo/#/PointingToDeclaration/): [InventoryChangeEffect](../-inventory-change-effect/index.md)?
+| [type](index.md#net.axay.kspigot.inventory/InventoryGUIBuilder/type/#/PointingToDeclaration/)| [jvm] val [type](index.md#net.axay.kspigot.inventory/InventoryGUIBuilder/type/#/PointingToDeclaration/): [InventoryType](../-inventory-type/index.md)<[T](index.md)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/on-click-element.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/on-click-element.md new file mode 100644 index 00000000..26b28a38 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/on-click-element.md @@ -0,0 +1,14 @@ +--- +title: onClickElement - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIBuilder](index.md)/[onClickElement](on-click-element.md) + + + +# onClickElement +[jvm] +Content +fun [onClickElement](on-click-element.md)(onClick: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/page.html deleted file mode 100644 index e2748863..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - page - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

page

-
-
-
- -
-
fun page(page: Int, builder: InventoryGUIPageBuilder<T>.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/page.md new file mode 100644 index 00000000..ce01c1f9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-builder/page.md @@ -0,0 +1,30 @@ +--- +title: page - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIBuilder](index.md)/[page](page.md) + + + +# page +[jvm] +Brief description + + +Opens the builder for a new page and adds the new page to the GUI. + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| page|

The index of the page.

+ + +Content +fun [page](page.md)(page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), builder: [InventoryGUIPageBuilder](../-inventory-g-u-i-page-builder/index.md)<[T](index.md)>.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-inventory-change/-inventory-g-u-i-button-inventory-change.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-inventory-change/-inventory-g-u-i-button-inventory-change.md new file mode 100644 index 00000000..bf064070 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-inventory-change/-inventory-g-u-i-button-inventory-change.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIButtonInventoryChange - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIButtonInventoryChange](index.md)/[InventoryGUIButtonInventoryChange](-inventory-g-u-i-button-inventory-change.md) + + + +# InventoryGUIButtonInventoryChange +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIButtonInventoryChange](-inventory-g-u-i-button-inventory-change.md)(inventoryGUIElementData: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md), changeToGUICallback: () -> [InventoryGUI](../-inventory-g-u-i/index.md)<*>, changeToPageInt: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-inventory-change/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-inventory-change/index.md new file mode 100644 index 00000000..833e7908 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-inventory-change/index.md @@ -0,0 +1,28 @@ +--- +title: InventoryGUIButtonInventoryChange - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIButtonInventoryChange](index.md) + + + +# InventoryGUIButtonInventoryChange + [jvm] class [InventoryGUIButtonInventoryChange](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md), **changeToGUICallback**: () -> [InventoryGUI](../-inventory-g-u-i/index.md)<*>, **changeToPageInt**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **onChange**: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) : [InventoryGUIButton](../-inventory-g-u-i-button/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onClick](../-inventory-g-u-i-element/on-click.md)| [jvm]
Content
override fun [onClick](../-inventory-g-u-i-element/on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [action](index.md#net.axay.kspigot.inventory/InventoryGUIButtonInventoryChange/action/#/PointingToDeclaration/)| [jvm] override val [action](index.md#net.axay.kspigot.inventory/InventoryGUIButtonInventoryChange/action/#/PointingToDeclaration/): ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
+| [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIButtonInventoryChange/inventoryGUIElementData/#/PointingToDeclaration/)| [jvm] override val [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIButtonInventoryChange/inventoryGUIElementData/#/PointingToDeclaration/): [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/-inventory-g-u-i-button-page-change.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/-inventory-g-u-i-button-page-change.html deleted file mode 100644 index 62888dbf..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/-inventory-g-u-i-button-page-change.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIButtonPageChange - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIButtonPageChange

-
-
-
- -
-
fun InventoryGUIButtonPageChange(inventoryGUIElementData: InventoryGUIElementData, calculator: InventoryGUIPageChangeCalculator, onChange: (<ERROR CLASS>) -> Unit?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/-inventory-g-u-i-button-page-change.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/-inventory-g-u-i-button-page-change.md new file mode 100644 index 00000000..d81eee84 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/-inventory-g-u-i-button-page-change.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIButtonPageChange - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIButtonPageChange](index.md)/[InventoryGUIButtonPageChange](-inventory-g-u-i-button-page-change.md) + + + +# InventoryGUIButtonPageChange +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIButtonPageChange](-inventory-g-u-i-button-page-change.md)(inventoryGUIElementData: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md), calculator: [InventoryGUIPageChangeCalculator](../-inventory-g-u-i-page-change-calculator/index.md), onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/index.html deleted file mode 100644 index 94d47e3c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/index.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - InventoryGUIButtonPageChange - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIButtonPageChange

-
class InventoryGUIButtonPageChange(inventoryGUIElementData: InventoryGUIElementData, calculator: InventoryGUIPageChangeCalculator, onChange: (<ERROR CLASS>) -> Unit?) : InventoryGUIButton - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
onClick - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
action - - - -
- -Link copied to clipboard
-
-
-
-
-
override val action: (<ERROR CLASS>) -> Unit - -
-
-
-
- -
-
inventoryGUIElementData - - - -
- -Link copied to clipboard
-
-
-
-
-
override val inventoryGUIElementData: InventoryGUIElementData - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/index.md new file mode 100644 index 00000000..cc831c32 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button-page-change/index.md @@ -0,0 +1,28 @@ +--- +title: InventoryGUIButtonPageChange - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIButtonPageChange](index.md) + + + +# InventoryGUIButtonPageChange + [jvm] class [InventoryGUIButtonPageChange](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md), **calculator**: [InventoryGUIPageChangeCalculator](../-inventory-g-u-i-page-change-calculator/index.md), **onChange**: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) : [InventoryGUIButton](../-inventory-g-u-i-button/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onClick](../-inventory-g-u-i-element/on-click.md)| [jvm]
Content
override fun [onClick](../-inventory-g-u-i-element/on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [action](index.md#net.axay.kspigot.inventory/InventoryGUIButtonPageChange/action/#/PointingToDeclaration/)| [jvm] override val [action](index.md#net.axay.kspigot.inventory/InventoryGUIButtonPageChange/action/#/PointingToDeclaration/): ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
+| [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIButtonPageChange/inventoryGUIElementData/#/PointingToDeclaration/)| [jvm] override val [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIButtonPageChange/inventoryGUIElementData/#/PointingToDeclaration/): [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/-inventory-g-u-i-button.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/-inventory-g-u-i-button.html deleted file mode 100644 index 34086bc8..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/-inventory-g-u-i-button.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIButton - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIButton

-
-
-
- -
-
fun InventoryGUIButton(inventoryGUIElementData: InventoryGUIElementData, action: (<ERROR CLASS>) -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/-inventory-g-u-i-button.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/-inventory-g-u-i-button.md new file mode 100644 index 00000000..67c19234 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/-inventory-g-u-i-button.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIButton - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIButton](index.md)/[InventoryGUIButton](-inventory-g-u-i-button.md) + + + +# InventoryGUIButton +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIButton](-inventory-g-u-i-button.md)(inventoryGUIElementData: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md), action: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/index.html deleted file mode 100644 index 2591aa9f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/index.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - InventoryGUIButton - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIButton

-
open class InventoryGUIButton(inventoryGUIElementData: InventoryGUIElementData, action: (<ERROR CLASS>) -> Unit) : InventoryGUIElement - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
onClick - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
action - - - -
- -Link copied to clipboard
-
-
-
-
-
val action: (<ERROR CLASS>) -> Unit - -
-
-
-
- -
-
inventoryGUIElementData - - - -
- -Link copied to clipboard
-
-
-
-
-
override val inventoryGUIElementData: InventoryGUIElementData - -
-
-
-
-
-

Inheritors

-
-
-
InventoryGUIButtonPageChange - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/index.md new file mode 100644 index 00000000..c3a08c95 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/index.md @@ -0,0 +1,36 @@ +--- +title: InventoryGUIButton - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIButton](index.md) + + + +# InventoryGUIButton + [jvm] open class [InventoryGUIButton](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md), **action**: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) : [InventoryGUIElement](../-inventory-g-u-i-element/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onClick](../-inventory-g-u-i-element/on-click.md)| [jvm]
Content
override fun [onClick](../-inventory-g-u-i-element/on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [action](index.md#net.axay.kspigot.inventory/InventoryGUIButton/action/#/PointingToDeclaration/)| [jvm] val [action](index.md#net.axay.kspigot.inventory/InventoryGUIButton/action/#/PointingToDeclaration/): ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
+| [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIButton/inventoryGUIElementData/#/PointingToDeclaration/)| [jvm] override val [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIButton/inventoryGUIElementData/#/PointingToDeclaration/): [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)
+ + +## Inheritors + +| Name| +|---| +| [InventoryGUIButtonPageChange](../-inventory-g-u-i-button-page-change/index.md) +| [InventoryGUIButtonInventoryChange](../-inventory-g-u-i-button-inventory-change/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/on-click.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/on-click.html deleted file mode 100644 index 6fad1e16..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-button/on-click.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - onClick - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

onClick

-
-
-
- -
-
open override fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/-inventory-g-u-i-click-event.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/-inventory-g-u-i-click-event.html deleted file mode 100644 index 88934a53..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/-inventory-g-u-i-click-event.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIClickEvent - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIClickEvent

-
-
-
- -
-
fun <T : ForInventory> InventoryGUIClickEvent(bukkitEvent: InventoryClickEvent, gui: InventoryGUI<T>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/-inventory-g-u-i-click-event.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/-inventory-g-u-i-click-event.md new file mode 100644 index 00000000..c972c0b5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/-inventory-g-u-i-click-event.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIClickEvent - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIClickEvent](index.md)/[InventoryGUIClickEvent](-inventory-g-u-i-click-event.md) + + + +# InventoryGUIClickEvent +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIClickEvent](-inventory-g-u-i-click-event.md)(bukkitEvent: InventoryClickEvent, gui: [InventoryGUI](../-inventory-g-u-i/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/index.html deleted file mode 100644 index 6b4c2f3c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - InventoryGUIClickEvent - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIClickEvent

-
class InventoryGUIClickEvent<T : ForInventory>(bukkitEvent: InventoryClickEvent, gui: InventoryGUI<T>) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
bukkitEvent - - - -
- -Link copied to clipboard
-
-
-
-
-
val bukkitEvent: InventoryClickEvent - -
-
-
-
- -
-
gui - - - -
- -Link copied to clipboard
-
-
-
-
-
val gui: InventoryGUI<T> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/index.md new file mode 100644 index 00000000..e1190af4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/index.md @@ -0,0 +1,27 @@ +--- +title: InventoryGUIClickEvent - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIClickEvent](index.md) + + + +# InventoryGUIClickEvent + [jvm] class [InventoryGUIClickEvent](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**bukkitEvent**: InventoryClickEvent, **gui**: [InventoryGUI](../-inventory-g-u-i/index.md)<[T](index.md)>) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [bukkitEvent](index.md#net.axay.kspigot.inventory/InventoryGUIClickEvent/bukkitEvent/#/PointingToDeclaration/)| [jvm] val [bukkitEvent](index.md#net.axay.kspigot.inventory/InventoryGUIClickEvent/bukkitEvent/#/PointingToDeclaration/): InventoryClickEvent
+| [gui](index.md#net.axay.kspigot.inventory/InventoryGUIClickEvent/gui/#/PointingToDeclaration/)| [jvm] val [gui](index.md#net.axay.kspigot.inventory/InventoryGUIClickEvent/gui/#/PointingToDeclaration/): [InventoryGUI](../-inventory-g-u-i/index.md)<[T](index.md)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/-inventory-g-u-i-data.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/-inventory-g-u-i-data.html deleted file mode 100644 index e183eb58..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/-inventory-g-u-i-data.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIData

-
-
-
- -
-
fun <T : ForInventory> InventoryGUIData(plugin: KSpigot, inventoryType: InventoryType<T>, title: String?, pages: Map<Int, InventoryGUIPage>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/-inventory-g-u-i-data.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/-inventory-g-u-i-data.md new file mode 100644 index 00000000..198b8dac --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/-inventory-g-u-i-data.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIData](index.md)/[InventoryGUIData](-inventory-g-u-i-data.md) + + + +# InventoryGUIData +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIData](-inventory-g-u-i-data.md)(inventoryType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>, title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, pages: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>>, transitionTo: [InventoryChangeEffect](../-inventory-change-effect/index.md)?, transitionFrom: [InventoryChangeEffect](../-inventory-change-effect/index.md)?, generalOnClick: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/index.html deleted file mode 100644 index 96a7a32b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/index.html +++ /dev/null @@ -1,218 +0,0 @@ - - - - InventoryGUIData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIData

-
class InventoryGUIData<T : ForInventory>(plugin: KSpigot, inventoryType: InventoryType<T>, title: String?, pages: Map<Int, InventoryGUIPage>) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
inventoryType - - - -
- -Link copied to clipboard
-
-
-
-
-
val inventoryType: InventoryType<T> - -
-
-
-
- -
-
pages - - - -
- -Link copied to clipboard
-
-
-
-
-
val pages: Map<Int, InventoryGUIPage> - -
-
-
-
- -
-
plugin - - - -
- -Link copied to clipboard
-
-
-
-
-
val plugin: KSpigot - -
-
-
-
- -
-
title - - - -
- -Link copied to clipboard
-
-
-
-
-
val title: String? - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/index.md new file mode 100644 index 00000000..074cfb0f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-data/index.md @@ -0,0 +1,29 @@ +--- +title: InventoryGUIData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIData](index.md) + + + +# InventoryGUIData + [jvm] class [InventoryGUIData](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**inventoryType**: [InventoryType](../-inventory-type/index.md)<[T](index.md)>, **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **pages**: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>>, **transitionTo**: [InventoryChangeEffect](../-inventory-change-effect/index.md)?, **transitionFrom**: [InventoryChangeEffect](../-inventory-change-effect/index.md)?, **generalOnClick**: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [inventoryType](index.md#net.axay.kspigot.inventory/InventoryGUIData/inventoryType/#/PointingToDeclaration/)| [jvm] val [inventoryType](index.md#net.axay.kspigot.inventory/InventoryGUIData/inventoryType/#/PointingToDeclaration/): [InventoryType](../-inventory-type/index.md)<[T](index.md)>
+| [title](index.md#net.axay.kspigot.inventory/InventoryGUIData/title/#/PointingToDeclaration/)| [jvm] val [title](index.md#net.axay.kspigot.inventory/InventoryGUIData/title/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [transitionFrom](index.md#net.axay.kspigot.inventory/InventoryGUIData/transitionFrom/#/PointingToDeclaration/)| [jvm] val [transitionFrom](index.md#net.axay.kspigot.inventory/InventoryGUIData/transitionFrom/#/PointingToDeclaration/): [InventoryChangeEffect](../-inventory-change-effect/index.md)?
+| [transitionTo](index.md#net.axay.kspigot.inventory/InventoryGUIData/transitionTo/#/PointingToDeclaration/)| [jvm] val [transitionTo](index.md#net.axay.kspigot.inventory/InventoryGUIData/transitionTo/#/PointingToDeclaration/): [InventoryChangeEffect](../-inventory-change-effect/index.md)?
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/-inventory-g-u-i-element-data.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/-inventory-g-u-i-element-data.html deleted file mode 100644 index 851b938b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/-inventory-g-u-i-element-data.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIElementData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIElementData

-
-
-
- -
-
fun InventoryGUIElementData(itemStack: ItemStack) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/-inventory-g-u-i-element-data.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/-inventory-g-u-i-element-data.md new file mode 100644 index 00000000..d44f9a88 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/-inventory-g-u-i-element-data.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIElementData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIElementData](index.md)/[InventoryGUIElementData](-inventory-g-u-i-element-data.md) + + + +# InventoryGUIElementData +[jvm] +Content +fun [InventoryGUIElementData](-inventory-g-u-i-element-data.md)(itemStack: ItemStack) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/index.html deleted file mode 100644 index b3314f3b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - InventoryGUIElementData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIElementData

-
class InventoryGUIElementData(itemStack: ItemStack) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
itemStack - - - -
- -Link copied to clipboard
-
-
-
-
-
val itemStack: ItemStack - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/index.md new file mode 100644 index 00000000..898430bf --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element-data/index.md @@ -0,0 +1,26 @@ +--- +title: InventoryGUIElementData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIElementData](index.md) + + + +# InventoryGUIElementData + [jvm] class [InventoryGUIElementData](index.md)(**itemStack**: ItemStack) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [itemStack](index.md#net.axay.kspigot.inventory/InventoryGUIElementData/itemStack/#/PointingToDeclaration/)| [jvm] val [itemStack](index.md#net.axay.kspigot.inventory/InventoryGUIElementData/itemStack/#/PointingToDeclaration/): ItemStack
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/-inventory-g-u-i-element.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/-inventory-g-u-i-element.html deleted file mode 100644 index 4c4e5fc6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/-inventory-g-u-i-element.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIElement - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIElement

-
-
-
- -
-
fun InventoryGUIElement(inventoryGUIElementData: InventoryGUIElementData) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/-inventory-g-u-i-element.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/-inventory-g-u-i-element.md new file mode 100644 index 00000000..c32a65fa --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/-inventory-g-u-i-element.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIElement - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIElement](index.md)/[InventoryGUIElement](-inventory-g-u-i-element.md) + + + +# InventoryGUIElement +[jvm] +Content +fun [InventoryGUIElement](-inventory-g-u-i-element.md)(inventoryGUIElementData: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/index.html deleted file mode 100644 index af749d35..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/index.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - InventoryGUIElement - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIElement

-
abstract class InventoryGUIElement(inventoryGUIElementData: InventoryGUIElementData) : InventoryGUISlot - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
onClick - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract override fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
inventoryGUIElementData - - - -
- -Link copied to clipboard
-
-
-
-
-
val inventoryGUIElementData: InventoryGUIElementData - -
-
-
-
-
-

Inheritors

-
-
-
InventoryGUIButton - - - -
- -Link copied to clipboard
-
-
- -
-
InventoryGUIPlaceholder - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/index.md new file mode 100644 index 00000000..51bdf549 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/index.md @@ -0,0 +1,35 @@ +--- +title: InventoryGUIElement - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIElement](index.md) + + + +# InventoryGUIElement + [jvm] abstract class [InventoryGUIElement](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)) : [InventoryGUISlot](../-inventory-g-u-i-slot/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onClick](on-click.md)| [jvm]
Content
override fun [onClick](on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIElement/inventoryGUIElementData/#/PointingToDeclaration/)| [jvm] val [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIElement/inventoryGUIElementData/#/PointingToDeclaration/): [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)
+ + +## Inheritors + +| Name| +|---| +| [InventoryGUIButton](../-inventory-g-u-i-button/index.md) +| [InventoryGUIPlaceholder](../-inventory-g-u-i-placeholder/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/on-click.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/on-click.md new file mode 100644 index 00000000..27723d9e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-element/on-click.md @@ -0,0 +1,14 @@ +--- +title: onClick - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIElement](index.md)/[onClick](on-click.md) + + + +# onClick +[jvm] +Content +override fun [onClick](on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/-inventory-g-u-i-free-slot.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/-inventory-g-u-i-free-slot.html deleted file mode 100644 index b6555595..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/-inventory-g-u-i-free-slot.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIFreeSlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIFreeSlot

-
-
-
- -
-
fun InventoryGUIFreeSlot() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/-inventory-g-u-i-free-slot.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/-inventory-g-u-i-free-slot.md new file mode 100644 index 00000000..44e7f3d4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/-inventory-g-u-i-free-slot.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIFreeSlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIFreeSlot](index.md)/[InventoryGUIFreeSlot](-inventory-g-u-i-free-slot.md) + + + +# InventoryGUIFreeSlot +[jvm] +Content +fun [InventoryGUIFreeSlot](-inventory-g-u-i-free-slot.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/index.html deleted file mode 100644 index 523bc967..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - InventoryGUIFreeSlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIFreeSlot

-
class InventoryGUIFreeSlot : InventoryGUISlot - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
onClick - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/index.md new file mode 100644 index 00000000..287d5cb1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/index.md @@ -0,0 +1,20 @@ +--- +title: InventoryGUIFreeSlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIFreeSlot](index.md) + + + +# InventoryGUIFreeSlot + [jvm] class [InventoryGUIFreeSlot](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)> : [InventoryGUISlot](../-inventory-g-u-i-slot/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onClick](on-click.md)| [jvm]
Content
open override fun [onClick](on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/on-click.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/on-click.html deleted file mode 100644 index 5f85029d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/on-click.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - onClick - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

onClick

-
-
-
- -
-
open override fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/on-click.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/on-click.md new file mode 100644 index 00000000..a387ba5f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-free-slot/on-click.md @@ -0,0 +1,14 @@ +--- +title: onClick - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIFreeSlot](index.md)/[onClick](on-click.md) + + + +# onClick +[jvm] +Content +open override fun [onClick](on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/-inventory-g-u-i-holder.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/-inventory-g-u-i-holder.html deleted file mode 100644 index a5b7e07c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/-inventory-g-u-i-holder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIHolder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIHolder

-
-
-
- -
-
fun InventoryGUIHolder(kSpigot: KSpigot) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/close.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/close.html deleted file mode 100644 index 6eb82e1f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/close.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - close - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

close

-
-
-
- -
-
open override fun close() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/close.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/close.md new file mode 100644 index 00000000..cf787c51 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/close.md @@ -0,0 +1,14 @@ +--- +title: close - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIHolder](index.md)/[close](close.md) + + + +# close +[jvm] +Content +open override fun [close](close.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/index.html deleted file mode 100644 index 3098b6ef..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/index.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - InventoryGUIHolder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIHolder

-
class InventoryGUIHolder(kSpigot: KSpigot) : AutoCloseable - -
-
-
-
-
-

Functions

-
-
-
close - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun close() - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
register - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun register(inventoryGUI: InventoryGUI<*>) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
unregister - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun unregister(inventoryGUI: InventoryGUI<*>) - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/index.md new file mode 100644 index 00000000..cef16e21 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/index.md @@ -0,0 +1,22 @@ +--- +title: InventoryGUIHolder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIHolder](index.md) + + + +# InventoryGUIHolder + [jvm] object [InventoryGUIHolder](index.md) : [AutoCloseable](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html) + + +## Functions + +| Name| Summary| +|---|---| +| [close](close.md)| [jvm]
Content
open override fun [close](close.md)()


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [register](register.md)| [jvm]
Content
fun [register](register.md)(inventoryGUI: [InventoryGUI](../-inventory-g-u-i/index.md)<[ForInventory](../-for-inventory/index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [unregister](unregister.md)| [jvm]
Content
fun [unregister](unregister.md)(inventoryGUI: [InventoryGUI](../-inventory-g-u-i/index.md)<[ForInventory](../-for-inventory/index.md)>)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/register.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/register.html deleted file mode 100644 index 79023893..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/register.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - register - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

register

-
-
-
- -
-
fun register(inventoryGUI: InventoryGUI<*>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/register.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/register.md new file mode 100644 index 00000000..02560aab --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/register.md @@ -0,0 +1,14 @@ +--- +title: register - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIHolder](index.md)/[register](register.md) + + + +# register +[jvm] +Content +fun [register](register.md)(inventoryGUI: [InventoryGUI](../-inventory-g-u-i/index.md)<[ForInventory](../-for-inventory/index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/unregister.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/unregister.html deleted file mode 100644 index c8457025..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/unregister.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - unregister - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

unregister

-
-
-
- -
-
fun unregister(inventoryGUI: InventoryGUI<*>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/unregister.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/unregister.md new file mode 100644 index 00000000..06f5a7af --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-holder/unregister.md @@ -0,0 +1,14 @@ +--- +title: unregister - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIHolder](index.md)/[unregister](unregister.md) + + + +# unregister +[jvm] +Content +fun [unregister](unregister.md)(inventoryGUI: [InventoryGUI](../-inventory-g-u-i/index.md)<[ForInventory](../-for-inventory/index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/-inventory-g-u-i-page-builder.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/-inventory-g-u-i-page-builder.html deleted file mode 100644 index 9cff6acc..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/-inventory-g-u-i-page-builder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIPageBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPageBuilder

-
-
-
- -
-
fun <T : ForInventory> InventoryGUIPageBuilder(type: InventoryType<T>, page: Int) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/-inventory-g-u-i-page-builder.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/-inventory-g-u-i-page-builder.md new file mode 100644 index 00000000..7c40556b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/-inventory-g-u-i-page-builder.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIPageBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[InventoryGUIPageBuilder](-inventory-g-u-i-page-builder.md) + + + +# InventoryGUIPageBuilder +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIPageBuilder](-inventory-g-u-i-page-builder.md)(type: [InventoryType](../-inventory-type/index.md)<[T](index.md)>, page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/build.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/build.html deleted file mode 100644 index 9fad5f0c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/build.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - build - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

build

-
-
-
- -
-
fun build(): InventoryGUIPage - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/button.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/button.html deleted file mode 100644 index 40e9304c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/button.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - button - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

button

-
-

A button is an item protected from any player actions. If clicked, the specified onClick function is invoked.

-
- -
-
fun button(slots: InventorySlotCompound<T>, itemStack: ItemStack, onClick: (InventoryGUIClickEvent<T>) -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/button.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/button.md new file mode 100644 index 00000000..ec4fc06a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/button.md @@ -0,0 +1,20 @@ +--- +title: button - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[button](button.md) + + + +# button +[jvm] +Brief description + + +A button is an item protected from any player actions. If clicked, the specified onClick function is invoked. + + +Content +fun [button](button.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, onClick: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/change-g-u-i.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/change-g-u-i.md new file mode 100644 index 00000000..4c87c890 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/change-g-u-i.md @@ -0,0 +1,20 @@ +--- +title: changeGUI - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[changeGUI](change-g-u-i.md) + + + +# changeGUI +[jvm] +Brief description + + +By pressing this button, the player switches to another InventoryGUI. The transition effect is applied. + + +Content +fun [changeGUI](change-g-u-i.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, newGUI: () -> [InventoryGUI](../-inventory-g-u-i/index.md)<*>, newPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/free-slot.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/free-slot.html deleted file mode 100644 index 0212004e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/free-slot.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - freeSlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

freeSlot

-
-

A free slot does not block any player actions. The player can put items in this slot or take items out of it.

-
- -
-
fun freeSlot(slots: InventorySlotCompound<T>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/free-slot.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/free-slot.md new file mode 100644 index 00000000..3104950e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/free-slot.md @@ -0,0 +1,20 @@ +--- +title: freeSlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[freeSlot](free-slot.md) + + + +# freeSlot +[jvm] +Brief description + + +A free slot does not block any player actions. The player can put items in this slot or take items out of it. + + +Content +fun [freeSlot](free-slot.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/index.html deleted file mode 100644 index 2418c4d9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/index.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - InventoryGUIPageBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPageBuilder

-
class InventoryGUIPageBuilder<T : ForInventory>(type: InventoryType<T>, page: Int) - -
-
-
-
-
-

Functions

-
-
-
build - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun build(): InventoryGUIPage - -
-
-
-
-
-
- -
-
button - - - -
- -Link copied to clipboard
-
-
-
-

A button is an item protected from any player actions. If clicked, the specified onClick function is invoked.

-
- -
-
fun button(slots: InventorySlotCompound<T>, itemStack: ItemStack, onClick: (InventoryGUIClickEvent<T>) -> Unit) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
freeSlot - - - -
- -Link copied to clipboard
-
-
-
-

A free slot does not block any player actions. The player can put items in this slot or take items out of it.

-
- -
-
fun freeSlot(slots: InventorySlotCompound<T>) - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
nextPage - - - -
- -Link copied to clipboard
-
-
-
-

This button always tries to find the next page if clicked, and if a next page exists it is loaded.

-
- -
-
fun nextPage(slots: InventorySlotCompound<T>, itemStack: ItemStack, onChange: (InventoryGUIClickEvent<T>) -> Unit?) - -
-
-
-
-
-
- -
-
pageChanger - - - -
- -Link copied to clipboard
-
-
-
-

This is a button which loads the specified toPage if clicked.

-
- -
-
fun pageChanger(slots: InventorySlotCompound<T>, itemStack: ItemStack, toPage: Int, onChange: (InventoryGUIClickEvent<T>) -> Unit?) - -
-
-
-
-
-
- -
-
placeholder - - - -
- -Link copied to clipboard
-
-
-
-

An item protected from any player actions. This is not a button.

-
- -
-
fun placeholder(slots: InventorySlotCompound<T>, itemStack: ItemStack) - -
-
-
-
-
-
- -
-
previousPage - - - -
- -Link copied to clipboard
-
-
-
-

This button always tries to find the previous page if clicked, and if a previous page exists it is loaded.

-
- -
-
fun previousPage(slots: InventorySlotCompound<T>, itemStack: ItemStack, onChange: (InventoryGUIClickEvent<T>) -> Unit?) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
page - - - -
- -Link copied to clipboard
-
-
-
-
-
val page: Int - -
-
-
-
- -
-
transitionFrom - - - -
- -Link copied to clipboard
-
-
-
-
-
var transitionFrom: InventoryGUIPageChangeEffect? - -
-
-
-
- -
-
transitionTo - - - -
- -Link copied to clipboard
-
-
-
-
-
var transitionTo: InventoryGUIPageChangeEffect? - -
-
-
-
- -
-
type - - - -
- -Link copied to clipboard
-
-
-
-
-
val type: InventoryType<T> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/index.md new file mode 100644 index 00000000..287a4573 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/index.md @@ -0,0 +1,36 @@ +--- +title: InventoryGUIPageBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md) + + + +# InventoryGUIPageBuilder + [jvm] class [InventoryGUIPageBuilder](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**type**: [InventoryType](../-inventory-type/index.md)<[T](index.md)>, **page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + +## Functions + +| Name| Summary| +|---|---| +| [button](button.md)| [jvm]
Brief description


A button is an item protected from any player actions. If clicked, the specified onClick function is invoked.


Content
fun [button](button.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, onClick: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [changeGUI](change-g-u-i.md)| [jvm]
Brief description


By pressing this button, the player switches to another InventoryGUI. The transition effect is applied.


Content
fun [changeGUI](change-g-u-i.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, newGUI: () -> [InventoryGUI](../-inventory-g-u-i/index.md)<*>, newPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [freeSlot](free-slot.md)| [jvm]
Brief description


A free slot does not block any player actions. The player can put items in this slot or take items out of it.


Content
fun [freeSlot](free-slot.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [nextPage](next-page.md)| [jvm]
Brief description


This button always tries to find the next page if clicked, and if a next page exists it is loaded.


Content
fun [nextPage](next-page.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


+| [pageChanger](page-changer.md)| [jvm]
Brief description


This is a button which loads the specified toPage if clicked.


Content
fun [pageChanger](page-changer.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, toPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


+| [placeholder](placeholder.md)| [jvm]
Brief description


An item protected from any player actions. This is not a button.


Content
fun [placeholder](placeholder.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack)


+| [previousPage](previous-page.md)| [jvm]
Brief description


This button always tries to find the previous page if clicked, and if a previous page exists it is loaded.


Content
fun [previousPage](previous-page.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [page](index.md#net.axay.kspigot.inventory/InventoryGUIPageBuilder/page/#/PointingToDeclaration/)| [jvm] val [page](index.md#net.axay.kspigot.inventory/InventoryGUIPageBuilder/page/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [transitionFrom](index.md#net.axay.kspigot.inventory/InventoryGUIPageBuilder/transitionFrom/#/PointingToDeclaration/)| [jvm] var [transitionFrom](index.md#net.axay.kspigot.inventory/InventoryGUIPageBuilder/transitionFrom/#/PointingToDeclaration/): [PageChangeEffect](../-page-change-effect/index.md)?
+| [transitionTo](index.md#net.axay.kspigot.inventory/InventoryGUIPageBuilder/transitionTo/#/PointingToDeclaration/)| [jvm] var [transitionTo](index.md#net.axay.kspigot.inventory/InventoryGUIPageBuilder/transitionTo/#/PointingToDeclaration/): [PageChangeEffect](../-page-change-effect/index.md)?
+| [type](index.md#net.axay.kspigot.inventory/InventoryGUIPageBuilder/type/#/PointingToDeclaration/)| [jvm] val [type](index.md#net.axay.kspigot.inventory/InventoryGUIPageBuilder/type/#/PointingToDeclaration/): [InventoryType](../-inventory-type/index.md)<[T](index.md)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/next-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/next-page.html deleted file mode 100644 index 840af56d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/next-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - nextPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

nextPage

-
-

This button always tries to find the next page if clicked, and if a next page exists it is loaded.

-
- -
-
fun nextPage(slots: InventorySlotCompound<T>, itemStack: ItemStack, onChange: (InventoryGUIClickEvent<T>) -> Unit?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/next-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/next-page.md new file mode 100644 index 00000000..e38394df --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/next-page.md @@ -0,0 +1,20 @@ +--- +title: nextPage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[nextPage](next-page.md) + + + +# nextPage +[jvm] +Brief description + + +This button always tries to find the next page if clicked, and if a next page exists it is loaded. + + +Content +fun [nextPage](next-page.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/page-changer.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/page-changer.html deleted file mode 100644 index e39206d7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/page-changer.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - pageChanger - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

pageChanger

-
-

This is a button which loads the specified toPage if clicked.

-
- -
-
fun pageChanger(slots: InventorySlotCompound<T>, itemStack: ItemStack, toPage: Int, onChange: (InventoryGUIClickEvent<T>) -> Unit?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/page-changer.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/page-changer.md new file mode 100644 index 00000000..54bac151 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/page-changer.md @@ -0,0 +1,20 @@ +--- +title: pageChanger - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[pageChanger](page-changer.md) + + + +# pageChanger +[jvm] +Brief description + + +This is a button which loads the specified toPage if clicked. + + +Content +fun [pageChanger](page-changer.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, toPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/placeholder.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/placeholder.html deleted file mode 100644 index 2781643e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/placeholder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - placeholder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

placeholder

-
-

An item protected from any player actions. This is not a button.

-
- -
-
fun placeholder(slots: InventorySlotCompound<T>, itemStack: ItemStack) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/placeholder.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/placeholder.md new file mode 100644 index 00000000..29777948 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/placeholder.md @@ -0,0 +1,20 @@ +--- +title: placeholder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[placeholder](placeholder.md) + + + +# placeholder +[jvm] +Brief description + + +An item protected from any player actions. This is not a button. + + +Content +fun [placeholder](placeholder.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/previous-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/previous-page.html deleted file mode 100644 index 7664a4ab..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/previous-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - previousPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

previousPage

-
-

This button always tries to find the previous page if clicked, and if a previous page exists it is loaded.

-
- -
-
fun previousPage(slots: InventorySlotCompound<T>, itemStack: ItemStack, onChange: (InventoryGUIClickEvent<T>) -> Unit?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/previous-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/previous-page.md new file mode 100644 index 00000000..7eeec3ed --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/previous-page.md @@ -0,0 +1,20 @@ +--- +title: previousPage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[previousPage](previous-page.md) + + + +# previousPage +[jvm] +Brief description + + +This button always tries to find the previous page if clicked, and if a previous page exists it is loaded. + + +Content +fun [previousPage](previous-page.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/-inventory-g-u-i-consistent-page-calculator.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/-inventory-g-u-i-consistent-page-calculator.html deleted file mode 100644 index dc67b0cf..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/-inventory-g-u-i-consistent-page-calculator.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIConsistentPageCalculator - - - - - - - - - - -
-
- -
-
-
-
-
- - - - - -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/-inventory-g-u-i-consistent-page-calculator.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/-inventory-g-u-i-consistent-page-calculator.md new file mode 100644 index 00000000..f1e87660 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/-inventory-g-u-i-consistent-page-calculator.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIConsistentPageCalculator - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryGUIPageChangeCalculator](../index.md)/[InventoryGUIConsistentPageCalculator](index.md)/[InventoryGUIConsistentPageCalculator](-inventory-g-u-i-consistent-page-calculator.md) + + + +# InventoryGUIConsistentPageCalculator +[jvm] +Content +fun [InventoryGUIConsistentPageCalculator](-inventory-g-u-i-consistent-page-calculator.md)(toPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/calculate-new-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/calculate-new-page.html deleted file mode 100644 index 7af2bfbb..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/calculate-new-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - calculateNewPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

calculateNewPage

-
-
-
- -
-
open override fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/calculate-new-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/calculate-new-page.md new file mode 100644 index 00000000..cc35c4fb --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/calculate-new-page.md @@ -0,0 +1,14 @@ +--- +title: calculateNewPage - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryGUIPageChangeCalculator](../index.md)/[InventoryGUIConsistentPageCalculator](index.md)/[calculateNewPage](calculate-new-page.md) + + + +# calculateNewPage +[jvm] +Content +open override fun [calculateNewPage](calculate-new-page.md)(currentPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pages: [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/index.html deleted file mode 100644 index f6a10373..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - InventoryGUIConsistentPageCalculator - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIConsistentPageCalculator

-
class InventoryGUIConsistentPageCalculator(toPage: Int) : InventoryGUIPageChangeCalculator - -
-
-
-
-
-

Functions

-
-
-
calculateNewPage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/index.md new file mode 100644 index 00000000..42fd41c2 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-consistent-page-calculator/index.md @@ -0,0 +1,20 @@ +--- +title: InventoryGUIConsistentPageCalculator - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryGUIPageChangeCalculator](../index.md)/[InventoryGUIConsistentPageCalculator](index.md) + + + +# InventoryGUIConsistentPageCalculator + [jvm] class [InventoryGUIConsistentPageCalculator](index.md)(**toPage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) : [InventoryGUIPageChangeCalculator](../index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [calculateNewPage](calculate-new-page.md)| [jvm]
Content
open override fun [calculateNewPage](calculate-new-page.md)(currentPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pages: [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/calculate-new-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/calculate-new-page.html deleted file mode 100644 index 0b842ce7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/calculate-new-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - calculateNewPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

calculateNewPage

-
-
-
- -
-
open override fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/calculate-new-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/calculate-new-page.md new file mode 100644 index 00000000..c8422f11 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/calculate-new-page.md @@ -0,0 +1,14 @@ +--- +title: calculateNewPage - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryGUIPageChangeCalculator](../index.md)/[InventoryGUINextPageCalculator](index.md)/[calculateNewPage](calculate-new-page.md) + + + +# calculateNewPage +[jvm] +Content +open override fun [calculateNewPage](calculate-new-page.md)(currentPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pages: [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/index.html deleted file mode 100644 index d9cc90b0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - InventoryGUINextPageCalculator - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUINextPageCalculator

-
object InventoryGUINextPageCalculator : InventoryGUIPageChangeCalculator - -
-
-
-
-
-

Functions

-
-
-
calculateNewPage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int? - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/index.md new file mode 100644 index 00000000..a762f93e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-next-page-calculator/index.md @@ -0,0 +1,20 @@ +--- +title: InventoryGUINextPageCalculator - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryGUIPageChangeCalculator](../index.md)/[InventoryGUINextPageCalculator](index.md) + + + +# InventoryGUINextPageCalculator + [jvm] object [InventoryGUINextPageCalculator](index.md) : [InventoryGUIPageChangeCalculator](../index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [calculateNewPage](calculate-new-page.md)| [jvm]
Content
open override fun [calculateNewPage](calculate-new-page.md)(currentPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pages: [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


+| [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-page-change-calculator.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-page-change-calculator.html deleted file mode 100644 index a49988eb..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-page-change-calculator.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIPageChangeCalculator - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPageChangeCalculator

-
-
-
- -
-
fun InventoryGUIPageChangeCalculator() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-page-change-calculator.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-page-change-calculator.md new file mode 100644 index 00000000..7218489e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-page-change-calculator.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIPageChangeCalculator - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageChangeCalculator](index.md)/[InventoryGUIPageChangeCalculator](-inventory-g-u-i-page-change-calculator.md) + + + +# InventoryGUIPageChangeCalculator +[jvm] +Content +fun [InventoryGUIPageChangeCalculator](-inventory-g-u-i-page-change-calculator.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/calculate-new-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/calculate-new-page.html deleted file mode 100644 index dd924a73..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/calculate-new-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - calculateNewPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

calculateNewPage

-
-
-
- -
-
open override fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/calculate-new-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/calculate-new-page.md new file mode 100644 index 00000000..8cbacc5e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/calculate-new-page.md @@ -0,0 +1,14 @@ +--- +title: calculateNewPage - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryGUIPageChangeCalculator](../index.md)/[InventoryGUIPreviousPageCalculator](index.md)/[calculateNewPage](calculate-new-page.md) + + + +# calculateNewPage +[jvm] +Content +open override fun [calculateNewPage](calculate-new-page.md)(currentPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pages: [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/index.html deleted file mode 100644 index 15ffee4b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - InventoryGUIPreviousPageCalculator - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPreviousPageCalculator

-
object InventoryGUIPreviousPageCalculator : InventoryGUIPageChangeCalculator - -
-
-
-
-
-

Functions

-
-
-
calculateNewPage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int? - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/index.md new file mode 100644 index 00000000..da9013bb --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/-inventory-g-u-i-previous-page-calculator/index.md @@ -0,0 +1,20 @@ +--- +title: InventoryGUIPreviousPageCalculator - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryGUIPageChangeCalculator](../index.md)/[InventoryGUIPreviousPageCalculator](index.md) + + + +# InventoryGUIPreviousPageCalculator + [jvm] object [InventoryGUIPreviousPageCalculator](index.md) : [InventoryGUIPageChangeCalculator](../index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [calculateNewPage](calculate-new-page.md)| [jvm]
Content
open override fun [calculateNewPage](calculate-new-page.md)(currentPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pages: [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


+| [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/calculate-new-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/calculate-new-page.html deleted file mode 100644 index 75dd11e7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/calculate-new-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - calculateNewPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

calculateNewPage

-
-
-
- -
-
abstract fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/calculate-new-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/calculate-new-page.md new file mode 100644 index 00000000..da1230cd --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/calculate-new-page.md @@ -0,0 +1,14 @@ +--- +title: calculateNewPage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageChangeCalculator](index.md)/[calculateNewPage](calculate-new-page.md) + + + +# calculateNewPage +[jvm] +Content +abstract fun [calculateNewPage](calculate-new-page.md)(currentPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pages: [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/index.html deleted file mode 100644 index 76c16b96..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/index.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - InventoryGUIPageChangeCalculator - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPageChangeCalculator

-
abstract class InventoryGUIPageChangeCalculator - -
-
-
-
-
-

Types

-
-
-
InventoryGUIConsistentPageCalculator - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIConsistentPageCalculator(toPage: Int) : InventoryGUIPageChangeCalculator - -
-
-
-
-
-
- -
-
InventoryGUINextPageCalculator - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object InventoryGUINextPageCalculator : InventoryGUIPageChangeCalculator - -
-
-
-
-
-
- -
-
InventoryGUIPreviousPageCalculator - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object InventoryGUIPreviousPageCalculator : InventoryGUIPageChangeCalculator - -
-
-
-
-
-
-
-

Functions

-
-
-
calculateNewPage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int? - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
InventoryGUIPageChangeCalculator - - - -
- -Link copied to clipboard
-
-
- -
-
InventoryGUIPageChangeCalculator - - - -
- -Link copied to clipboard
-
-
- -
-
InventoryGUIPageChangeCalculator - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/index.md new file mode 100644 index 00000000..58b0b908 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-calculator/index.md @@ -0,0 +1,38 @@ +--- +title: InventoryGUIPageChangeCalculator - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageChangeCalculator](index.md) + + + +# InventoryGUIPageChangeCalculator + [jvm] abstract class [InventoryGUIPageChangeCalculator](index.md) + + +## Types + +| Name| Summary| +|---|---| +| [InventoryGUIConsistentPageCalculator](-inventory-g-u-i-consistent-page-calculator/index.md)| [jvm]
Content
class [InventoryGUIConsistentPageCalculator](-inventory-g-u-i-consistent-page-calculator/index.md)(**toPage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) : [InventoryGUIPageChangeCalculator](index.md)


+| [InventoryGUINextPageCalculator](-inventory-g-u-i-next-page-calculator/index.md)| [jvm]
Content
object [InventoryGUINextPageCalculator](-inventory-g-u-i-next-page-calculator/index.md) : [InventoryGUIPageChangeCalculator](index.md)


+| [InventoryGUIPreviousPageCalculator](-inventory-g-u-i-previous-page-calculator/index.md)| [jvm]
Content
object [InventoryGUIPreviousPageCalculator](-inventory-g-u-i-previous-page-calculator/index.md) : [InventoryGUIPageChangeCalculator](index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [calculateNewPage](calculate-new-page.md)| [jvm]
Content
abstract fun [calculateNewPage](calculate-new-page.md)(currentPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pages: [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [InventoryGUIPageChangeCalculator](-inventory-g-u-i-previous-page-calculator/index.md) +| [InventoryGUIPageChangeCalculator](-inventory-g-u-i-next-page-calculator/index.md) +| [InventoryGUIPageChangeCalculator](-inventory-g-u-i-consistent-page-calculator/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-i-n-s-t-a-n-t/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-i-n-s-t-a-n-t/index.html deleted file mode 100644 index 51dddf63..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-i-n-s-t-a-n-t/index.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - INSTANT - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

INSTANT

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: InventoryGUIPageChangeEffect): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<InventoryGUIPageChangeEffect>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<InventoryGUIPageChangeEffect> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-l-i-d-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-l-i-d-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.html deleted file mode 100644 index 9573d489..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-l-i-d-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - SLIDE_HORIZONTALLY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SLIDE_HORIZONTALLY

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: InventoryGUIPageChangeEffect): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<InventoryGUIPageChangeEffect>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<InventoryGUIPageChangeEffect> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-l-i-d-e_-v-e-r-t-i-c-a-l-l-y/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-l-i-d-e_-v-e-r-t-i-c-a-l-l-y/index.html deleted file mode 100644 index 93657b1f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-l-i-d-e_-v-e-r-t-i-c-a-l-l-y/index.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - SLIDE_VERTICALLY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SLIDE_VERTICALLY

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: InventoryGUIPageChangeEffect): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<InventoryGUIPageChangeEffect>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<InventoryGUIPageChangeEffect> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-w-i-p-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-w-i-p-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.html deleted file mode 100644 index 3e1850b8..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-w-i-p-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - SWIPE_HORIZONTALLY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SWIPE_HORIZONTALLY

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: InventoryGUIPageChangeEffect): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<InventoryGUIPageChangeEffect>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<InventoryGUIPageChangeEffect> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.html deleted file mode 100644 index b66e8f25..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - SWIPE_VERTICALLY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SWIPE_VERTICALLY

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: InventoryGUIPageChangeEffect): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<InventoryGUIPageChangeEffect>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<InventoryGUIPageChangeEffect> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/index.html deleted file mode 100644 index 10f2103e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-change-effect/index.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - InventoryGUIPageChangeEffect - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPageChangeEffect

-
enum InventoryGUIPageChangeEffect : Enum<InventoryGUIPageChangeEffect> - -
-
-
-
-
-

Entries

-
-
-
INSTANT - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
- -
-
SLIDE_HORIZONTALLY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
- -
-
SLIDE_VERTICALLY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
- -
-
SWIPE_HORIZONTALLY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
- -
-
SWIPE_VERTICALLY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
-
-

Functions

-
-
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: InventoryGUIPageChangeEffect): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<InventoryGUIPageChangeEffect>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<InventoryGUIPageChangeEffect> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/-companion/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/-companion/index.html deleted file mode 100644 index 8fad7dbe..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/-companion/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - Companion - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Companion

-
object Companion - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/-inventory-g-u-i-page-changer.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/-inventory-g-u-i-page-changer.html deleted file mode 100644 index 0f496648..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/-inventory-g-u-i-page-changer.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIPageChanger - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPageChanger

-
-
-
- -
-
fun InventoryGUIPageChanger(effect: InventoryGUIPageChangeEffect) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/change-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/change-page.html deleted file mode 100644 index 718aa771..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/change-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - changePage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

changePage

-
-
-
- -
-
fun changePage(gui: <ERROR CLASS>, fromPage: Int, toPage: Int) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/index.html deleted file mode 100644 index 7c66de1d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-changer/index.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - InventoryGUIPageChanger - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPageChanger

-
class InventoryGUIPageChanger(effect: InventoryGUIPageChangeEffect) - -
-
-
-
-
-

Types

-
-
-
Companion - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object Companion - -
-
-
-
-
-
-
-

Functions

-
-
-
changePage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun changePage(gui: <ERROR CLASS>, fromPage: Int, toPage: Int) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/-inventory-g-u-i-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/-inventory-g-u-i-page.html deleted file mode 100644 index affb92b6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/-inventory-g-u-i-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPage

-
-
-
- -
-
fun InventoryGUIPage(slots: Map<Int, InventoryGUISlot>, transitionTo: InventoryGUIPageChangeEffect?, transitionFrom: InventoryGUIPageChangeEffect?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/-inventory-g-u-i-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/-inventory-g-u-i-page.md new file mode 100644 index 00000000..a44e1030 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/-inventory-g-u-i-page.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIPage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPage](index.md)/[InventoryGUIPage](-inventory-g-u-i-page.md) + + + +# InventoryGUIPage +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIPage](-inventory-g-u-i-page.md)(number: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), slots: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), [InventoryGUISlot](../-inventory-g-u-i-slot/index.md)<[T](index.md)>>, transitionTo: [PageChangeEffect](../-page-change-effect/index.md)?, transitionFrom: [PageChangeEffect](../-page-change-effect/index.md)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/index.html deleted file mode 100644 index c1b04a27..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/index.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - InventoryGUIPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPage

-
class InventoryGUIPage(slots: Map<Int, InventoryGUISlot>, transitionTo: InventoryGUIPageChangeEffect?, transitionFrom: InventoryGUIPageChangeEffect?) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
pageChangerFrom - - - -
- -Link copied to clipboard
-
-
-
-
-
val pageChangerFrom: InventoryGUIPageChanger? - -
-
-
-
- -
-
pageChangerTo - - - -
- -Link copied to clipboard
-
-
-
-
-
val pageChangerTo: InventoryGUIPageChanger? - -
-
-
-
- -
-
slots - - - -
- -Link copied to clipboard
-
-
-
-
-
val slots: Map<Int, InventoryGUISlot> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/index.md new file mode 100644 index 00000000..d1b9e233 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page/index.md @@ -0,0 +1,28 @@ +--- +title: InventoryGUIPage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPage](index.md) + + + +# InventoryGUIPage + [jvm] class [InventoryGUIPage](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**number**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **slots**: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), [InventoryGUISlot](../-inventory-g-u-i-slot/index.md)<[T](index.md)>>, **transitionTo**: [PageChangeEffect](../-page-change-effect/index.md)?, **transitionFrom**: [PageChangeEffect](../-page-change-effect/index.md)?) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [number](index.md#net.axay.kspigot.inventory/InventoryGUIPage/number/#/PointingToDeclaration/)| [jvm] val [number](index.md#net.axay.kspigot.inventory/InventoryGUIPage/number/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [transitionFrom](index.md#net.axay.kspigot.inventory/InventoryGUIPage/transitionFrom/#/PointingToDeclaration/)| [jvm] val [transitionFrom](index.md#net.axay.kspigot.inventory/InventoryGUIPage/transitionFrom/#/PointingToDeclaration/): [PageChangeEffect](../-page-change-effect/index.md)?
+| [transitionTo](index.md#net.axay.kspigot.inventory/InventoryGUIPage/transitionTo/#/PointingToDeclaration/)| [jvm] val [transitionTo](index.md#net.axay.kspigot.inventory/InventoryGUIPage/transitionTo/#/PointingToDeclaration/): [PageChangeEffect](../-page-change-effect/index.md)?
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/-inventory-g-u-i-placeholder.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/-inventory-g-u-i-placeholder.html deleted file mode 100644 index 7a82a72a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/-inventory-g-u-i-placeholder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIPlaceholder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPlaceholder

-
-
-
- -
-
fun InventoryGUIPlaceholder(inventoryGUIElementData: InventoryGUIElementData) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/-inventory-g-u-i-placeholder.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/-inventory-g-u-i-placeholder.md new file mode 100644 index 00000000..adf0dfee --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/-inventory-g-u-i-placeholder.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIPlaceholder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPlaceholder](index.md)/[InventoryGUIPlaceholder](-inventory-g-u-i-placeholder.md) + + + +# InventoryGUIPlaceholder +[jvm] +Content +fun [InventoryGUIPlaceholder](-inventory-g-u-i-placeholder.md)(inventoryGUIElementData: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/index.html deleted file mode 100644 index 4f6bd5c9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/index.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - InventoryGUIPlaceholder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIPlaceholder

-
class InventoryGUIPlaceholder(inventoryGUIElementData: InventoryGUIElementData) : InventoryGUIElement - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
onClick - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
inventoryGUIElementData - - - -
- -Link copied to clipboard
-
-
-
-
-
override val inventoryGUIElementData: InventoryGUIElementData - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/index.md new file mode 100644 index 00000000..cabdc589 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/index.md @@ -0,0 +1,27 @@ +--- +title: InventoryGUIPlaceholder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPlaceholder](index.md) + + + +# InventoryGUIPlaceholder + [jvm] class [InventoryGUIPlaceholder](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)) : [InventoryGUIElement](../-inventory-g-u-i-element/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onClick](../-inventory-g-u-i-element/on-click.md)| [jvm]
Content
override fun [onClick](../-inventory-g-u-i-element/on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIPlaceholder/inventoryGUIElementData/#/PointingToDeclaration/)| [jvm] override val [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIPlaceholder/inventoryGUIElementData/#/PointingToDeclaration/): [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/on-click.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/on-click.html deleted file mode 100644 index fb388fc8..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-placeholder/on-click.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - onClick - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

onClick

-
-
-
- -
-
open override fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/-inventory-g-u-i-shared.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/-inventory-g-u-i-shared.html deleted file mode 100644 index 271a325d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/-inventory-g-u-i-shared.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUIShared - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIShared

-
-
-
- -
-
fun <T : ForInventory> InventoryGUIShared(inventoryGUIData: InventoryGUIData<T>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/-inventory-g-u-i-shared.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/-inventory-g-u-i-shared.md new file mode 100644 index 00000000..9f718dca --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/-inventory-g-u-i-shared.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUIShared - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIShared](index.md)/[InventoryGUIShared](-inventory-g-u-i-shared.md) + + + +# InventoryGUIShared +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUIShared](-inventory-g-u-i-shared.md)(inventoryGUIData: [InventoryGUIData](../-inventory-g-u-i-data/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/index.html deleted file mode 100644 index 73dee445..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - InventoryGUIShared - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUIShared

-
class InventoryGUIShared<T : ForInventory>(inventoryGUIData: InventoryGUIData<T>) : InventoryGUI<T> - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
isThisInv - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun isThisInv(inventory: Inventory): Boolean - -
-
-
-
-
-
- -
-
loadPage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun loadPage(page: Int, offsetHorizontally: Int, offsetVertically: Int) - -
-
-
-
-
-
- -
-
register - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun register() - -
-
-
-
-
-
- -
-
set - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun set(slot: InventorySlotCompound<T>, value: ItemStack) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
unregister - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun unregister() - -
-
-
-
-
-
-
-

Properties

-
-
-
bukkitInventory - - - -
- -Link copied to clipboard
-
-
-
-
-
open override val bukkitInventory: Inventory - -
-
-
-
- -
-
currentPage - - - -
- -Link copied to clipboard
-
-
-
-
-
override var currentPage: Int? - -
-
-
-
- -
-
data - - - -
- -Link copied to clipboard
-
-
-
-
-
override val data: InventoryGUIData<T> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/index.md new file mode 100644 index 00000000..cbe2c559 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/index.md @@ -0,0 +1,34 @@ +--- +title: InventoryGUIShared - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIShared](index.md) + + + +# InventoryGUIShared + [jvm] class [InventoryGUIShared](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**inventoryGUIData**: [InventoryGUIData](../-inventory-g-u-i-data/index.md)<[T](index.md)>) : [InventoryGUI](../-inventory-g-u-i/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [getPage](../-inventory-g-u-i/get-page.md)| [jvm]
Brief description


Searches for a page associated to the given page index.


Content
override fun [getPage](../-inventory-g-u-i/get-page.md)(page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?): [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>?


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [isThisInv](is-this-inv.md)| [jvm]
Content
open override fun [isThisInv](is-this-inv.md)(inventory: Inventory): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [loadPage](../-inventory-g-u-i/load-page.md)| [jvm]
Brief description


Loads the specified page in order to display it in the GUI.


Content
override fun [loadPage](../-inventory-g-u-i/load-page.md)(page: [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>)


+| [register](../-inventory-g-u-i/register.md)| [jvm]
Brief description


Registers this InventoryGUI. (KSpigot will listen for actions in the inventory.)


Content
override fun [register](../-inventory-g-u-i/register.md)()


+| [set](set.md)| [jvm]
Brief description


Temporarily sets the given item at the given slots.


Content
open operator override fun [set](set.md)(slot: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, value: ItemStack)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [unregister](../-inventory-g-u-i/unregister.md)| [jvm]
Brief description


Stops KSpigot from listening to actions in this InventoryGUI anymore.


Content
override fun [unregister](../-inventory-g-u-i/unregister.md)()


+ + +## Properties + +| Name| Summary| +|---|---| +| [currentPage](index.md#net.axay.kspigot.inventory/InventoryGUIShared/currentPage/#/PointingToDeclaration/)| [jvm] override val [currentPage](index.md#net.axay.kspigot.inventory/InventoryGUIShared/currentPage/#/PointingToDeclaration/): [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>
+| [currentPageInt](index.md#net.axay.kspigot.inventory/InventoryGUIShared/currentPageInt/#/PointingToDeclaration/)| [jvm] override var [currentPageInt](index.md#net.axay.kspigot.inventory/InventoryGUIShared/currentPageInt/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [data](index.md#net.axay.kspigot.inventory/InventoryGUIShared/data/#/PointingToDeclaration/)| [jvm] override val [data](index.md#net.axay.kspigot.inventory/InventoryGUIShared/data/#/PointingToDeclaration/): [InventoryGUIData](../-inventory-g-u-i-data/index.md)<[T](index.md)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/is-this-inv.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/is-this-inv.html deleted file mode 100644 index e54324c5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/is-this-inv.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - isThisInv - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

isThisInv

-
-
-
- -
-
open override fun isThisInv(inventory: Inventory): Boolean - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/is-this-inv.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/is-this-inv.md new file mode 100644 index 00000000..64f48ab7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/is-this-inv.md @@ -0,0 +1,23 @@ +--- +title: isThisInv - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIShared](index.md)/[isThisInv](is-this-inv.md) + + + +# isThisInv +[jvm] +Brief description + + +#### Return + + +True, if the inventory belongs to this GUI. + + +Content +open override fun [isThisInv](is-this-inv.md)(inventory: Inventory): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/load-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/load-page.html deleted file mode 100644 index 70f55b8e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/load-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - loadPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

loadPage

-
-
-
- -
-
open override fun loadPage(page: Int, offsetHorizontally: Int, offsetVertically: Int) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/set.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/set.html deleted file mode 100644 index 27551572..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/set.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - set - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

set

-
-
-
- -
-
open operator override fun set(slot: InventorySlotCompound<T>, value: ItemStack) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/set.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/set.md new file mode 100644 index 00000000..d45cd245 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-shared/set.md @@ -0,0 +1,20 @@ +--- +title: set - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIShared](index.md)/[set](set.md) + + + +# set +[jvm] +Brief description + + +Temporarily sets the given item at the given slots. + + +Content +open operator override fun [set](set.md)(slot: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, value: ItemStack) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/-inventory-g-u-i-slot.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/-inventory-g-u-i-slot.md new file mode 100644 index 00000000..46dc5f2d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/-inventory-g-u-i-slot.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUISlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUISlot](index.md)/[InventoryGUISlot](-inventory-g-u-i-slot.md) + + + +# InventoryGUISlot +[jvm] +Content +fun [InventoryGUISlot](-inventory-g-u-i-slot.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/index.html deleted file mode 100644 index 62f6152a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/index.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - InventoryGUISlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUISlot

-
interface InventoryGUISlot - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
onClick - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
InventoryGUIElement - - - -
- -Link copied to clipboard
-
-
- -
-
InventoryGUIFreeSlot - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/index.md new file mode 100644 index 00000000..0856861c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/index.md @@ -0,0 +1,28 @@ +--- +title: InventoryGUISlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUISlot](index.md) + + + +# InventoryGUISlot + [jvm] abstract class [InventoryGUISlot](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onClick](on-click.md)| [jvm]
Content
abstract fun [onClick](on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [InventoryGUIElement](../-inventory-g-u-i-element/index.md) +| [InventoryGUIFreeSlot](../-inventory-g-u-i-free-slot/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/on-click.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/on-click.html deleted file mode 100644 index bd806fb5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/on-click.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - onClick - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

onClick

-
-
-
- -
-
abstract fun onClick(clickEvent: <ERROR CLASS>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/on-click.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/on-click.md new file mode 100644 index 00000000..b3e1fdd5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-slot/on-click.md @@ -0,0 +1,14 @@ +--- +title: onClick - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUISlot](index.md)/[onClick](on-click.md) + + + +# onClick +[jvm] +Content +abstract fun [onClick](on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/-inventory-g-u-i.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/-inventory-g-u-i.html deleted file mode 100644 index e79f9b11..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/-inventory-g-u-i.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryGUI - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUI

-
-
-
- -
-
fun <T : ForInventory> InventoryGUI(data: InventoryGUIData<T>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/-inventory-g-u-i.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/-inventory-g-u-i.md new file mode 100644 index 00000000..14ecd1c1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/-inventory-g-u-i.md @@ -0,0 +1,14 @@ +--- +title: InventoryGUI - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUI](index.md)/[InventoryGUI](-inventory-g-u-i.md) + + + +# InventoryGUI +[jvm] +Content +fun <[T](index.md) : [ForInventory](../-for-inventory/index.md)> [InventoryGUI](-inventory-g-u-i.md)(data: [InventoryGUIData](../-inventory-g-u-i-data/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/get-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/get-page.md new file mode 100644 index 00000000..0b38f890 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/get-page.md @@ -0,0 +1,20 @@ +--- +title: getPage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUI](index.md)/[getPage](get-page.md) + + + +# getPage +[jvm] +Brief description + + +Searches for a page associated to the given page index. + + +Content +fun [getPage](get-page.md)(page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?): [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/index.html deleted file mode 100644 index 86d5c804..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/index.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - InventoryGUI - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryGUI

-
abstract class InventoryGUI<T : ForInventory>(data: InventoryGUIData<T>) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
isThisInv - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun isThisInv(inventory: Inventory): Boolean - -
-
-
-
-
-
- -
-
loadPage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun loadPage(page: Int, offsetHorizontally: Int, offsetVertically: Int) - -
-
-
-
-
-
- -
-
register - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun register() - -
-
-
-
-
-
- -
-
set - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract operator fun set(slot: InventorySlotCompound<T>, value: ItemStack) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
unregister - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun unregister() - -
-
-
-
-
-
-
-

Properties

-
-
-
bukkitInventory - - - -
- -Link copied to clipboard
-
-
-
-
-
abstract val bukkitInventory: Inventory - -
-
-
-
- -
-
currentPage - - - -
- -Link copied to clipboard
-
-
-
-
-
var currentPage: Int? - -
-
-
-
- -
-
data - - - -
- -Link copied to clipboard
-
-
-
-
-
val data: InventoryGUIData<T> - -
-
-
-
-
-

Inheritors

-
-
-
InventoryGUIShared - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/index.md new file mode 100644 index 00000000..870707c1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/index.md @@ -0,0 +1,41 @@ +--- +title: InventoryGUI - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUI](index.md) + + + +# InventoryGUI + [jvm] abstract class [InventoryGUI](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**data**: [InventoryGUIData](../-inventory-g-u-i-data/index.md)<[T](index.md)>) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [getPage](get-page.md)| [jvm]
Brief description


Searches for a page associated to the given page index.


Content
fun [getPage](get-page.md)(page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?): [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>?


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [isThisInv](is-this-inv.md)| [jvm]
Content
abstract fun [isThisInv](is-this-inv.md)(inventory: Inventory): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [loadPage](load-page.md)| [jvm]
Brief description


Loads the specified page in order to display it in the GUI.


Content
fun [loadPage](load-page.md)(page: [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>)


+| [register](register.md)| [jvm]
Brief description


Registers this InventoryGUI. (KSpigot will listen for actions in the inventory.)


Content
fun [register](register.md)()


+| [set](set.md)| [jvm]
Brief description


Temporarily sets the given item at the given slots.


Content
abstract operator fun [set](set.md)(slot: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, value: ItemStack)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [unregister](unregister.md)| [jvm]
Brief description


Stops KSpigot from listening to actions in this InventoryGUI anymore.


Content
fun [unregister](unregister.md)()


+ + +## Properties + +| Name| Summary| +|---|---| +| [currentPage](index.md#net.axay.kspigot.inventory/InventoryGUI/currentPage/#/PointingToDeclaration/)| [jvm] val [currentPage](index.md#net.axay.kspigot.inventory/InventoryGUI/currentPage/#/PointingToDeclaration/): [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>
+| [currentPageInt](index.md#net.axay.kspigot.inventory/InventoryGUI/currentPageInt/#/PointingToDeclaration/)| [jvm] var [currentPageInt](index.md#net.axay.kspigot.inventory/InventoryGUI/currentPageInt/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [data](index.md#net.axay.kspigot.inventory/InventoryGUI/data/#/PointingToDeclaration/)| [jvm] val [data](index.md#net.axay.kspigot.inventory/InventoryGUI/data/#/PointingToDeclaration/): [InventoryGUIData](../-inventory-g-u-i-data/index.md)<[T](index.md)>
+ + +## Inheritors + +| Name| +|---| +| [InventoryGUIShared](../-inventory-g-u-i-shared/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/is-this-inv.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/is-this-inv.html deleted file mode 100644 index d83cb153..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/is-this-inv.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - isThisInv - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

isThisInv

-
-
-
- -
-
abstract fun isThisInv(inventory: Inventory): Boolean - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/is-this-inv.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/is-this-inv.md new file mode 100644 index 00000000..ae79df3d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/is-this-inv.md @@ -0,0 +1,23 @@ +--- +title: isThisInv - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUI](index.md)/[isThisInv](is-this-inv.md) + + + +# isThisInv +[jvm] +Brief description + + +#### Return + + +True, if the inventory belongs to this GUI. + + +Content +abstract fun [isThisInv](is-this-inv.md)(inventory: Inventory): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/load-page.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/load-page.html deleted file mode 100644 index 1034e981..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/load-page.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - loadPage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

loadPage

-
-
-
- -
-
abstract fun loadPage(page: Int, offsetHorizontally: Int, offsetVertically: Int) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/load-page.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/load-page.md new file mode 100644 index 00000000..702c3cef --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/load-page.md @@ -0,0 +1,20 @@ +--- +title: loadPage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUI](index.md)/[loadPage](load-page.md) + + + +# loadPage +[jvm] +Brief description + + +Loads the specified page in order to display it in the GUI. + + +Content +fun [loadPage](load-page.md)(page: [InventoryGUIPage](../-inventory-g-u-i-page/index.md)<[T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/register.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/register.html deleted file mode 100644 index ba4b8038..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/register.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - register - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

register

-
-
-
- -
-
fun register() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/register.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/register.md new file mode 100644 index 00000000..e45fcf13 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/register.md @@ -0,0 +1,20 @@ +--- +title: register - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUI](index.md)/[register](register.md) + + + +# register +[jvm] +Brief description + + +Registers this InventoryGUI. (KSpigot will listen for actions in the inventory.) + + +Content +fun [register](register.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/set.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/set.html deleted file mode 100644 index 86d54fed..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/set.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - set - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

set

-
-
-
- -
-
abstract operator fun set(slot: InventorySlotCompound<T>, value: ItemStack) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/set.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/set.md new file mode 100644 index 00000000..0fa0f5b7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/set.md @@ -0,0 +1,20 @@ +--- +title: set - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUI](index.md)/[set](set.md) + + + +# set +[jvm] +Brief description + + +Temporarily sets the given item at the given slots. + + +Content +abstract operator fun [set](set.md)(slot: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, value: ItemStack) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/unregister.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/unregister.html deleted file mode 100644 index 6a7930cc..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/unregister.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - unregister - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

unregister

-
-
-
- -
-
fun unregister() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/unregister.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/unregister.md new file mode 100644 index 00000000..a770b34f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i/unregister.md @@ -0,0 +1,20 @@ +--- +title: unregister - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUI](index.md)/[unregister](unregister.md) + + + +# unregister +[jvm] +Brief description + + +Stops KSpigot from listening to actions in this InventoryGUI anymore. + + +Content +fun [unregister](unregister.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/index.html deleted file mode 100644 index f2f73e7a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/index.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - InventoryRowSlots - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryRowSlots

-
class InventoryRowSlots<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
withInvType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> - -
-
-
-
-
-
-
-

Properties

-
-
-
row - - - -
- -Link copied to clipboard
-
-
-
-
-
val row: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/index.md new file mode 100644 index 00000000..2ac3f08c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/index.md @@ -0,0 +1,28 @@ +--- +title: InventoryRowSlots - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryRowSlots](index.md) + + + +# InventoryRowSlots + [jvm] class [InventoryRowSlots](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)> : [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)| [jvm]
Content
open override fun [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [withInvType](with-inv-type.md)| [jvm]
Content
open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[InventorySlot](../-inventory-slot/index.md)>


+ + +## Properties + +| Name| Summary| +|---|---| +| [row](index.md#net.axay.kspigot.inventory/InventoryRowSlots/row/#/PointingToDeclaration/)| [jvm] val [row](index.md#net.axay.kspigot.inventory/InventoryRowSlots/row/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/with-inv-type.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/with-inv-type.html deleted file mode 100644 index 41035698..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/with-inv-type.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - withInvType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

withInvType

-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): HashSet<InventorySlot> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/with-inv-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/with-inv-type.md new file mode 100644 index 00000000..c40262e7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-row-slots/with-inv-type.md @@ -0,0 +1,14 @@ +--- +title: withInvType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryRowSlots](index.md)/[withInvType](with-inv-type.md) + + + +# withInvType +[jvm] +Content +open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[InventorySlot](../-inventory-slot/index.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/index.html deleted file mode 100644 index f1fd6d8d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/index.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - InventorySlotCompound - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventorySlotCompound

-
interface InventorySlotCompound<out T : ForInventory> - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
withInvType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun withInvType(invType: InventoryType<T>): Collection<InventorySlot> - -
-
-
-
-
-
-
-

Inheritors

-
-
-
SingleInventorySlot - - - -
- -Link copied to clipboard
-
-
- -
-
InventorySlotRange - - - -
- -Link copied to clipboard
-
-
- -
-
InventoryRowSlots - - - -
- -Link copied to clipboard
-
-
- -
-
InventoryColumnSlots - - - -
- -Link copied to clipboard
-
-
- -
-
InventoryBorderSlots - - - -
- -Link copied to clipboard
-
-
- -
-
InventoryCornerSlots - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/index.md new file mode 100644 index 00000000..b610e80d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/index.md @@ -0,0 +1,33 @@ +--- +title: InventorySlotCompound - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlotCompound](index.md) + + + +# InventorySlotCompound + [jvm] interface [InventorySlotCompound](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [realSlotsWithInvType](real-slots-with-inv-type.md)| [jvm]
Content
open fun [realSlotsWithInvType](real-slots-with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [withInvType](with-inv-type.md)| [jvm]
Content
abstract fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[InventorySlot](../-inventory-slot/index.md)>


+ + +## Inheritors + +| Name| +|---| +| [SingleInventorySlot](../-single-inventory-slot/index.md) +| [InventorySlotRange](../-inventory-slot-range/index.md) +| [InventoryRowSlots](../-inventory-row-slots/index.md) +| [InventoryColumnSlots](../-inventory-column-slots/index.md) +| [InventoryBorderSlots](../-inventory-border-slots/index.md) +| [InventoryCornerSlots](../-inventory-corner-slots/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/real-slots-with-inv-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/real-slots-with-inv-type.md new file mode 100644 index 00000000..9d179873 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/real-slots-with-inv-type.md @@ -0,0 +1,14 @@ +--- +title: realSlotsWithInvType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlotCompound](index.md)/[realSlotsWithInvType](real-slots-with-inv-type.md) + + + +# realSlotsWithInvType +[jvm] +Content +open fun [realSlotsWithInvType](real-slots-with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/with-inv-type.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/with-inv-type.html deleted file mode 100644 index 70ba2d0e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/with-inv-type.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - withInvType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

withInvType

-
-
-
- -
-
abstract fun withInvType(invType: InventoryType<T>): Collection<InventorySlot> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/with-inv-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/with-inv-type.md new file mode 100644 index 00000000..43eb0862 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-compound/with-inv-type.md @@ -0,0 +1,14 @@ +--- +title: withInvType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlotCompound](index.md)/[withInvType](with-inv-type.md) + + + +# withInvType +[jvm] +Content +abstract fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [Collection](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)<[InventorySlot](../-inventory-slot/index.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/index.html deleted file mode 100644 index b202cb87..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/index.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - InventorySlotRange - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventorySlotRange

-
class InventorySlotRange<out T : ForInventory> : InventorySlotCompound<T> , ClosedRange<InventorySlot> - -
-
-
-
-
-

Functions

-
-
-
contains - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun contains(value: InventorySlot): Boolean - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
isEmpty - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun isEmpty(): Boolean - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
withInvType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): LinkedHashSet<InventorySlot> - -
-
-
-
-
-
-
-

Properties

-
-
-
endInclusive - - - -
- -Link copied to clipboard
-
-
-
-
-
open override val endInclusive: InventorySlot - -
-
-
-
- -
-
start - - - -
- -Link copied to clipboard
-
-
-
-
-
open override val start: InventorySlot - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/index.md new file mode 100644 index 00000000..2d64f910 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/index.md @@ -0,0 +1,31 @@ +--- +title: InventorySlotRange - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlotRange](index.md) + + + +# InventorySlotRange + [jvm] class [InventorySlotRange](index.md) : [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)> , [ClosedRange](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/-closed-range/index.html)<[InventorySlot](../-inventory-slot/index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [contains](index.md#kotlin.ranges/ClosedRange/contains/#net.axay.kspigot.inventory.InventorySlot/PointingToDeclaration/)| [jvm]
Content
open operator override fun [contains](index.md#kotlin.ranges/ClosedRange/contains/#net.axay.kspigot.inventory.InventorySlot/PointingToDeclaration/)(value: [InventorySlot](../-inventory-slot/index.md)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [isEmpty](index.md#kotlin.ranges/ClosedRange/isEmpty/#/PointingToDeclaration/)| [jvm]
Content
open override fun [isEmpty](index.md#kotlin.ranges/ClosedRange/isEmpty/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)| [jvm]
Content
open override fun [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [withInvType](with-inv-type.md)| [jvm]
Content
open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [LinkedHashSet](https://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashSet.html)<[InventorySlot](../-inventory-slot/index.md)>


+ + +## Properties + +| Name| Summary| +|---|---| +| [endInclusive](index.md#net.axay.kspigot.inventory/InventorySlotRange/endInclusive/#/PointingToDeclaration/)| [jvm] open override val [endInclusive](index.md#net.axay.kspigot.inventory/InventorySlotRange/endInclusive/#/PointingToDeclaration/): [InventorySlot](../-inventory-slot/index.md)
+| [start](index.md#net.axay.kspigot.inventory/InventorySlotRange/start/#/PointingToDeclaration/)| [jvm] open override val [start](index.md#net.axay.kspigot.inventory/InventorySlotRange/start/#/PointingToDeclaration/): [InventorySlot](../-inventory-slot/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/with-inv-type.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/with-inv-type.html deleted file mode 100644 index b62e3776..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/with-inv-type.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - withInvType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

withInvType

-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): LinkedHashSet<InventorySlot> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/with-inv-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/with-inv-type.md new file mode 100644 index 00000000..32e0f8a3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot-range/with-inv-type.md @@ -0,0 +1,14 @@ +--- +title: withInvType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlotRange](index.md)/[withInvType](with-inv-type.md) + + + +# withInvType +[jvm] +Content +open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [LinkedHashSet](https://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashSet.html)<[InventorySlot](../-inventory-slot/index.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/from-real-slot.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/from-real-slot.html deleted file mode 100644 index df301947..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/from-real-slot.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - fromRealSlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

fromRealSlot

-
-
-
- -
-
fun fromRealSlot(realSlot: Int, dimensions: InventoryDimensions): InventorySlot? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/from-real-slot.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/from-real-slot.md new file mode 100644 index 00000000..8b977b0a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/from-real-slot.md @@ -0,0 +1,14 @@ +--- +title: fromRealSlot - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventorySlot](../index.md)/[Companion](index.md)/[fromRealSlot](from-real-slot.md) + + + +# fromRealSlot +[jvm] +Content +fun [fromRealSlot](from-real-slot.md)(realSlot: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), dimensions: [InventoryDimensions](../../-inventory-dimensions/index.md)): [InventorySlot](../index.md)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/index.html deleted file mode 100644 index 2172a52b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - Companion - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Companion

-
object Companion - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
fromRealSlot - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun fromRealSlot(realSlot: Int, dimensions: InventoryDimensions): InventorySlot? - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/index.md new file mode 100644 index 00000000..d4a4eefe --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-companion/index.md @@ -0,0 +1,20 @@ +--- +title: Companion - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventorySlot](../index.md)/[Companion](index.md) + + + +# Companion + [jvm] object [Companion](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [fromRealSlot](from-real-slot.md)| [jvm]
Content
fun [fromRealSlot](from-real-slot.md)(realSlot: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), dimensions: [InventoryDimensions](../../-inventory-dimensions/index.md)): [InventorySlot](../index.md)?


+| [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-inventory-slot.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-inventory-slot.html deleted file mode 100644 index ef416ce9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-inventory-slot.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventorySlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventorySlot

-
-
-
- -
-
fun InventorySlot(row: Int, slotInRow: Int) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-inventory-slot.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-inventory-slot.md new file mode 100644 index 00000000..130c231b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/-inventory-slot.md @@ -0,0 +1,14 @@ +--- +title: InventorySlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md)/[InventorySlot](-inventory-slot.md) + + + +# InventorySlot +[jvm] +Content +fun [InventorySlot](-inventory-slot.md)(row: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), slotInRow: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/add.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/add.html deleted file mode 100644 index f413a690..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/add.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - add - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

add

-
-
-
- -
-
fun add(offsetHorizontally: Int, offsetVertically: Int): InventorySlot - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/add.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/add.md new file mode 100644 index 00000000..c2f432ab --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/add.md @@ -0,0 +1,14 @@ +--- +title: add - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md)/[add](add.md) + + + +# add +[jvm] +Content +fun [add](add.md)(offsetHorizontally: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), offsetVertically: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [InventorySlot](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/compare-to.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/compare-to.html deleted file mode 100644 index 5df47983..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/compare-to.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - compareTo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

compareTo

-
-
-
- -
-
open operator override fun compareTo(other: InventorySlot): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/compare-to.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/compare-to.md new file mode 100644 index 00000000..dede23f6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/compare-to.md @@ -0,0 +1,14 @@ +--- +title: compareTo - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md)/[compareTo](compare-to.md) + + + +# compareTo +[jvm] +Content +open operator override fun [compareTo](compare-to.md)(other: [InventorySlot](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component1.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component1.html deleted file mode 100644 index d473ca36..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component1.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component1.md new file mode 100644 index 00000000..7d05c088 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component2.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component2.html deleted file mode 100644 index 2816c9c1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component2.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component2.md new file mode 100644 index 00000000..9274c835 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/copy.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/copy.html deleted file mode 100644 index b338540c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(row: Int, slotInRow: Int): InventorySlot - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/copy.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/copy.md new file mode 100644 index 00000000..7f0ac2c9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(row: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), slotInRow: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [InventorySlot](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/index.html deleted file mode 100644 index db9674b0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/index.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - InventorySlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventorySlot

-
data class InventorySlot(row: Int, slotInRow: Int) : Comparable<InventorySlot> - -
-
-
-
-
-

Types

-
-
-
Companion - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object Companion - -
-
-
-
-
-
-
-

Functions

-
-
-
add - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun add(offsetHorizontally: Int, offsetVertically: Int): InventorySlot - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun compareTo(other: InventorySlot): Int - -
-
-
-
-
-
- -
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Int - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): Int - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(row: Int, slotInRow: Int): InventorySlot - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
isInDimension - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun isInDimension(inventoryDimensions: InventoryDimensions): Boolean - -
-
-
-
-
-
- -
-
realSlotIn - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun realSlotIn(inventoryDimensions: InventoryDimensions): Int? - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
row - - - -
- -Link copied to clipboard
-
-
-
-
-
val row: Int - -
-
-
-
- -
-
slotInRow - - - -
- -Link copied to clipboard
-
-
-
-
-
val slotInRow: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/index.md new file mode 100644 index 00000000..788cc358 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/index.md @@ -0,0 +1,41 @@ +--- +title: InventorySlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md) + + + +# InventorySlot + [jvm] data class [InventorySlot](index.md)(**row**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **slotInRow**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) : [Comparable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-comparable/index.html)<[InventorySlot](index.md)> + + +## Types + +| Name| Summary| +|---|---| +| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [add](add.md)| [jvm]
Content
fun [add](add.md)(offsetHorizontally: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), offsetVertically: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [InventorySlot](index.md)


+| [compareTo](compare-to.md)| [jvm]
Content
open operator override fun [compareTo](compare-to.md)(other: [InventorySlot](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(row: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), slotInRow: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [InventorySlot](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [isInDimension](is-in-dimension.md)| [jvm]
Content
fun [isInDimension](is-in-dimension.md)(inventoryDimensions: [InventoryDimensions](../-inventory-dimensions/index.md)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [realSlotIn](real-slot-in.md)| [jvm]
Content
fun [realSlotIn](real-slot-in.md)(inventoryDimensions: [InventoryDimensions](../-inventory-dimensions/index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [row](index.md#net.axay.kspigot.inventory/InventorySlot/row/#/PointingToDeclaration/)| [jvm] val [row](index.md#net.axay.kspigot.inventory/InventorySlot/row/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [slotInRow](index.md#net.axay.kspigot.inventory/InventorySlot/slotInRow/#/PointingToDeclaration/)| [jvm] val [slotInRow](index.md#net.axay.kspigot.inventory/InventorySlot/slotInRow/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/is-in-dimension.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/is-in-dimension.html deleted file mode 100644 index 13156a32..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/is-in-dimension.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - isInDimension - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

isInDimension

-
-
-
- -
-
fun isInDimension(inventoryDimensions: InventoryDimensions): Boolean - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/is-in-dimension.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/is-in-dimension.md new file mode 100644 index 00000000..fe216c46 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/is-in-dimension.md @@ -0,0 +1,14 @@ +--- +title: isInDimension - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md)/[isInDimension](is-in-dimension.md) + + + +# isInDimension +[jvm] +Content +fun [isInDimension](is-in-dimension.md)(inventoryDimensions: [InventoryDimensions](../-inventory-dimensions/index.md)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/real-slot-in.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/real-slot-in.html deleted file mode 100644 index a775f8a7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/real-slot-in.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - realSlotIn - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

realSlotIn

-
-
-
- -
-
fun realSlotIn(inventoryDimensions: InventoryDimensions): Int? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/real-slot-in.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/real-slot-in.md new file mode 100644 index 00000000..c3b4643a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-slot/real-slot-in.md @@ -0,0 +1,14 @@ +--- +title: realSlotIn - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventorySlot](index.md)/[realSlotIn](real-slot-in.md) + + + +# realSlotIn +[jvm] +Content +fun [realSlotIn](real-slot-in.md)(inventoryDimensions: [InventoryDimensions](../-inventory-dimensions/index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-companion/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-companion/index.html deleted file mode 100644 index 5c19c5ce..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-companion/index.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - Companion - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Companion

-
object Companion - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
FIVE_BY_NINE - - - -
- -Link copied to clipboard
-
-
-
-
-
val FIVE_BY_NINE: InventoryType<ForInventoryFiveByNine> - -
-
-
-
- -
-
FOUR_BY_NINE - - - -
- -Link copied to clipboard
-
-
-
-
-
val FOUR_BY_NINE: InventoryType<ForInventoryFourByNine> - -
-
-
-
- -
-
ONE_BY_FIVE - - - -
- -Link copied to clipboard
-
-
-
-
-
val ONE_BY_FIVE: InventoryType<ForInventoryOneByFive> - -
-
-
-
- -
-
ONE_BY_NINE - - - -
- -Link copied to clipboard
-
-
-
-
-
val ONE_BY_NINE: InventoryType<ForInventoryOneByNine> - -
-
-
-
- -
-
SIX_BY_NINE - - - -
- -Link copied to clipboard
-
-
-
-
-
val SIX_BY_NINE: InventoryType<ForInventorySixByNine> - -
-
-
-
- -
-
THREE_BY_NINE - - - -
- -Link copied to clipboard
-
-
-
-
-
val THREE_BY_NINE: InventoryType<ForInventoryThreeByNine> - -
-
-
-
- -
-
THREE_BY_THREE - - - -
- -Link copied to clipboard
-
-
-
-
-
val THREE_BY_THREE: InventoryType<ForInventoryThreeByThree> - -
-
-
-
- -
-
TWO_BY_NINE - - - -
- -Link copied to clipboard
-
-
-
-
-
val TWO_BY_NINE: InventoryType<ForInventoryTwoByNine> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-companion/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-companion/index.md new file mode 100644 index 00000000..b3a2f00e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-companion/index.md @@ -0,0 +1,33 @@ +--- +title: Companion - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[InventoryType](../index.md)/[Companion](index.md) + + + +# Companion + [jvm] object [Companion](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [FIVE_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/FIVE_BY_NINE/#/PointingToDeclaration/)| [jvm] val [FIVE_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/FIVE_BY_NINE/#/PointingToDeclaration/): [InventoryType](../index.md)<[ForInventoryFiveByNine](../../-for-inventory-five-by-nine/index.md)>
+| [FOUR_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/FOUR_BY_NINE/#/PointingToDeclaration/)| [jvm] val [FOUR_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/FOUR_BY_NINE/#/PointingToDeclaration/): [InventoryType](../index.md)<[ForInventoryFourByNine](../../-for-inventory-four-by-nine/index.md)>
+| [ONE_BY_FIVE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/ONE_BY_FIVE/#/PointingToDeclaration/)| [jvm] val [ONE_BY_FIVE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/ONE_BY_FIVE/#/PointingToDeclaration/): [InventoryType](../index.md)<[ForInventoryOneByFive](../../-for-inventory-one-by-five/index.md)>
+| [ONE_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/ONE_BY_NINE/#/PointingToDeclaration/)| [jvm] val [ONE_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/ONE_BY_NINE/#/PointingToDeclaration/): [InventoryType](../index.md)<[ForInventoryOneByNine](../../-for-inventory-one-by-nine/index.md)>
+| [SIX_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/SIX_BY_NINE/#/PointingToDeclaration/)| [jvm] val [SIX_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/SIX_BY_NINE/#/PointingToDeclaration/): [InventoryType](../index.md)<[ForInventorySixByNine](../../-for-inventory-six-by-nine/index.md)>
+| [THREE_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/THREE_BY_NINE/#/PointingToDeclaration/)| [jvm] val [THREE_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/THREE_BY_NINE/#/PointingToDeclaration/): [InventoryType](../index.md)<[ForInventoryThreeByNine](../../-for-inventory-three-by-nine/index.md)>
+| [THREE_BY_THREE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/THREE_BY_THREE/#/PointingToDeclaration/)| [jvm] val [THREE_BY_THREE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/THREE_BY_THREE/#/PointingToDeclaration/): [InventoryType](../index.md)<[ForInventoryThreeByThree](../../-for-inventory-three-by-three/index.md)>
+| [TWO_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/TWO_BY_NINE/#/PointingToDeclaration/)| [jvm] val [TWO_BY_NINE](index.md#net.axay.kspigot.inventory/InventoryType.Companion/TWO_BY_NINE/#/PointingToDeclaration/): [InventoryType](../index.md)<[ForInventoryTwoByNine](../../-for-inventory-two-by-nine/index.md)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-inventory-type.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-inventory-type.html deleted file mode 100644 index 6b9fb6ac..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-inventory-type.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - InventoryType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryType

-
-
-
- -
-
fun InventoryType(dimensions: InventoryDimensions, bukkitType: InventoryType?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-inventory-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-inventory-type.md new file mode 100644 index 00000000..bbffd9d0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/-inventory-type.md @@ -0,0 +1,14 @@ +--- +title: InventoryType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryType](index.md)/[InventoryType](-inventory-type.md) + + + +# InventoryType +[jvm] +Content +fun [InventoryType](-inventory-type.md)(dimensions: [InventoryDimensions](../-inventory-dimensions/index.md), bukkitType: InventoryType?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/create-bukkit-inv.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/create-bukkit-inv.html deleted file mode 100644 index b2bc09d1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/create-bukkit-inv.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - createBukkitInv - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

createBukkitInv

-
-
-
- -
-
fun createBukkitInv(holder: InventoryHolder?, title: String?): Inventory - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/create-bukkit-inv.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/create-bukkit-inv.md new file mode 100644 index 00000000..e6b2c8cd --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/create-bukkit-inv.md @@ -0,0 +1,14 @@ +--- +title: createBukkitInv - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryType](index.md)/[createBukkitInv](create-bukkit-inv.md) + + + +# createBukkitInv +[jvm] +Content +fun [createBukkitInv](create-bukkit-inv.md)(holder: InventoryHolder?, title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): Inventory + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/index.html deleted file mode 100644 index f3690924..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - InventoryType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

InventoryType

-
class InventoryType<in T : ForInventory>(dimensions: InventoryDimensions, bukkitType: InventoryType?) - -
-
-
-
-
-

Types

-
-
-
Companion - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object Companion - -
-
-
-
-
-
-
-

Functions

-
-
-
createBukkitInv - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun createBukkitInv(holder: InventoryHolder?, title: String?): Inventory - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
bukkitType - - - -
- -Link copied to clipboard
-
-
-
-
-
val bukkitType: InventoryType? - -
-
-
-
- -
-
dimensions - - - -
- -Link copied to clipboard
-
-
-
-
-
val dimensions: InventoryDimensions - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/index.md new file mode 100644 index 00000000..16c5a443 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-type/index.md @@ -0,0 +1,35 @@ +--- +title: InventoryType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryType](index.md) + + + +# InventoryType + [jvm] class [InventoryType](index.md)(**dimensions**: [InventoryDimensions](../-inventory-dimensions/index.md), **bukkitType**: InventoryType?) + + +## Types + +| Name| Summary| +|---|---| +| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [createBukkitInv](create-bukkit-inv.md)| [jvm]
Content
fun [createBukkitInv](create-bukkit-inv.md)(holder: InventoryHolder?, title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): Inventory


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [bukkitType](index.md#net.axay.kspigot.inventory/InventoryType/bukkitType/#/PointingToDeclaration/)| [jvm] val [bukkitType](index.md#net.axay.kspigot.inventory/InventoryType/bukkitType/#/PointingToDeclaration/): InventoryType?
+| [dimensions](index.md#net.axay.kspigot.inventory/InventoryType/dimensions/#/PointingToDeclaration/)| [jvm] val [dimensions](index.md#net.axay.kspigot.inventory/InventoryType/dimensions/#/PointingToDeclaration/): [InventoryDimensions](../-inventory-dimensions/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-i-n-s-t-a-n-t/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-i-n-s-t-a-n-t/index.md new file mode 100644 index 00000000..7db640c8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-i-n-s-t-a-n-t/index.md @@ -0,0 +1,34 @@ +--- +title: INSTANT - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[PageChangeEffect](../index.md)/[INSTANT](index.md) + + + +# INSTANT + [jvm] [INSTANT](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)(other: [PageChangeEffect](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[PageChangeEffect](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[PageChangeEffect](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.INSTANT/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.INSTANT/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.INSTANT/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.INSTANT/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-l-i-d-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-l-i-d-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md new file mode 100644 index 00000000..b4b27d94 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-l-i-d-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md @@ -0,0 +1,34 @@ +--- +title: SLIDE_HORIZONTALLY - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[PageChangeEffect](../index.md)/[SLIDE_HORIZONTALLY](index.md) + + + +# SLIDE_HORIZONTALLY + [jvm] [SLIDE_HORIZONTALLY](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)(other: [PageChangeEffect](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[PageChangeEffect](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[PageChangeEffect](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.SLIDE_HORIZONTALLY/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.SLIDE_HORIZONTALLY/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.SLIDE_HORIZONTALLY/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.SLIDE_HORIZONTALLY/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-l-i-d-e_-v-e-r-t-i-c-a-l-l-y/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-l-i-d-e_-v-e-r-t-i-c-a-l-l-y/index.md new file mode 100644 index 00000000..758a0eab --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-l-i-d-e_-v-e-r-t-i-c-a-l-l-y/index.md @@ -0,0 +1,34 @@ +--- +title: SLIDE_VERTICALLY - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[PageChangeEffect](../index.md)/[SLIDE_VERTICALLY](index.md) + + + +# SLIDE_VERTICALLY + [jvm] [SLIDE_VERTICALLY](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)(other: [PageChangeEffect](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[PageChangeEffect](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[PageChangeEffect](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.SLIDE_VERTICALLY/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.SLIDE_VERTICALLY/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.SLIDE_VERTICALLY/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.SLIDE_VERTICALLY/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-w-i-p-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-w-i-p-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md new file mode 100644 index 00000000..69062485 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-w-i-p-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md @@ -0,0 +1,34 @@ +--- +title: SWIPE_HORIZONTALLY - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[PageChangeEffect](../index.md)/[SWIPE_HORIZONTALLY](index.md) + + + +# SWIPE_HORIZONTALLY + [jvm] [SWIPE_HORIZONTALLY](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)(other: [PageChangeEffect](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[PageChangeEffect](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[PageChangeEffect](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.SWIPE_HORIZONTALLY/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.SWIPE_HORIZONTALLY/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.SWIPE_HORIZONTALLY/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.SWIPE_HORIZONTALLY/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md new file mode 100644 index 00000000..518f30f6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md @@ -0,0 +1,34 @@ +--- +title: SWIPE_VERTICALLY - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.inventory](../../index.md)/[PageChangeEffect](../index.md)/[SWIPE_VERTICALLY](index.md) + + + +# SWIPE_VERTICALLY + [jvm] [SWIPE_VERTICALLY](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)(other: [PageChangeEffect](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[PageChangeEffect](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[PageChangeEffect](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.SWIPE_VERTICALLY/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.inventory/PageChangeEffect.SWIPE_VERTICALLY/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.SWIPE_VERTICALLY/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect.SWIPE_VERTICALLY/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/index.md new file mode 100644 index 00000000..7342ccca --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-page-change-effect/index.md @@ -0,0 +1,42 @@ +--- +title: PageChangeEffect - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[PageChangeEffect](index.md) + + + +# PageChangeEffect + [jvm] enum [PageChangeEffect](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[PageChangeEffect](index.md)> + + +## Entries + +| Name| Summary| +|---|---| +| [INSTANT](-i-n-s-t-a-n-t/index.md)| [jvm] [INSTANT](-i-n-s-t-a-n-t/index.md)()


+| [SLIDE_HORIZONTALLY](-s-l-i-d-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md)| [jvm] [SLIDE_HORIZONTALLY](-s-l-i-d-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md)()


+| [SLIDE_VERTICALLY](-s-l-i-d-e_-v-e-r-t-i-c-a-l-l-y/index.md)| [jvm] [SLIDE_VERTICALLY](-s-l-i-d-e_-v-e-r-t-i-c-a-l-l-y/index.md)()


+| [SWIPE_HORIZONTALLY](-s-w-i-p-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md)| [jvm] [SWIPE_HORIZONTALLY](-s-w-i-p-e_-h-o-r-i-z-o-n-t-a-l-l-y/index.md)()


+| [SWIPE_VERTICALLY](-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md)| [jvm] [SWIPE_VERTICALLY](-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md)()


+ + +## Functions + +| Name| Summary| +|---|---| +| [compareTo](-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](-s-w-i-p-e_-v-e-r-t-i-c-a-l-l-y/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.inventory.PageChangeEffect/PointingToDeclaration/)(other: [PageChangeEffect](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[PageChangeEffect](index.md)>>


+| [equals](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[PageChangeEffect](index.md)>


+| [hashCode](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [name](index.md#net.axay.kspigot.inventory/PageChangeEffect/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.inventory/PageChangeEffect/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.inventory/PageChangeEffect/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/-single-inventory-slot.html b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/-single-inventory-slot.html deleted file mode 100644 index ffb44ad9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/-single-inventory-slot.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - SingleInventorySlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SingleInventorySlot

-
-
-
- -
-
fun SingleInventorySlot(row: Int, slotInRow: Int) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/-single-inventory-slot.md b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/-single-inventory-slot.md new file mode 100644 index 00000000..458b1a9d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/-single-inventory-slot.md @@ -0,0 +1,14 @@ +--- +title: SingleInventorySlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[SingleInventorySlot](index.md)/[SingleInventorySlot](-single-inventory-slot.md) + + + +# SingleInventorySlot +[jvm] +Content +fun [SingleInventorySlot](-single-inventory-slot.md)(row: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), slotInRow: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/index.html deleted file mode 100644 index 09226fdc..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/index.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - SingleInventorySlot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SingleInventorySlot

-
open class SingleInventorySlot<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-

Constructors

-
-
-
SingleInventorySlot - - - -
- -Link copied to clipboard
-
-
-
-
-
fun SingleInventorySlot(row: Int, slotInRow: Int) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
withInvType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): List<InventorySlot> - -
-
-
-
-
-
-
-

Properties

-
-
-
inventorySlot - - - -
- -Link copied to clipboard
-
-
-
-
-
val inventorySlot: InventorySlot - -
-
-
-
-
-

Extensions

-
-
-
linTo - - - -
- -Link copied to clipboard
-
-
-
-

This range contains all slots having an index between the indeces of the two given slots.

-
- -
-
infix fun <T : ForInventory> SingleInventorySlot<out T>.linTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T> - -
-
-
-
-
-
- -
-
rectTo - - - -
- -Link copied to clipboard
-
-
-
-

This range contains all slots inside of a thought rectangle with the two given slots as two opposite corners of the rectangle.

-
- -
-
infix fun <T : ForInventory> SingleInventorySlot<out T>.rectTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T> - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/index.md new file mode 100644 index 00000000..192e5de7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/index.md @@ -0,0 +1,43 @@ +--- +title: SingleInventorySlot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[SingleInventorySlot](index.md) + + + +# SingleInventorySlot + [jvm] open class [SingleInventorySlot](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)> : [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)> + + +## Constructors + +| Name| Summary| +|---|---| +| [SingleInventorySlot](-single-inventory-slot.md)| [jvm] fun [SingleInventorySlot](-single-inventory-slot.md)(row: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), slotInRow: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
+ + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)| [jvm]
Content
open override fun [realSlotsWithInvType](../-inventory-slot-compound/real-slots-with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [withInvType](with-inv-type.md)| [jvm]
Content
open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[InventorySlot](../-inventory-slot/index.md)>


+ + +## Properties + +| Name| Summary| +|---|---| +| [inventorySlot](index.md#net.axay.kspigot.inventory/SingleInventorySlot/inventorySlot/#/PointingToDeclaration/)| [jvm] val [inventorySlot](index.md#net.axay.kspigot.inventory/SingleInventorySlot/inventorySlot/#/PointingToDeclaration/): [InventorySlot](../-inventory-slot/index.md)
+ + +## Extensions + +| Name| Summary| +|---|---| +| [linTo](../lin-to.md)| [jvm]
Brief description


This range contains all slots having an index between the indeces of the two given slots.


Content
infix fun <[T](../lin-to.md) : [ForInventory](../-for-inventory/index.md)> [SingleInventorySlot](index.md).[linTo](../lin-to.md)(slot: [SingleInventorySlot](index.md)): [InventorySlotRange](../-inventory-slot-range/index.md)<[T](../lin-to.md)>


+| [rectTo](../rect-to.md)| [jvm]
Brief description


This range contains all slots inside of a thought rectangle with the two given slots as two opposite corners of the rectangle.


Content
infix fun <[T](../rect-to.md) : [ForInventory](../-for-inventory/index.md)> [SingleInventorySlot](index.md).[rectTo](../rect-to.md)(slot: [SingleInventorySlot](index.md)): [InventorySlotRange](../-inventory-slot-range/index.md)<[T](../rect-to.md)>


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/with-inv-type.html b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/with-inv-type.html deleted file mode 100644 index f31c054c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/with-inv-type.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - withInvType - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

withInvType

-
-
-
- -
-
open override fun withInvType(invType: InventoryType<T>): List<InventorySlot> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/with-inv-type.md b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/with-inv-type.md new file mode 100644 index 00000000..7a1e059e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-single-inventory-slot/with-inv-type.md @@ -0,0 +1,14 @@ +--- +title: withInvType - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[SingleInventorySlot](index.md)/[withInvType](with-inv-type.md) + + + +# withInvType +[jvm] +Content +open override fun [withInvType](with-inv-type.md)(invType: [InventoryType](../-inventory-type/index.md)<[T](index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[InventorySlot](../-inventory-slot/index.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-slots/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/-slots/index.html deleted file mode 100644 index 6a5f4c2f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/-slots/index.html +++ /dev/null @@ -1,1856 +0,0 @@ - - - - Slots - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Slots

-
object Slots - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
Border - - - -
- -Link copied to clipboard
-
-
-
-
-
val Border: InventoryBorderSlots<ForEveryInventory> - -
-
-
-
- -
-
BorderPaddingOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val BorderPaddingOne: InventoryBorderSlots<ForEveryInventory> - -
-
-
-
- -
-
BorderPaddingThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val BorderPaddingThree: InventoryBorderSlots<ForEveryInventory> - -
-
-
-
- -
-
BorderPaddingTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val BorderPaddingTwo: InventoryBorderSlots<ForEveryInventory> - -
-
-
-
- -
-
ColumnEight - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnEight: InventoryColumnSlots<ForColumnEight> - -
-
-
-
- -
-
ColumnFive - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnFive: InventoryColumnSlots<ForColumnFive> - -
-
-
-
- -
-
ColumnFour - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnFour: InventoryColumnSlots<ForColumnFour> - -
-
-
-
- -
-
ColumnNine - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnNine: InventoryColumnSlots<ForColumnNine> - -
-
-
-
- -
-
ColumnOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnOne: InventoryColumnSlots<ForColumnOne> - -
-
-
-
- -
-
ColumnSeven - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnSeven: InventoryColumnSlots<ForColumnSeven> - -
-
-
-
- -
-
ColumnSix - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnSix: InventoryColumnSlots<ForColumnSix> - -
-
-
-
- -
-
ColumnThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnThree: InventoryColumnSlots<ForColumnThree> - -
-
-
-
- -
-
ColumnTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val ColumnTwo: InventoryColumnSlots<ForColumnTwo> - -
-
-
-
- -
-
CornerBottomLeft - - - -
- -Link copied to clipboard
-
-
-
-
-
val CornerBottomLeft: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
CornerBottomRight - - - -
- -Link copied to clipboard
-
-
-
-
-
val CornerBottomRight: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
Corners - - - -
- -Link copied to clipboard
-
-
-
-
-
val Corners: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
CornersBottom - - - -
- -Link copied to clipboard
-
-
-
-
-
val CornersBottom: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
CornersLeft - - - -
- -Link copied to clipboard
-
-
-
-
-
val CornersLeft: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
CornersRight - - - -
- -Link copied to clipboard
-
-
-
-
-
val CornersRight: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
CornersTop - - - -
- -Link copied to clipboard
-
-
-
-
-
val CornersTop: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
CornerTopLeft - - - -
- -Link copied to clipboard
-
-
-
-
-
val CornerTopLeft: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
CornerTopRight - - - -
- -Link copied to clipboard
-
-
-
-
-
val CornerTopRight: InventoryCornerSlots<ForEveryInventory> - -
-
-
-
- -
-
RowFive - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFive: InventoryRowSlots<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotEight - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotEight: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotFive - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotFive: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotFour - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotFour: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotNine - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotNine: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotOne: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotSeven - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotSeven: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotSix - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotSix: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotThree: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFiveSlotTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFiveSlotTwo: SingleInventorySlot<ForRowFive> - -
-
-
-
- -
-
RowFour - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFour: InventoryRowSlots<ForRowFour> - -
-
-
-
- -
-
RowFourSlotEight - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotEight: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowFourSlotFive - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotFive: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowFourSlotFour - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotFour: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowFourSlotNine - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotNine: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowFourSlotOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotOne: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowFourSlotSeven - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotSeven: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowFourSlotSix - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotSix: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowFourSlotThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotThree: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowFourSlotTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowFourSlotTwo: SingleInventorySlot<ForRowFour> - -
-
-
-
- -
-
RowOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOne: InventoryRowSlots<ForCompleteRowOne> - -
-
-
-
- -
-
RowOneSlotEight - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotEight: SingleInventorySlot<ForRowOne> - -
-
-
-
- -
-
RowOneSlotFive - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotFive: SingleInventorySlot<ForRowOneSlotFourToFive> - -
-
-
-
- -
-
RowOneSlotFour - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotFour: SingleInventorySlot<ForRowOneSlotFourToFive> - -
-
-
-
- -
-
RowOneSlotNine - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotNine: SingleInventorySlot<ForRowOne> - -
-
-
-
- -
-
RowOneSlotOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotOne: SingleInventorySlot<ForRowOneSlotOneToThree> - -
-
-
-
- -
-
RowOneSlotSeven - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotSeven: SingleInventorySlot<ForRowOne> - -
-
-
-
- -
-
RowOneSlotSix - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotSix: SingleInventorySlot<ForRowOne> - -
-
-
-
- -
-
RowOneSlotThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotThree: SingleInventorySlot<ForRowOneSlotOneToThree> - -
-
-
-
- -
-
RowOneSlotTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowOneSlotTwo: SingleInventorySlot<ForRowOneSlotOneToThree> - -
-
-
-
- -
-
RowSix - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSix: InventoryRowSlots<ForRowSix> - -
-
-
-
- -
-
RowSixSlotEight - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotEight: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowSixSlotFive - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotFive: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowSixSlotFour - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotFour: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowSixSlotNine - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotNine: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowSixSlotOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotOne: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowSixSlotSeven - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotSeven: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowSixSlotSix - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotSix: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowSixSlotThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotThree: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowSixSlotTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowSixSlotTwo: SingleInventorySlot<ForRowSix> - -
-
-
-
- -
-
RowThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThree: InventoryRowSlots<ForCompleteRowThree> - -
-
-
-
- -
-
RowThreeSlotEight - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotEight: SingleInventorySlot<ForRowThree> - -
-
-
-
- -
-
RowThreeSlotFive - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotFive: SingleInventorySlot<ForRowThree> - -
-
-
-
- -
-
RowThreeSlotFour - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotFour: SingleInventorySlot<ForRowThree> - -
-
-
-
- -
-
RowThreeSlotNine - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotNine: SingleInventorySlot<ForRowThree> - -
-
-
-
- -
-
RowThreeSlotOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotOne: SingleInventorySlot<ForRowThreeSlotOneToThree> - -
-
-
-
- -
-
RowThreeSlotSeven - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotSeven: SingleInventorySlot<ForRowThree> - -
-
-
-
- -
-
RowThreeSlotSix - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotSix: SingleInventorySlot<ForRowThree> - -
-
-
-
- -
-
RowThreeSlotThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotThree: SingleInventorySlot<ForRowThreeSlotOneToThree> - -
-
-
-
- -
-
RowThreeSlotTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowThreeSlotTwo: SingleInventorySlot<ForRowThreeSlotOneToThree> - -
-
-
-
- -
-
RowTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwo: InventoryRowSlots<ForCompleteRowTwo> - -
-
-
-
- -
-
RowTwoSlotEight - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotEight: SingleInventorySlot<ForRowTwo> - -
-
-
-
- -
-
RowTwoSlotFive - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotFive: SingleInventorySlot<ForRowTwo> - -
-
-
-
- -
-
RowTwoSlotFour - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotFour: SingleInventorySlot<ForRowTwo> - -
-
-
-
- -
-
RowTwoSlotNine - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotNine: SingleInventorySlot<ForRowTwo> - -
-
-
-
- -
-
RowTwoSlotOne - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotOne: SingleInventorySlot<ForRowTwoSlotOneToThree> - -
-
-
-
- -
-
RowTwoSlotSeven - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotSeven: SingleInventorySlot<ForRowTwo> - -
-
-
-
- -
-
RowTwoSlotSix - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotSix: SingleInventorySlot<ForRowTwo> - -
-
-
-
- -
-
RowTwoSlotThree - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotThree: SingleInventorySlot<ForRowTwoSlotOneToThree> - -
-
-
-
- -
-
RowTwoSlotTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
val RowTwoSlotTwo: SingleInventorySlot<ForRowTwoSlotOneToThree> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/-slots/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/-slots/index.md new file mode 100644 index 00000000..aa812605 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/-slots/index.md @@ -0,0 +1,107 @@ +--- +title: Slots - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[Slots](index.md) + + + +# Slots + [jvm] object [Slots](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [Border](index.md#net.axay.kspigot.inventory/Slots/Border/#/PointingToDeclaration/)| [jvm] val [Border](index.md#net.axay.kspigot.inventory/Slots/Border/#/PointingToDeclaration/): [InventoryBorderSlots](../-inventory-border-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [BorderPaddingOne](index.md#net.axay.kspigot.inventory/Slots/BorderPaddingOne/#/PointingToDeclaration/)| [jvm] val [BorderPaddingOne](index.md#net.axay.kspigot.inventory/Slots/BorderPaddingOne/#/PointingToDeclaration/): [InventoryBorderSlots](../-inventory-border-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [BorderPaddingThree](index.md#net.axay.kspigot.inventory/Slots/BorderPaddingThree/#/PointingToDeclaration/)| [jvm] val [BorderPaddingThree](index.md#net.axay.kspigot.inventory/Slots/BorderPaddingThree/#/PointingToDeclaration/): [InventoryBorderSlots](../-inventory-border-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [BorderPaddingTwo](index.md#net.axay.kspigot.inventory/Slots/BorderPaddingTwo/#/PointingToDeclaration/)| [jvm] val [BorderPaddingTwo](index.md#net.axay.kspigot.inventory/Slots/BorderPaddingTwo/#/PointingToDeclaration/): [InventoryBorderSlots](../-inventory-border-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [ColumnEight](index.md#net.axay.kspigot.inventory/Slots/ColumnEight/#/PointingToDeclaration/)| [jvm] val [ColumnEight](index.md#net.axay.kspigot.inventory/Slots/ColumnEight/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnEight](../-for-column-eight/index.md)>
+| [ColumnFive](index.md#net.axay.kspigot.inventory/Slots/ColumnFive/#/PointingToDeclaration/)| [jvm] val [ColumnFive](index.md#net.axay.kspigot.inventory/Slots/ColumnFive/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnFive](../-for-column-five/index.md)>
+| [ColumnFour](index.md#net.axay.kspigot.inventory/Slots/ColumnFour/#/PointingToDeclaration/)| [jvm] val [ColumnFour](index.md#net.axay.kspigot.inventory/Slots/ColumnFour/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnFour](../-for-column-four/index.md)>
+| [ColumnNine](index.md#net.axay.kspigot.inventory/Slots/ColumnNine/#/PointingToDeclaration/)| [jvm] val [ColumnNine](index.md#net.axay.kspigot.inventory/Slots/ColumnNine/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnNine](../-for-column-nine/index.md)>
+| [ColumnOne](index.md#net.axay.kspigot.inventory/Slots/ColumnOne/#/PointingToDeclaration/)| [jvm] val [ColumnOne](index.md#net.axay.kspigot.inventory/Slots/ColumnOne/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnOne](../-for-column-one/index.md)>
+| [ColumnSeven](index.md#net.axay.kspigot.inventory/Slots/ColumnSeven/#/PointingToDeclaration/)| [jvm] val [ColumnSeven](index.md#net.axay.kspigot.inventory/Slots/ColumnSeven/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnSeven](../-for-column-seven/index.md)>
+| [ColumnSix](index.md#net.axay.kspigot.inventory/Slots/ColumnSix/#/PointingToDeclaration/)| [jvm] val [ColumnSix](index.md#net.axay.kspigot.inventory/Slots/ColumnSix/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnSix](../-for-column-six/index.md)>
+| [ColumnThree](index.md#net.axay.kspigot.inventory/Slots/ColumnThree/#/PointingToDeclaration/)| [jvm] val [ColumnThree](index.md#net.axay.kspigot.inventory/Slots/ColumnThree/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnThree](../-for-column-three/index.md)>
+| [ColumnTwo](index.md#net.axay.kspigot.inventory/Slots/ColumnTwo/#/PointingToDeclaration/)| [jvm] val [ColumnTwo](index.md#net.axay.kspigot.inventory/Slots/ColumnTwo/#/PointingToDeclaration/): [InventoryColumnSlots](../-inventory-column-slots/index.md)<[ForColumnTwo](../-for-column-two/index.md)>
+| [CornerBottomLeft](index.md#net.axay.kspigot.inventory/Slots/CornerBottomLeft/#/PointingToDeclaration/)| [jvm] val [CornerBottomLeft](index.md#net.axay.kspigot.inventory/Slots/CornerBottomLeft/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [CornerBottomRight](index.md#net.axay.kspigot.inventory/Slots/CornerBottomRight/#/PointingToDeclaration/)| [jvm] val [CornerBottomRight](index.md#net.axay.kspigot.inventory/Slots/CornerBottomRight/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [Corners](index.md#net.axay.kspigot.inventory/Slots/Corners/#/PointingToDeclaration/)| [jvm] val [Corners](index.md#net.axay.kspigot.inventory/Slots/Corners/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [CornersBottom](index.md#net.axay.kspigot.inventory/Slots/CornersBottom/#/PointingToDeclaration/)| [jvm] val [CornersBottom](index.md#net.axay.kspigot.inventory/Slots/CornersBottom/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [CornersLeft](index.md#net.axay.kspigot.inventory/Slots/CornersLeft/#/PointingToDeclaration/)| [jvm] val [CornersLeft](index.md#net.axay.kspigot.inventory/Slots/CornersLeft/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [CornersRight](index.md#net.axay.kspigot.inventory/Slots/CornersRight/#/PointingToDeclaration/)| [jvm] val [CornersRight](index.md#net.axay.kspigot.inventory/Slots/CornersRight/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [CornersTop](index.md#net.axay.kspigot.inventory/Slots/CornersTop/#/PointingToDeclaration/)| [jvm] val [CornersTop](index.md#net.axay.kspigot.inventory/Slots/CornersTop/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [CornerTopLeft](index.md#net.axay.kspigot.inventory/Slots/CornerTopLeft/#/PointingToDeclaration/)| [jvm] val [CornerTopLeft](index.md#net.axay.kspigot.inventory/Slots/CornerTopLeft/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [CornerTopRight](index.md#net.axay.kspigot.inventory/Slots/CornerTopRight/#/PointingToDeclaration/)| [jvm] val [CornerTopRight](index.md#net.axay.kspigot.inventory/Slots/CornerTopRight/#/PointingToDeclaration/): [InventoryCornerSlots](../-inventory-corner-slots/index.md)<[ForEveryInventory](../-for-every-inventory/index.md)>
+| [RowFive](index.md#net.axay.kspigot.inventory/Slots/RowFive/#/PointingToDeclaration/)| [jvm] val [RowFive](index.md#net.axay.kspigot.inventory/Slots/RowFive/#/PointingToDeclaration/): [InventoryRowSlots](../-inventory-row-slots/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotEight/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotEight/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotFive/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotFive/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotFour/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotFour/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotNine/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotNine/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotOne/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotOne/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotSeven/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotSeven/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotSix/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotSix/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotThree/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotThree/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFiveSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotTwo/#/PointingToDeclaration/)| [jvm] val [RowFiveSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowFiveSlotTwo/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFive](../-for-row-five/index.md)>
+| [RowFour](index.md#net.axay.kspigot.inventory/Slots/RowFour/#/PointingToDeclaration/)| [jvm] val [RowFour](index.md#net.axay.kspigot.inventory/Slots/RowFour/#/PointingToDeclaration/): [InventoryRowSlots](../-inventory-row-slots/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotEight/#/PointingToDeclaration/)| [jvm] val [RowFourSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotEight/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotFive/#/PointingToDeclaration/)| [jvm] val [RowFourSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotFive/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotFour/#/PointingToDeclaration/)| [jvm] val [RowFourSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotFour/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotNine/#/PointingToDeclaration/)| [jvm] val [RowFourSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotNine/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotOne/#/PointingToDeclaration/)| [jvm] val [RowFourSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotOne/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotSeven/#/PointingToDeclaration/)| [jvm] val [RowFourSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotSeven/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotSix/#/PointingToDeclaration/)| [jvm] val [RowFourSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotSix/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotThree/#/PointingToDeclaration/)| [jvm] val [RowFourSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotThree/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowFourSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotTwo/#/PointingToDeclaration/)| [jvm] val [RowFourSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowFourSlotTwo/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowFour](../-for-row-four/index.md)>
+| [RowOne](index.md#net.axay.kspigot.inventory/Slots/RowOne/#/PointingToDeclaration/)| [jvm] val [RowOne](index.md#net.axay.kspigot.inventory/Slots/RowOne/#/PointingToDeclaration/): [InventoryRowSlots](../-inventory-row-slots/index.md)<[ForCompleteRowOne](../-for-complete-row-one/index.md)>
+| [RowOneSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotEight/#/PointingToDeclaration/)| [jvm] val [RowOneSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotEight/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOne](../-for-row-one/index.md)>
+| [RowOneSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotFive/#/PointingToDeclaration/)| [jvm] val [RowOneSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotFive/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOneSlotFourToFive](../-for-row-one-slot-four-to-five/index.md)>
+| [RowOneSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotFour/#/PointingToDeclaration/)| [jvm] val [RowOneSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotFour/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOneSlotFourToFive](../-for-row-one-slot-four-to-five/index.md)>
+| [RowOneSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotNine/#/PointingToDeclaration/)| [jvm] val [RowOneSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotNine/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOne](../-for-row-one/index.md)>
+| [RowOneSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotOne/#/PointingToDeclaration/)| [jvm] val [RowOneSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotOne/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOneSlotOneToThree](../-for-row-one-slot-one-to-three/index.md)>
+| [RowOneSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotSeven/#/PointingToDeclaration/)| [jvm] val [RowOneSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotSeven/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOne](../-for-row-one/index.md)>
+| [RowOneSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotSix/#/PointingToDeclaration/)| [jvm] val [RowOneSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotSix/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOne](../-for-row-one/index.md)>
+| [RowOneSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotThree/#/PointingToDeclaration/)| [jvm] val [RowOneSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotThree/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOneSlotOneToThree](../-for-row-one-slot-one-to-three/index.md)>
+| [RowOneSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotTwo/#/PointingToDeclaration/)| [jvm] val [RowOneSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowOneSlotTwo/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowOneSlotOneToThree](../-for-row-one-slot-one-to-three/index.md)>
+| [RowSix](index.md#net.axay.kspigot.inventory/Slots/RowSix/#/PointingToDeclaration/)| [jvm] val [RowSix](index.md#net.axay.kspigot.inventory/Slots/RowSix/#/PointingToDeclaration/): [InventoryRowSlots](../-inventory-row-slots/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotEight/#/PointingToDeclaration/)| [jvm] val [RowSixSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotEight/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotFive/#/PointingToDeclaration/)| [jvm] val [RowSixSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotFive/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotFour/#/PointingToDeclaration/)| [jvm] val [RowSixSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotFour/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotNine/#/PointingToDeclaration/)| [jvm] val [RowSixSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotNine/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotOne/#/PointingToDeclaration/)| [jvm] val [RowSixSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotOne/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotSeven/#/PointingToDeclaration/)| [jvm] val [RowSixSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotSeven/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotSix/#/PointingToDeclaration/)| [jvm] val [RowSixSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotSix/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotThree/#/PointingToDeclaration/)| [jvm] val [RowSixSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotThree/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowSixSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotTwo/#/PointingToDeclaration/)| [jvm] val [RowSixSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowSixSlotTwo/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowSix](../-for-row-six/index.md)>
+| [RowThree](index.md#net.axay.kspigot.inventory/Slots/RowThree/#/PointingToDeclaration/)| [jvm] val [RowThree](index.md#net.axay.kspigot.inventory/Slots/RowThree/#/PointingToDeclaration/): [InventoryRowSlots](../-inventory-row-slots/index.md)<[ForCompleteRowThree](../-for-complete-row-three/index.md)>
+| [RowThreeSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotEight/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotEight/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThree](../-for-row-three/index.md)>
+| [RowThreeSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotFive/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotFive/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThree](../-for-row-three/index.md)>
+| [RowThreeSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotFour/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotFour/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThree](../-for-row-three/index.md)>
+| [RowThreeSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotNine/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotNine/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThree](../-for-row-three/index.md)>
+| [RowThreeSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotOne/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotOne/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThreeSlotOneToThree](../-for-row-three-slot-one-to-three/index.md)>
+| [RowThreeSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotSeven/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotSeven/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThree](../-for-row-three/index.md)>
+| [RowThreeSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotSix/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotSix/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThree](../-for-row-three/index.md)>
+| [RowThreeSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotThree/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotThree/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThreeSlotOneToThree](../-for-row-three-slot-one-to-three/index.md)>
+| [RowThreeSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotTwo/#/PointingToDeclaration/)| [jvm] val [RowThreeSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowThreeSlotTwo/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowThreeSlotOneToThree](../-for-row-three-slot-one-to-three/index.md)>
+| [RowTwo](index.md#net.axay.kspigot.inventory/Slots/RowTwo/#/PointingToDeclaration/)| [jvm] val [RowTwo](index.md#net.axay.kspigot.inventory/Slots/RowTwo/#/PointingToDeclaration/): [InventoryRowSlots](../-inventory-row-slots/index.md)<[ForCompleteRowTwo](../-for-complete-row-two/index.md)>
+| [RowTwoSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotEight/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotEight](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotEight/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwo](../-for-row-two/index.md)>
+| [RowTwoSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotFive/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotFive](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotFive/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwo](../-for-row-two/index.md)>
+| [RowTwoSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotFour/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotFour](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotFour/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwo](../-for-row-two/index.md)>
+| [RowTwoSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotNine/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotNine](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotNine/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwo](../-for-row-two/index.md)>
+| [RowTwoSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotOne/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotOne](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotOne/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwoSlotOneToThree](../-for-row-two-slot-one-to-three/index.md)>
+| [RowTwoSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotSeven/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotSeven](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotSeven/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwo](../-for-row-two/index.md)>
+| [RowTwoSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotSix/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotSix](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotSix/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwo](../-for-row-two/index.md)>
+| [RowTwoSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotThree/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotThree](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotThree/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwoSlotOneToThree](../-for-row-two-slot-one-to-three/index.md)>
+| [RowTwoSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotTwo/#/PointingToDeclaration/)| [jvm] val [RowTwoSlotTwo](index.md#net.axay.kspigot.inventory/Slots/RowTwoSlotTwo/#/PointingToDeclaration/): [SingleInventorySlot](../-single-inventory-slot/index.md)<[ForRowTwoSlotOneToThree](../-for-row-two-slot-one-to-three/index.md)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/index.html b/docs/-k-spigot/net.axay.kspigot.inventory/index.html deleted file mode 100644 index b462113f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/index.html +++ /dev/null @@ -1,1819 +0,0 @@ - - - - net.axay.kspigot.inventory - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.inventory

-
-
-
-
-

Types

-
-
-
ForColumnEight - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnEight : ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForColumnFive - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnFive : ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForColumnFour - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnFour : ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForColumnNine - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnNine : ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForColumnOne - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnOne : ForInventoryWidthThree, ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForColumnSeven - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnSeven : ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForColumnSix - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnSix : ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForColumnThree - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnThree : ForInventoryWidthThree, ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForColumnTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForColumnTwo : ForInventoryWidthThree, ForInventoryWidthFive, ForInventoryWidthNine - -
-
-
-
-
-
- -
-
ForCompleteRowOne - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForCompleteRowOne : ForRowOne, ForRowOneSlotOneToThree, ForRowOneSlotFourToFive - -
-
-
-
-
-
- -
-
ForCompleteRowThree - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForCompleteRowThree : ForRowThree, ForRowThreeSlotOneToThree - -
-
-
-
-
-
- -
-
ForCompleteRowTwo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForCompleteRowTwo : ForRowTwo, ForRowTwoSlotOneToThree - -
-
-
-
-
-
- - - -
-
ForInventory - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventory - -
-
-
-
-
-
- -
-
ForInventoryFiveByNine - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryFiveByNine : ForInventory - -
-
-
-
-
-
- -
-
ForInventoryFourByNine - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryFourByNine : ForInventory - -
-
-
-
-
-
- -
-
ForInventoryOneByFive - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryOneByFive : ForInventory - -
-
-
-
-
-
- -
-
ForInventoryOneByNine - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryOneByNine : ForInventory - -
-
-
-
-
-
- -
-
ForInventorySixByNine - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventorySixByNine : ForInventory - -
-
-
-
-
-
- -
-
ForInventoryThreeByNine - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryThreeByNine : ForInventory - -
-
-
-
-
-
- -
-
ForInventoryThreeByThree - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryThreeByThree : ForInventory - -
-
-
-
-
-
- -
-
ForInventoryTwoByNine - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryTwoByNine : ForInventory - -
-
-
-
-
-
- -
-
ForInventoryWidthFive - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryWidthFive : ForInventoryOneByFive - -
-
-
-
-
-
- -
-
ForInventoryWidthNine - - - -
- -Link copied to clipboard
-
- -
- -
-
ForInventoryWidthThree - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForInventoryWidthThree : ForInventoryThreeByThree - -
-
-
-
-
-
- -
-
ForRowFive - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForRowFive : ForInventoryFiveByNine, ForInventorySixByNine - -
-
-
-
-
-
- -
-
ForRowFour - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForRowFour : ForInventoryFourByNine, ForInventoryFiveByNine, ForInventorySixByNine - -
-
-
-
-
-
- -
-
ForRowOne - - - -
- -Link copied to clipboard
-
- -
- -
-
ForRowOneSlotFourToFive - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForRowOneSlotFourToFive : ForRowOne, ForInventoryOneByFive - -
-
-
-
-
-
- -
-
ForRowOneSlotOneToThree - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForRowOneSlotOneToThree : ForRowOne, ForInventoryOneByFive, ForInventoryThreeByThree - -
-
-
-
-
-
- -
-
ForRowSix - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForRowSix : ForInventorySixByNine - -
-
-
-
-
-
- -
-
ForRowThree - - - -
- -Link copied to clipboard
-
-
-
-
-
- - -
-
-
-
- -
-
ForRowThreeSlotOneToThree - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForRowThreeSlotOneToThree : ForRowThree, ForInventoryThreeByThree - -
-
-
-
-
-
- -
-
ForRowTwo - - - -
- -Link copied to clipboard
-
- -
- -
-
ForRowTwoSlotOneToThree - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface ForRowTwoSlotOneToThree : ForRowTwo, ForInventoryThreeByThree - -
-
-
-
-
-
- -
-
InventoryBorderSlots - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryBorderSlots<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-
- -
-
InventoryColumnSlots - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryColumnSlots<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-
- -
-
InventoryCornerSlots - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryCornerSlots<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-
- -
-
InventoryDimensions - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class InventoryDimensions(width: Int, heigth: Int) - -
-
-
-
-
-
- -
-
InventoryGUI - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract class InventoryGUI<T : ForInventory>(data: InventoryGUIData<T>) - -
-
-
-
-
-
- -
-
InventoryGUIBuilder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIBuilder<T : ForInventory>(kSpigot: KSpigot, type: InventoryType<T>) - -
-
-
-
-
-
- -
-
InventoryGUIButton - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open class InventoryGUIButton(inventoryGUIElementData: InventoryGUIElementData, action: (<ERROR CLASS>) -> Unit) : InventoryGUIElement - -
-
-
-
-
-
- -
-
InventoryGUIButtonPageChange - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIButtonPageChange(inventoryGUIElementData: InventoryGUIElementData, calculator: InventoryGUIPageChangeCalculator, onChange: (<ERROR CLASS>) -> Unit?) : InventoryGUIButton - -
-
-
-
-
-
- -
-
InventoryGUIClickEvent - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIClickEvent<T : ForInventory>(bukkitEvent: InventoryClickEvent, gui: InventoryGUI<T>) - -
-
-
-
-
-
- -
-
InventoryGUIData - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIData<T : ForInventory>(plugin: KSpigot, inventoryType: InventoryType<T>, title: String?, pages: Map<Int, InventoryGUIPage>) - -
-
-
-
-
-
- -
-
InventoryGUIElement - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract class InventoryGUIElement(inventoryGUIElementData: InventoryGUIElementData) : InventoryGUISlot - -
-
-
-
-
-
- -
-
InventoryGUIElementData - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIElementData(itemStack: ItemStack) - -
-
-
-
-
-
- -
-
InventoryGUIFreeSlot - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIFreeSlot : InventoryGUISlot - -
-
-
-
-
-
- -
-
InventoryGUIHolder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIHolder(kSpigot: KSpigot) : AutoCloseable - -
-
-
-
-
-
- -
-
InventoryGUIPage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIPage(slots: Map<Int, InventoryGUISlot>, transitionTo: InventoryGUIPageChangeEffect?, transitionFrom: InventoryGUIPageChangeEffect?) - -
-
-
-
-
-
- -
-
InventoryGUIPageBuilder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIPageBuilder<T : ForInventory>(type: InventoryType<T>, page: Int) - -
-
-
-
-
-
- -
-
InventoryGUIPageChangeCalculator - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract class InventoryGUIPageChangeCalculator - -
-
-
-
-
-
- -
-
InventoryGUIPageChangeEffect - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
enum InventoryGUIPageChangeEffect : Enum<InventoryGUIPageChangeEffect> - -
-
-
-
-
-
- -
-
InventoryGUIPageChanger - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIPageChanger(effect: InventoryGUIPageChangeEffect) - -
-
-
-
-
-
- -
-
InventoryGUIPlaceholder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIPlaceholder(inventoryGUIElementData: InventoryGUIElementData) : InventoryGUIElement - -
-
-
-
-
-
- -
-
InventoryGUIShared - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryGUIShared<T : ForInventory>(inventoryGUIData: InventoryGUIData<T>) : InventoryGUI<T> - -
-
-
-
-
-
- -
-
InventoryGUISlot - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface InventoryGUISlot - -
-
-
-
-
-
- -
-
InventoryRowSlots - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryRowSlots<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-
- -
-
InventorySlot - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class InventorySlot(row: Int, slotInRow: Int) : Comparable<InventorySlot> - -
-
-
-
-
-
- -
-
InventorySlotCompound - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface InventorySlotCompound<out T : ForInventory> - -
-
-
-
-
-
- -
-
InventorySlotRange - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventorySlotRange<out T : ForInventory> : InventorySlotCompound<T> , ClosedRange<InventorySlot> - -
-
-
-
-
-
- -
-
InventoryType - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class InventoryType<in T : ForInventory>(dimensions: InventoryDimensions, bukkitType: InventoryType?) - -
-
-
-
-
-
- -
-
SingleInventorySlot - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open class SingleInventorySlot<T : ForInventory> : InventorySlotCompound<T> - -
-
-
-
-
-
- -
-
Slots - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object Slots - -
-
-
-
-
-
-
-

Functions

-
-
-
inventoryGUI - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun <T : ForInventory> KSpigot.inventoryGUI(type: InventoryType<T>, builder: InventoryGUIBuilder<T>.() -> Unit): InventoryGUIShared<T> - -
-
-
-
-
-
- -
-
linTo - - - -
- -Link copied to clipboard
-
-
-
-

This range contains all slots having an index between the indeces of the two given slots.

-
- -
-
infix fun <T : ForInventory> SingleInventorySlot<out T>.linTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T> - -
-
-
-
-
-
- -
-
openGUI - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun HumanEntity.openGUI(gui: InventoryGUI<*>, page: Int): InventoryView? - -
-
-
-
-
-
- -
-
rectTo - - - -
- -Link copied to clipboard
-
-
-
-

This range contains all slots inside of a thought rectangle with the two given slots as two opposite corners of the rectangle.

-
- -
-
infix fun <T : ForInventory> SingleInventorySlot<out T>.rectTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T> - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/index.md b/docs/-k-spigot/net.axay.kspigot.inventory/index.md new file mode 100644 index 00000000..b9c2ac5c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/index.md @@ -0,0 +1,90 @@ +--- +title: net.axay.kspigot.inventory - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.inventory](index.md) + + + +# Package net.axay.kspigot.inventory + + +## Types + +| Name| Summary| +|---|---| +| [ForColumnEight](-for-column-eight/index.md)| [jvm]
Content
interface [ForColumnEight](-for-column-eight/index.md) : [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForColumnFive](-for-column-five/index.md)| [jvm]
Content
interface [ForColumnFive](-for-column-five/index.md) : [ForInventoryWidthFive](-for-inventory-width-five/index.md), [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForColumnFour](-for-column-four/index.md)| [jvm]
Content
interface [ForColumnFour](-for-column-four/index.md) : [ForInventoryWidthFive](-for-inventory-width-five/index.md), [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForColumnNine](-for-column-nine/index.md)| [jvm]
Content
interface [ForColumnNine](-for-column-nine/index.md) : [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForColumnOne](-for-column-one/index.md)| [jvm]
Content
interface [ForColumnOne](-for-column-one/index.md) : [ForInventoryWidthThree](-for-inventory-width-three/index.md), [ForInventoryWidthFive](-for-inventory-width-five/index.md), [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForColumnSeven](-for-column-seven/index.md)| [jvm]
Content
interface [ForColumnSeven](-for-column-seven/index.md) : [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForColumnSix](-for-column-six/index.md)| [jvm]
Content
interface [ForColumnSix](-for-column-six/index.md) : [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForColumnThree](-for-column-three/index.md)| [jvm]
Content
interface [ForColumnThree](-for-column-three/index.md) : [ForInventoryWidthThree](-for-inventory-width-three/index.md), [ForInventoryWidthFive](-for-inventory-width-five/index.md), [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForColumnTwo](-for-column-two/index.md)| [jvm]
Content
interface [ForColumnTwo](-for-column-two/index.md) : [ForInventoryWidthThree](-for-inventory-width-three/index.md), [ForInventoryWidthFive](-for-inventory-width-five/index.md), [ForInventoryWidthNine](-for-inventory-width-nine/index.md)


+| [ForCompleteRowOne](-for-complete-row-one/index.md)| [jvm]
Content
interface [ForCompleteRowOne](-for-complete-row-one/index.md) : [ForRowOne](-for-row-one/index.md), [ForRowOneSlotOneToThree](-for-row-one-slot-one-to-three/index.md), [ForRowOneSlotFourToFive](-for-row-one-slot-four-to-five/index.md)


+| [ForCompleteRowThree](-for-complete-row-three/index.md)| [jvm]
Content
interface [ForCompleteRowThree](-for-complete-row-three/index.md) : [ForRowThree](-for-row-three/index.md), [ForRowThreeSlotOneToThree](-for-row-three-slot-one-to-three/index.md)


+| [ForCompleteRowTwo](-for-complete-row-two/index.md)| [jvm]
Content
interface [ForCompleteRowTwo](-for-complete-row-two/index.md) : [ForRowTwo](-for-row-two/index.md), [ForRowTwoSlotOneToThree](-for-row-two-slot-one-to-three/index.md)


+| [ForEveryInventory](-for-every-inventory/index.md)| [jvm]
Content
interface [ForEveryInventory](-for-every-inventory/index.md) : [ForInventoryOneByNine](-for-inventory-one-by-nine/index.md), [ForInventoryTwoByNine](-for-inventory-two-by-nine/index.md), [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](-for-inventory-six-by-nine/index.md), [ForInventoryThreeByThree](-for-inventory-three-by-three/index.md), [ForInventoryOneByFive](-for-inventory-one-by-five/index.md)


+| [ForInventory](-for-inventory/index.md)| [jvm]
Content
interface [ForInventory](-for-inventory/index.md)


+| [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md)| [jvm]
Content
interface [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md) : [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)


+| [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md)| [jvm]
Content
interface [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md) : [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md)


+| [ForInventoryOneByFive](-for-inventory-one-by-five/index.md)| [jvm]
Content
interface [ForInventoryOneByFive](-for-inventory-one-by-five/index.md) : [ForInventoryOneByNine](-for-inventory-one-by-nine/index.md)


+| [ForInventoryOneByNine](-for-inventory-one-by-nine/index.md)| [jvm]
Content
interface [ForInventoryOneByNine](-for-inventory-one-by-nine/index.md) : [ForInventoryTwoByNine](-for-inventory-two-by-nine/index.md)


+| [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)| [jvm]
Content
interface [ForInventorySixByNine](-for-inventory-six-by-nine/index.md) : [ForInventory](-for-inventory/index.md)


+| [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md)| [jvm]
Content
interface [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md) : [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md)


+| [ForInventoryThreeByThree](-for-inventory-three-by-three/index.md)| [jvm]
Content
interface [ForInventoryThreeByThree](-for-inventory-three-by-three/index.md) : [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md)


+| [ForInventoryTwoByNine](-for-inventory-two-by-nine/index.md)| [jvm]
Content
interface [ForInventoryTwoByNine](-for-inventory-two-by-nine/index.md) : [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md)


+| [ForInventoryWidthFive](-for-inventory-width-five/index.md)| [jvm]
Content
interface [ForInventoryWidthFive](-for-inventory-width-five/index.md) : [ForInventoryOneByFive](-for-inventory-one-by-five/index.md)


+| [ForInventoryWidthNine](-for-inventory-width-nine/index.md)| [jvm]
Content
interface [ForInventoryWidthNine](-for-inventory-width-nine/index.md) : [ForInventoryOneByNine](-for-inventory-one-by-nine/index.md), [ForInventoryTwoByNine](-for-inventory-two-by-nine/index.md), [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)


+| [ForInventoryWidthThree](-for-inventory-width-three/index.md)| [jvm]
Content
interface [ForInventoryWidthThree](-for-inventory-width-three/index.md) : [ForInventoryThreeByThree](-for-inventory-three-by-three/index.md)


+| [ForRowFive](-for-row-five/index.md)| [jvm]
Content
interface [ForRowFive](-for-row-five/index.md) : [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)


+| [ForRowFour](-for-row-four/index.md)| [jvm]
Content
interface [ForRowFour](-for-row-four/index.md) : [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)


+| [ForRowOne](-for-row-one/index.md)| [jvm]
Content
interface [ForRowOne](-for-row-one/index.md) : [ForInventoryOneByNine](-for-inventory-one-by-nine/index.md), [ForInventoryTwoByNine](-for-inventory-two-by-nine/index.md), [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)


+| [ForRowOneSlotFourToFive](-for-row-one-slot-four-to-five/index.md)| [jvm]
Content
interface [ForRowOneSlotFourToFive](-for-row-one-slot-four-to-five/index.md) : [ForRowOne](-for-row-one/index.md), [ForInventoryOneByFive](-for-inventory-one-by-five/index.md)


+| [ForRowOneSlotOneToThree](-for-row-one-slot-one-to-three/index.md)| [jvm]
Content
interface [ForRowOneSlotOneToThree](-for-row-one-slot-one-to-three/index.md) : [ForRowOne](-for-row-one/index.md), [ForInventoryOneByFive](-for-inventory-one-by-five/index.md), [ForInventoryThreeByThree](-for-inventory-three-by-three/index.md)


+| [ForRowSix](-for-row-six/index.md)| [jvm]
Content
interface [ForRowSix](-for-row-six/index.md) : [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)


+| [ForRowThree](-for-row-three/index.md)| [jvm]
Content
interface [ForRowThree](-for-row-three/index.md) : [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)


+| [ForRowThreeSlotOneToThree](-for-row-three-slot-one-to-three/index.md)| [jvm]
Content
interface [ForRowThreeSlotOneToThree](-for-row-three-slot-one-to-three/index.md) : [ForRowThree](-for-row-three/index.md), [ForInventoryThreeByThree](-for-inventory-three-by-three/index.md)


+| [ForRowTwo](-for-row-two/index.md)| [jvm]
Content
interface [ForRowTwo](-for-row-two/index.md) : [ForInventoryTwoByNine](-for-inventory-two-by-nine/index.md), [ForInventoryThreeByNine](-for-inventory-three-by-nine/index.md), [ForInventoryFourByNine](-for-inventory-four-by-nine/index.md), [ForInventoryFiveByNine](-for-inventory-five-by-nine/index.md), [ForInventorySixByNine](-for-inventory-six-by-nine/index.md)


+| [ForRowTwoSlotOneToThree](-for-row-two-slot-one-to-three/index.md)| [jvm]
Content
interface [ForRowTwoSlotOneToThree](-for-row-two-slot-one-to-three/index.md) : [ForRowTwo](-for-row-two/index.md), [ForInventoryThreeByThree](-for-inventory-three-by-three/index.md)


+| [InventoryBorderSlots](-inventory-border-slots/index.md)| [jvm]
Content
class [InventoryBorderSlots](-inventory-border-slots/index.md)<[T](-inventory-border-slots/index.md) : [ForInventory](-for-inventory/index.md)> : [InventorySlotCompound](-inventory-slot-compound/index.md)<[T](-inventory-border-slots/index.md)>


+| [InventoryChangeEffect](-inventory-change-effect/index.md)| [jvm]
Content
enum [InventoryChangeEffect](-inventory-change-effect/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[InventoryChangeEffect](-inventory-change-effect/index.md)>


+| [InventoryColumnSlots](-inventory-column-slots/index.md)| [jvm]
Content
class [InventoryColumnSlots](-inventory-column-slots/index.md)<[T](-inventory-column-slots/index.md) : [ForInventory](-for-inventory/index.md)> : [InventorySlotCompound](-inventory-slot-compound/index.md)<[T](-inventory-column-slots/index.md)>


+| [InventoryCornerSlots](-inventory-corner-slots/index.md)| [jvm]
Content
class [InventoryCornerSlots](-inventory-corner-slots/index.md)<[T](-inventory-corner-slots/index.md) : [ForInventory](-for-inventory/index.md)> : [InventorySlotCompound](-inventory-slot-compound/index.md)<[T](-inventory-corner-slots/index.md)>


+| [InventoryDimensions](-inventory-dimensions/index.md)| [jvm]
Content
data class [InventoryDimensions](-inventory-dimensions/index.md)(**width**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **heigth**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


+| [InventoryGUI](-inventory-g-u-i/index.md)| [jvm]
Content
abstract class [InventoryGUI](-inventory-g-u-i/index.md)<[T](-inventory-g-u-i/index.md) : [ForInventory](-for-inventory/index.md)>(**data**: [InventoryGUIData](-inventory-g-u-i-data/index.md)<[T](-inventory-g-u-i/index.md)>)


+| [InventoryGUIBuilder](-inventory-g-u-i-builder/index.md)| [jvm]
Content
class [InventoryGUIBuilder](-inventory-g-u-i-builder/index.md)<[T](-inventory-g-u-i-builder/index.md) : [ForInventory](-for-inventory/index.md)>(**type**: [InventoryType](-inventory-type/index.md)<[T](-inventory-g-u-i-builder/index.md)>)


+| [InventoryGUIButton](-inventory-g-u-i-button/index.md)| [jvm]
Content
open class [InventoryGUIButton](-inventory-g-u-i-button/index.md)<[T](-inventory-g-u-i-button/index.md) : [ForInventory](-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](-inventory-g-u-i-element-data/index.md), **action**: ([InventoryGUIClickEvent](-inventory-g-u-i-click-event/index.md)<[T](-inventory-g-u-i-button/index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) : [InventoryGUIElement](-inventory-g-u-i-element/index.md)<[T](-inventory-g-u-i-button/index.md)>


+| [InventoryGUIButtonInventoryChange](-inventory-g-u-i-button-inventory-change/index.md)| [jvm]
Content
class [InventoryGUIButtonInventoryChange](-inventory-g-u-i-button-inventory-change/index.md)<[T](-inventory-g-u-i-button-inventory-change/index.md) : [ForInventory](-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](-inventory-g-u-i-element-data/index.md), **changeToGUICallback**: () -> [InventoryGUI](-inventory-g-u-i/index.md)<*>, **changeToPageInt**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **onChange**: ([InventoryGUIClickEvent](-inventory-g-u-i-click-event/index.md)<[T](-inventory-g-u-i-button-inventory-change/index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) : [InventoryGUIButton](-inventory-g-u-i-button/index.md)<[T](-inventory-g-u-i-button-inventory-change/index.md)>


+| [InventoryGUIButtonPageChange](-inventory-g-u-i-button-page-change/index.md)| [jvm]
Content
class [InventoryGUIButtonPageChange](-inventory-g-u-i-button-page-change/index.md)<[T](-inventory-g-u-i-button-page-change/index.md) : [ForInventory](-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](-inventory-g-u-i-element-data/index.md), **calculator**: [InventoryGUIPageChangeCalculator](-inventory-g-u-i-page-change-calculator/index.md), **onChange**: ([InventoryGUIClickEvent](-inventory-g-u-i-click-event/index.md)<[T](-inventory-g-u-i-button-page-change/index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) : [InventoryGUIButton](-inventory-g-u-i-button/index.md)<[T](-inventory-g-u-i-button-page-change/index.md)>


+| [InventoryGUIClickEvent](-inventory-g-u-i-click-event/index.md)| [jvm]
Content
class [InventoryGUIClickEvent](-inventory-g-u-i-click-event/index.md)<[T](-inventory-g-u-i-click-event/index.md) : [ForInventory](-for-inventory/index.md)>(**bukkitEvent**: InventoryClickEvent, **gui**: [InventoryGUI](-inventory-g-u-i/index.md)<[T](-inventory-g-u-i-click-event/index.md)>)


+| [InventoryGUIData](-inventory-g-u-i-data/index.md)| [jvm]
Content
class [InventoryGUIData](-inventory-g-u-i-data/index.md)<[T](-inventory-g-u-i-data/index.md) : [ForInventory](-for-inventory/index.md)>(**inventoryType**: [InventoryType](-inventory-type/index.md)<[T](-inventory-g-u-i-data/index.md)>, **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **pages**: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), [InventoryGUIPage](-inventory-g-u-i-page/index.md)<[T](-inventory-g-u-i-data/index.md)>>, **transitionTo**: [InventoryChangeEffect](-inventory-change-effect/index.md)?, **transitionFrom**: [InventoryChangeEffect](-inventory-change-effect/index.md)?, **generalOnClick**: ([InventoryGUIClickEvent](-inventory-g-u-i-click-event/index.md)<[T](-inventory-g-u-i-data/index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


+| [InventoryGUIElement](-inventory-g-u-i-element/index.md)| [jvm]
Content
abstract class [InventoryGUIElement](-inventory-g-u-i-element/index.md)<[T](-inventory-g-u-i-element/index.md) : [ForInventory](-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](-inventory-g-u-i-element-data/index.md)) : [InventoryGUISlot](-inventory-g-u-i-slot/index.md)<[T](-inventory-g-u-i-element/index.md)>


+| [InventoryGUIElementData](-inventory-g-u-i-element-data/index.md)| [jvm]
Content
class [InventoryGUIElementData](-inventory-g-u-i-element-data/index.md)(**itemStack**: ItemStack)


+| [InventoryGUIFreeSlot](-inventory-g-u-i-free-slot/index.md)| [jvm]
Content
class [InventoryGUIFreeSlot](-inventory-g-u-i-free-slot/index.md)<[T](-inventory-g-u-i-free-slot/index.md) : [ForInventory](-for-inventory/index.md)> : [InventoryGUISlot](-inventory-g-u-i-slot/index.md)<[T](-inventory-g-u-i-free-slot/index.md)>


+| [InventoryGUIHolder](-inventory-g-u-i-holder/index.md)| [jvm]
Content
object [InventoryGUIHolder](-inventory-g-u-i-holder/index.md) : [AutoCloseable](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html)


+| [InventoryGUIPage](-inventory-g-u-i-page/index.md)| [jvm]
Content
class [InventoryGUIPage](-inventory-g-u-i-page/index.md)<[T](-inventory-g-u-i-page/index.md) : [ForInventory](-for-inventory/index.md)>(**number**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **slots**: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), [InventoryGUISlot](-inventory-g-u-i-slot/index.md)<[T](-inventory-g-u-i-page/index.md)>>, **transitionTo**: [PageChangeEffect](-page-change-effect/index.md)?, **transitionFrom**: [PageChangeEffect](-page-change-effect/index.md)?)


+| [InventoryGUIPageBuilder](-inventory-g-u-i-page-builder/index.md)| [jvm]
Content
class [InventoryGUIPageBuilder](-inventory-g-u-i-page-builder/index.md)<[T](-inventory-g-u-i-page-builder/index.md) : [ForInventory](-for-inventory/index.md)>(**type**: [InventoryType](-inventory-type/index.md)<[T](-inventory-g-u-i-page-builder/index.md)>, **page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


+| [InventoryGUIPageChangeCalculator](-inventory-g-u-i-page-change-calculator/index.md)| [jvm]
Content
abstract class [InventoryGUIPageChangeCalculator](-inventory-g-u-i-page-change-calculator/index.md)


+| [InventoryGUIPlaceholder](-inventory-g-u-i-placeholder/index.md)| [jvm]
Content
class [InventoryGUIPlaceholder](-inventory-g-u-i-placeholder/index.md)<[T](-inventory-g-u-i-placeholder/index.md) : [ForInventory](-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](-inventory-g-u-i-element-data/index.md)) : [InventoryGUIElement](-inventory-g-u-i-element/index.md)<[T](-inventory-g-u-i-placeholder/index.md)>


+| [InventoryGUIShared](-inventory-g-u-i-shared/index.md)| [jvm]
Content
class [InventoryGUIShared](-inventory-g-u-i-shared/index.md)<[T](-inventory-g-u-i-shared/index.md) : [ForInventory](-for-inventory/index.md)>(**inventoryGUIData**: [InventoryGUIData](-inventory-g-u-i-data/index.md)<[T](-inventory-g-u-i-shared/index.md)>) : [InventoryGUI](-inventory-g-u-i/index.md)<[T](-inventory-g-u-i-shared/index.md)>


+| [InventoryGUISlot](-inventory-g-u-i-slot/index.md)| [jvm]
Content
abstract class [InventoryGUISlot](-inventory-g-u-i-slot/index.md)<[T](-inventory-g-u-i-slot/index.md) : [ForInventory](-for-inventory/index.md)>


+| [InventoryRowSlots](-inventory-row-slots/index.md)| [jvm]
Content
class [InventoryRowSlots](-inventory-row-slots/index.md)<[T](-inventory-row-slots/index.md) : [ForInventory](-for-inventory/index.md)> : [InventorySlotCompound](-inventory-slot-compound/index.md)<[T](-inventory-row-slots/index.md)>


+| [InventorySlot](-inventory-slot/index.md)| [jvm]
Content
data class [InventorySlot](-inventory-slot/index.md)(**row**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **slotInRow**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) : [Comparable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-comparable/index.html)<[InventorySlot](-inventory-slot/index.md)>


+| [InventorySlotCompound](-inventory-slot-compound/index.md)| [jvm]
Content
interface [InventorySlotCompound](-inventory-slot-compound/index.md)


+| [InventorySlotRange](-inventory-slot-range/index.md)| [jvm]
Content
class [InventorySlotRange](-inventory-slot-range/index.md) : [InventorySlotCompound](-inventory-slot-compound/index.md)<[T](-inventory-slot-range/index.md)> , [ClosedRange](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/-closed-range/index.html)<[InventorySlot](-inventory-slot/index.md)>


+| [InventoryType](-inventory-type/index.md)| [jvm]
Content
class [InventoryType](-inventory-type/index.md)(**dimensions**: [InventoryDimensions](-inventory-dimensions/index.md), **bukkitType**: InventoryType?)


+| [PageChangeEffect](-page-change-effect/index.md)| [jvm]
Content
enum [PageChangeEffect](-page-change-effect/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[PageChangeEffect](-page-change-effect/index.md)>


+| [SingleInventorySlot](-single-inventory-slot/index.md)| [jvm]
Content
open class [SingleInventorySlot](-single-inventory-slot/index.md)<[T](-single-inventory-slot/index.md) : [ForInventory](-for-inventory/index.md)> : [InventorySlotCompound](-inventory-slot-compound/index.md)<[T](-single-inventory-slot/index.md)>


+| [Slots](-slots/index.md)| [jvm]
Content
object [Slots](-slots/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [inventoryGUI](inventory-g-u-i.md)| [jvm]
Content
fun <[T](inventory-g-u-i.md) : [ForInventory](-for-inventory/index.md)> [inventoryGUI](inventory-g-u-i.md)(type: [InventoryType](-inventory-type/index.md)<[T](inventory-g-u-i.md)>, builder: [InventoryGUIBuilder](-inventory-g-u-i-builder/index.md)<[T](inventory-g-u-i.md)>.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [InventoryGUIShared](-inventory-g-u-i-shared/index.md)<[T](inventory-g-u-i.md)>


+| [linTo](lin-to.md)| [jvm]
Brief description


This range contains all slots having an index between the indeces of the two given slots.


Content
infix fun <[T](lin-to.md) : [ForInventory](-for-inventory/index.md)> [SingleInventorySlot](-single-inventory-slot/index.md).[linTo](lin-to.md)(slot: [SingleInventorySlot](-single-inventory-slot/index.md)): [InventorySlotRange](-inventory-slot-range/index.md)<[T](lin-to.md)>


+| [openGUI](open-g-u-i.md)| [jvm]
Content
fun HumanEntity.[openGUI](open-g-u-i.md)(gui: [InventoryGUI](-inventory-g-u-i/index.md)<*>, page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?): InventoryView?


+| [rectTo](rect-to.md)| [jvm]
Brief description


This range contains all slots inside of a thought rectangle with the two given slots as two opposite corners of the rectangle.


Content
infix fun <[T](rect-to.md) : [ForInventory](-for-inventory/index.md)> [SingleInventorySlot](-single-inventory-slot/index.md).[rectTo](rect-to.md)(slot: [SingleInventorySlot](-single-inventory-slot/index.md)): [InventorySlotRange](-inventory-slot-range/index.md)<[T](rect-to.md)>


+ diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/inventory-g-u-i.html b/docs/-k-spigot/net.axay.kspigot.inventory/inventory-g-u-i.html deleted file mode 100644 index 43084432..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/inventory-g-u-i.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - inventoryGUI - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

inventoryGUI

-
-
-
- -
-
inline fun <T : ForInventory> KSpigot.inventoryGUI(type: InventoryType<T>, builder: InventoryGUIBuilder<T>.() -> Unit): InventoryGUIShared<T> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/inventory-g-u-i.md b/docs/-k-spigot/net.axay.kspigot.inventory/inventory-g-u-i.md new file mode 100644 index 00000000..c3b789e3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/inventory-g-u-i.md @@ -0,0 +1,14 @@ +--- +title: inventoryGUI - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.inventory](index.md)/[inventoryGUI](inventory-g-u-i.md) + + + +# inventoryGUI +[jvm] +Content +fun <[T](inventory-g-u-i.md) : [ForInventory](-for-inventory/index.md)> [inventoryGUI](inventory-g-u-i.md)(type: [InventoryType](-inventory-type/index.md)<[T](inventory-g-u-i.md)>, builder: [InventoryGUIBuilder](-inventory-g-u-i-builder/index.md)<[T](inventory-g-u-i.md)>.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [InventoryGUIShared](-inventory-g-u-i-shared/index.md)<[T](inventory-g-u-i.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/lin-to.html b/docs/-k-spigot/net.axay.kspigot.inventory/lin-to.html deleted file mode 100644 index 0690dcd1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/lin-to.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - linTo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

linTo

-
-

This range contains all slots having an index between the indeces of the two given slots.

-
- -
-
infix fun <T : ForInventory> SingleInventorySlot<out T>.linTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/lin-to.md b/docs/-k-spigot/net.axay.kspigot.inventory/lin-to.md new file mode 100644 index 00000000..10058961 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/lin-to.md @@ -0,0 +1,20 @@ +--- +title: linTo - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.inventory](index.md)/[linTo](lin-to.md) + + + +# linTo +[jvm] +Brief description + + +This range contains all slots having an index between the indeces of the two given slots. + + +Content +infix fun <[T](lin-to.md) : [ForInventory](-for-inventory/index.md)> [SingleInventorySlot](-single-inventory-slot/index.md).[linTo](lin-to.md)(slot: [SingleInventorySlot](-single-inventory-slot/index.md)): [InventorySlotRange](-inventory-slot-range/index.md)<[T](lin-to.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/open-g-u-i.html b/docs/-k-spigot/net.axay.kspigot.inventory/open-g-u-i.html deleted file mode 100644 index 5a2eba1c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/open-g-u-i.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - openGUI - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

openGUI

-
-
-
- -
-
fun HumanEntity.openGUI(gui: InventoryGUI<*>, page: Int): InventoryView? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/open-g-u-i.md b/docs/-k-spigot/net.axay.kspigot.inventory/open-g-u-i.md new file mode 100644 index 00000000..f0dced15 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/open-g-u-i.md @@ -0,0 +1,14 @@ +--- +title: openGUI - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.inventory](index.md)/[openGUI](open-g-u-i.md) + + + +# openGUI +[jvm] +Content +fun HumanEntity.[openGUI](open-g-u-i.md)(gui: [InventoryGUI](-inventory-g-u-i/index.md)<*>, page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?): InventoryView? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/rect-to.html b/docs/-k-spigot/net.axay.kspigot.inventory/rect-to.html deleted file mode 100644 index 007202f7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.inventory/rect-to.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - rectTo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

rectTo

-
-

This range contains all slots inside of a thought rectangle with the two given slots as two opposite corners of the rectangle.

-
- -
-
infix fun <T : ForInventory> SingleInventorySlot<out T>.rectTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.inventory/rect-to.md b/docs/-k-spigot/net.axay.kspigot.inventory/rect-to.md new file mode 100644 index 00000000..f04f479e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.inventory/rect-to.md @@ -0,0 +1,20 @@ +--- +title: rectTo - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.inventory](index.md)/[rectTo](rect-to.md) + + + +# rectTo +[jvm] +Brief description + + +This range contains all slots inside of a thought rectangle with the two given slots as two opposite corners of the rectangle. + + +Content +infix fun <[T](rect-to.md) : [ForInventory](-for-inventory/index.md)> [SingleInventorySlot](-single-inventory-slot/index.md).[rectTo](rect-to.md)(slot: [SingleInventorySlot](-single-inventory-slot/index.md)): [InventorySlotRange](-inventory-slot-range/index.md)<[T](rect-to.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-c-h-i-n-e-s-e/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-c-h-i-n-e-s-e/index.html deleted file mode 100644 index 3ad5c961..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-c-h-i-n-e-s-e/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - CHINESE - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

CHINESE

-
CHINESE("zh-CN")
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
override val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-c-h-i-n-e-s-e/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-c-h-i-n-e-s-e/index.md new file mode 100644 index 00000000..96a54188 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-c-h-i-n-e-s-e/index.md @@ -0,0 +1,35 @@ +--- +title: CHINESE - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.ipaddress](../../index.md)/[IPAddressDataLanguage](../index.md)/[CHINESE](index.md) + + + +# CHINESE + [jvm] [CHINESE](index.md)("zh-CN") + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.CHINESE/code/#/PointingToDeclaration/)| [jvm] override val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.CHINESE/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.CHINESE/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.CHINESE/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.CHINESE/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.CHINESE/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-e-n-g-l-i-s-h/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-e-n-g-l-i-s-h/index.html deleted file mode 100644 index 62280672..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-e-n-g-l-i-s-h/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - ENGLISH - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ENGLISH

-
ENGLISH("en")
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
override val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-e-n-g-l-i-s-h/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-e-n-g-l-i-s-h/index.md new file mode 100644 index 00000000..990c1017 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-e-n-g-l-i-s-h/index.md @@ -0,0 +1,35 @@ +--- +title: ENGLISH - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.ipaddress](../../index.md)/[IPAddressDataLanguage](../index.md)/[ENGLISH](index.md) + + + +# ENGLISH + [jvm] [ENGLISH](index.md)("en") + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.ENGLISH/code/#/PointingToDeclaration/)| [jvm] override val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.ENGLISH/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.ENGLISH/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.ENGLISH/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.ENGLISH/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.ENGLISH/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-f-r-e-n-c-h/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-f-r-e-n-c-h/index.html deleted file mode 100644 index 3aff7693..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-f-r-e-n-c-h/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - FRENCH - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

FRENCH

-
FRENCH("fr")
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
override val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-f-r-e-n-c-h/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-f-r-e-n-c-h/index.md new file mode 100644 index 00000000..d7d08bbc --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-f-r-e-n-c-h/index.md @@ -0,0 +1,35 @@ +--- +title: FRENCH - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.ipaddress](../../index.md)/[IPAddressDataLanguage](../index.md)/[FRENCH](index.md) + + + +# FRENCH + [jvm] [FRENCH](index.md)("fr") + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.FRENCH/code/#/PointingToDeclaration/)| [jvm] override val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.FRENCH/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.FRENCH/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.FRENCH/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.FRENCH/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.FRENCH/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-g-e-r-m-a-n/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-g-e-r-m-a-n/index.html deleted file mode 100644 index 3b8d4589..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-g-e-r-m-a-n/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - GERMAN - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

GERMAN

-
GERMAN("de")
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
override val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-g-e-r-m-a-n/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-g-e-r-m-a-n/index.md new file mode 100644 index 00000000..1f02f34f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-g-e-r-m-a-n/index.md @@ -0,0 +1,35 @@ +--- +title: GERMAN - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.ipaddress](../../index.md)/[IPAddressDataLanguage](../index.md)/[GERMAN](index.md) + + + +# GERMAN + [jvm] [GERMAN](index.md)("de") + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.GERMAN/code/#/PointingToDeclaration/)| [jvm] override val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.GERMAN/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.GERMAN/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.GERMAN/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.GERMAN/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.GERMAN/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-j-a-p-a-n-e-s-e/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-j-a-p-a-n-e-s-e/index.html deleted file mode 100644 index d8c04308..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-j-a-p-a-n-e-s-e/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - JAPANESE - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

JAPANESE

-
JAPANESE("ja")
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
override val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-j-a-p-a-n-e-s-e/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-j-a-p-a-n-e-s-e/index.md new file mode 100644 index 00000000..954c38ba --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-j-a-p-a-n-e-s-e/index.md @@ -0,0 +1,35 @@ +--- +title: JAPANESE - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.ipaddress](../../index.md)/[IPAddressDataLanguage](../index.md)/[JAPANESE](index.md) + + + +# JAPANESE + [jvm] [JAPANESE](index.md)("ja") + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.JAPANESE/code/#/PointingToDeclaration/)| [jvm] override val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.JAPANESE/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.JAPANESE/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.JAPANESE/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.JAPANESE/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.JAPANESE/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-p-o-r-t-u-g-u-e-s-e/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-p-o-r-t-u-g-u-e-s-e/index.html deleted file mode 100644 index a03ac873..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-p-o-r-t-u-g-u-e-s-e/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - PORTUGUESE - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

PORTUGUESE

-
PORTUGUESE("pt-BR")
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
override val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-p-o-r-t-u-g-u-e-s-e/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-p-o-r-t-u-g-u-e-s-e/index.md new file mode 100644 index 00000000..c437fa86 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-p-o-r-t-u-g-u-e-s-e/index.md @@ -0,0 +1,35 @@ +--- +title: PORTUGUESE - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.ipaddress](../../index.md)/[IPAddressDataLanguage](../index.md)/[PORTUGUESE](index.md) + + + +# PORTUGUESE + [jvm] [PORTUGUESE](index.md)("pt-BR") + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.PORTUGUESE/code/#/PointingToDeclaration/)| [jvm] override val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.PORTUGUESE/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.PORTUGUESE/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.PORTUGUESE/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.PORTUGUESE/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.PORTUGUESE/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-r-u-s-s-i-a-n/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-r-u-s-s-i-a-n/index.html deleted file mode 100644 index 3228d3a4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-r-u-s-s-i-a-n/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - RUSSIAN - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

RUSSIAN

-
RUSSIAN("ru")
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
override val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-r-u-s-s-i-a-n/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-r-u-s-s-i-a-n/index.md new file mode 100644 index 00000000..6df654d3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-r-u-s-s-i-a-n/index.md @@ -0,0 +1,35 @@ +--- +title: RUSSIAN - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.ipaddress](../../index.md)/[IPAddressDataLanguage](../index.md)/[RUSSIAN](index.md) + + + +# RUSSIAN + [jvm] [RUSSIAN](index.md)("ru") + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.RUSSIAN/code/#/PointingToDeclaration/)| [jvm] override val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.RUSSIAN/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.RUSSIAN/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.RUSSIAN/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.RUSSIAN/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.RUSSIAN/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-s-p-a-n-i-s-h/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-s-p-a-n-i-s-h/index.html deleted file mode 100644 index afb891ad..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-s-p-a-n-i-s-h/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - SPANISH - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SPANISH

-
SPANISH("es")
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
override val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-s-p-a-n-i-s-h/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-s-p-a-n-i-s-h/index.md new file mode 100644 index 00000000..9c13110b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/-s-p-a-n-i-s-h/index.md @@ -0,0 +1,35 @@ +--- +title: SPANISH - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.ipaddress](../../index.md)/[IPAddressDataLanguage](../index.md)/[SPANISH](index.md) + + + +# SPANISH + [jvm] [SPANISH](index.md)("es") + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](../index.md)>>


+| [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](../index.md)>


+| [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.SPANISH/code/#/PointingToDeclaration/)| [jvm] override val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.SPANISH/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.SPANISH/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.SPANISH/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.SPANISH/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage.SPANISH/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/index.html deleted file mode 100644 index d6cd9766..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/index.html +++ /dev/null @@ -1,471 +0,0 @@ - - - - IPAddressDataLanguage - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

IPAddressDataLanguage

-
enum IPAddressDataLanguage : Enum<IPAddressDataLanguage> - -
-
-
-
-
-

Entries

-
-
-
ENGLISH - - - -
- -Link copied to clipboard
-
-
-
-
-
ENGLISH("en")
- -
-
-
-
- -
-
GERMAN - - - -
- -Link copied to clipboard
-
-
-
-
-
GERMAN("de")
- -
-
-
-
- -
-
SPANISH - - - -
- -Link copied to clipboard
-
-
-
-
-
SPANISH("es")
- -
-
-
-
- -
-
PORTUGUESE - - - -
- -Link copied to clipboard
-
-
-
-
-
PORTUGUESE("pt-BR")
- -
-
-
-
- -
-
FRENCH - - - -
- -Link copied to clipboard
-
-
-
-
-
FRENCH("fr")
- -
-
-
-
- -
-
JAPANESE - - - -
- -Link copied to clipboard
-
-
-
-
-
JAPANESE("ja")
- -
-
-
-
- -
-
CHINESE - - - -
- -Link copied to clipboard
-
-
-
-
-
CHINESE("zh-CN")
- -
-
-
-
- -
-
RUSSIAN - - - -
- -Link copied to clipboard
-
-
-
-
-
RUSSIAN("ru")
- -
-
-
-
-
-

Functions

-
-
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: IPAddressDataLanguage): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<IPAddressDataLanguage>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<IPAddressDataLanguage> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
code - - - -
- -Link copied to clipboard
-
-
-
-
-
val code: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/index.md new file mode 100644 index 00000000..2011854a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data-language/index.md @@ -0,0 +1,46 @@ +--- +title: IPAddressDataLanguage - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.ipaddress](../index.md)/[IPAddressDataLanguage](index.md) + + + +# IPAddressDataLanguage + [jvm] enum [IPAddressDataLanguage](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[IPAddressDataLanguage](index.md)> + + +## Entries + +| Name| Summary| +|---|---| +| [ENGLISH](-e-n-g-l-i-s-h/index.md)| [jvm] [ENGLISH](-e-n-g-l-i-s-h/index.md)("en")


+| [GERMAN](-g-e-r-m-a-n/index.md)| [jvm] [GERMAN](-g-e-r-m-a-n/index.md)("de")


+| [SPANISH](-s-p-a-n-i-s-h/index.md)| [jvm] [SPANISH](-s-p-a-n-i-s-h/index.md)("es")


+| [PORTUGUESE](-p-o-r-t-u-g-u-e-s-e/index.md)| [jvm] [PORTUGUESE](-p-o-r-t-u-g-u-e-s-e/index.md)("pt-BR")


+| [FRENCH](-f-r-e-n-c-h/index.md)| [jvm] [FRENCH](-f-r-e-n-c-h/index.md)("fr")


+| [JAPANESE](-j-a-p-a-n-e-s-e/index.md)| [jvm] [JAPANESE](-j-a-p-a-n-e-s-e/index.md)("ja")


+| [CHINESE](-c-h-i-n-e-s-e/index.md)| [jvm] [CHINESE](-c-h-i-n-e-s-e/index.md)("zh-CN")


+| [RUSSIAN](-r-u-s-s-i-a-n/index.md)| [jvm] [RUSSIAN](-r-u-s-s-i-a-n/index.md)("ru")


+ + +## Functions + +| Name| Summary| +|---|---| +| [compareTo](-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](-r-u-s-s-i-a-n/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.ipaddress.IPAddressDataLanguage/PointingToDeclaration/)(other: [IPAddressDataLanguage](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[IPAddressDataLanguage](index.md)>>


+| [equals](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[IPAddressDataLanguage](index.md)>


+| [hashCode](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage/code/#/PointingToDeclaration/)| [jvm] val [code](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage/code/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.ipaddress/IPAddressDataLanguage/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/-i-p-address-data.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/-i-p-address-data.html deleted file mode 100644 index ce912c60..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/-i-p-address-data.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - IPAddressData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

IPAddressData

-
-
-
- -
-
fun IPAddressData(json: JsonObject) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/-i-p-address-data.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/-i-p-address-data.md new file mode 100644 index 00000000..e566c387 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/-i-p-address-data.md @@ -0,0 +1,14 @@ +--- +title: IPAddressData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.ipaddress](../index.md)/[IPAddressData](index.md)/[IPAddressData](-i-p-address-data.md) + + + +# IPAddressData +[jvm] +Content +fun [IPAddressData](-i-p-address-data.md)(json: JsonObject) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/index.html deleted file mode 100644 index 840977de..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/index.html +++ /dev/null @@ -1,449 +0,0 @@ - - - - IPAddressData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

IPAddressData

-
class IPAddressData(json: JsonObject) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
city - - - -
- -Link copied to clipboard
-
-
-
-
-
val city: String? - -
-
-
-
- -
-
continent - - - -
- -Link copied to clipboard
-
-
-
-
-
val continent: String? - -
-
-
-
- -
-
continentCode - - - -
- -Link copied to clipboard
-
-
-
-
-
val continentCode: String? - -
-
-
-
- -
-
country - - - -
- -Link copied to clipboard
-
-
-
-
-
val country: String? - -
-
-
-
- -
-
countryCode - - - -
- -Link copied to clipboard
-
-
-
-
-
val countryCode: String? - -
-
-
-
- -
-
district - - - -
- -Link copied to clipboard
-
-
-
-
-
val district: String? - -
-
-
-
- -
-
internetServiceProvider - - - -
- -Link copied to clipboard
-
-
-
-
-
val internetServiceProvider: String? - -
-
-
-
- -
-
ip - - - -
- -Link copied to clipboard
-
-
-
-
-
val ip: String? - -
-
-
-
- -
-
latitude - - - -
- -Link copied to clipboard
-
-
-
-
-
val latitude: String? - -
-
-
-
- -
-
longitude - - - -
- -Link copied to clipboard
-
-
-
-
-
val longitude: String? - -
-
-
-
- -
-
organisation - - - -
- -Link copied to clipboard
-
-
-
-
-
val organisation: String? - -
-
-
-
- -
-
postalCode - - - -
- -Link copied to clipboard
-
-
-
-
-
val postalCode: String? - -
-
-
-
- -
-
region - - - -
- -Link copied to clipboard
-
-
-
-
-
val region: String? - -
-
-
-
- -
-
regionCode - - - -
- -Link copied to clipboard
-
-
-
-
-
val regionCode: String? - -
-
-
-
- -
-
timezone - - - -
- -Link copied to clipboard
-
-
-
-
-
val timezone: String? - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/index.md new file mode 100644 index 00000000..8a30b2df --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/-i-p-address-data/index.md @@ -0,0 +1,40 @@ +--- +title: IPAddressData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.ipaddress](../index.md)/[IPAddressData](index.md) + + + +# IPAddressData + [jvm] class [IPAddressData](index.md)(**json**: JsonObject) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [city](index.md#net.axay.kspigot.ipaddress/IPAddressData/city/#/PointingToDeclaration/)| [jvm] val [city](index.md#net.axay.kspigot.ipaddress/IPAddressData/city/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [continent](index.md#net.axay.kspigot.ipaddress/IPAddressData/continent/#/PointingToDeclaration/)| [jvm] val [continent](index.md#net.axay.kspigot.ipaddress/IPAddressData/continent/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [continentCode](index.md#net.axay.kspigot.ipaddress/IPAddressData/continentCode/#/PointingToDeclaration/)| [jvm] val [continentCode](index.md#net.axay.kspigot.ipaddress/IPAddressData/continentCode/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [country](index.md#net.axay.kspigot.ipaddress/IPAddressData/country/#/PointingToDeclaration/)| [jvm] val [country](index.md#net.axay.kspigot.ipaddress/IPAddressData/country/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [countryCode](index.md#net.axay.kspigot.ipaddress/IPAddressData/countryCode/#/PointingToDeclaration/)| [jvm] val [countryCode](index.md#net.axay.kspigot.ipaddress/IPAddressData/countryCode/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [district](index.md#net.axay.kspigot.ipaddress/IPAddressData/district/#/PointingToDeclaration/)| [jvm] val [district](index.md#net.axay.kspigot.ipaddress/IPAddressData/district/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [internetServiceProvider](index.md#net.axay.kspigot.ipaddress/IPAddressData/internetServiceProvider/#/PointingToDeclaration/)| [jvm] val [internetServiceProvider](index.md#net.axay.kspigot.ipaddress/IPAddressData/internetServiceProvider/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [ip](index.md#net.axay.kspigot.ipaddress/IPAddressData/ip/#/PointingToDeclaration/)| [jvm] val [ip](index.md#net.axay.kspigot.ipaddress/IPAddressData/ip/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [latitude](index.md#net.axay.kspigot.ipaddress/IPAddressData/latitude/#/PointingToDeclaration/)| [jvm] val [latitude](index.md#net.axay.kspigot.ipaddress/IPAddressData/latitude/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [longitude](index.md#net.axay.kspigot.ipaddress/IPAddressData/longitude/#/PointingToDeclaration/)| [jvm] val [longitude](index.md#net.axay.kspigot.ipaddress/IPAddressData/longitude/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [organisation](index.md#net.axay.kspigot.ipaddress/IPAddressData/organisation/#/PointingToDeclaration/)| [jvm] val [organisation](index.md#net.axay.kspigot.ipaddress/IPAddressData/organisation/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [postalCode](index.md#net.axay.kspigot.ipaddress/IPAddressData/postalCode/#/PointingToDeclaration/)| [jvm] val [postalCode](index.md#net.axay.kspigot.ipaddress/IPAddressData/postalCode/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [region](index.md#net.axay.kspigot.ipaddress/IPAddressData/region/#/PointingToDeclaration/)| [jvm] val [region](index.md#net.axay.kspigot.ipaddress/IPAddressData/region/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [regionCode](index.md#net.axay.kspigot.ipaddress/IPAddressData/regionCode/#/PointingToDeclaration/)| [jvm] val [regionCode](index.md#net.axay.kspigot.ipaddress/IPAddressData/regionCode/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+| [timezone](index.md#net.axay.kspigot.ipaddress/IPAddressData/timezone/#/PointingToDeclaration/)| [jvm] val [timezone](index.md#net.axay.kspigot.ipaddress/IPAddressData/timezone/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/index.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/index.html deleted file mode 100644 index 8eafe6fe..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/index.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - net.axay.kspigot.ipaddress - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.ipaddress

-
-
-
-
-

Types

-
-
-
IPAddressData - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class IPAddressData(json: JsonObject) - -
-
-
-
-
-
- -
-
IPAddressDataLanguage - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
enum IPAddressDataLanguage : Enum<IPAddressDataLanguage> - -
-
-
-
-
-
-
-

Functions

-
-
-
ipAddressData - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Player.ipAddressData(language: IPAddressDataLanguage): IPAddressData? - -
-
-
-
-
-
-
-

Properties

-
-
-
ipAddressData - - - -
- -Link copied to clipboard
-
-
-
-
-

val Player.ipAddressData: IPAddressData? - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/index.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/index.md new file mode 100644 index 00000000..09639364 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/index.md @@ -0,0 +1,31 @@ +--- +title: net.axay.kspigot.ipaddress - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.ipaddress](index.md) + + + +# Package net.axay.kspigot.ipaddress + + +## Types + +| Name| Summary| +|---|---| +| [IPAddressData](-i-p-address-data/index.md)| [jvm]
Content
class [IPAddressData](-i-p-address-data/index.md)(**json**: JsonObject)


+| [IPAddressDataLanguage](-i-p-address-data-language/index.md)| [jvm]
Content
enum [IPAddressDataLanguage](-i-p-address-data-language/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[IPAddressDataLanguage](-i-p-address-data-language/index.md)>


+ + +## Functions + +| Name| Summary| +|---|---| +| [ipAddressData](ip-address-data.md)| [jvm]
Content
fun Player.[ipAddressData](ip-address-data.md)(language: [IPAddressDataLanguage](-i-p-address-data-language/index.md)): [IPAddressData](-i-p-address-data/index.md)?


+ + +## Properties + +| Name| Summary| +|---|---| +| [ipAddressData](index.md#net.axay.kspigot.ipaddress//ipAddressData/org.bukkit.entity.Player#/PointingToDeclaration/)| [jvm]



val Player.[ipAddressData](index.md#net.axay.kspigot.ipaddress//ipAddressData/org.bukkit.entity.Player#/PointingToDeclaration/): [IPAddressData](-i-p-address-data/index.md)?
+ diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/ip-address-data.html b/docs/-k-spigot/net.axay.kspigot.ipaddress/ip-address-data.html deleted file mode 100644 index e2e77d3c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.ipaddress/ip-address-data.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - ipAddressData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ipAddressData

-
-

Return

An object containing all the data which could be found out about the IP address of the player.

Parameters

language

The preferred language of the result.

-
- -
-
fun Player.ipAddressData(language: IPAddressDataLanguage): IPAddressData? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.ipaddress/ip-address-data.md b/docs/-k-spigot/net.axay.kspigot.ipaddress/ip-address-data.md new file mode 100644 index 00000000..b6f09ed6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.ipaddress/ip-address-data.md @@ -0,0 +1,33 @@ +--- +title: ipAddressData - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.ipaddress](index.md)/[ipAddressData](ip-address-data.md) + + + +# ipAddressData +[jvm] +Brief description + + +#### Return + + +An object containing all the data which could be found out about the IP address of the player. + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| language|

The preferred language of the result.

+ + +Content +fun Player.[ipAddressData](ip-address-data.md)(language: [IPAddressDataLanguage](-i-p-address-data-language/index.md)): [IPAddressData](-i-p-address-data/index.md)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/-custom-item-identifier.html b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/-custom-item-identifier.html deleted file mode 100644 index e8c7915d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/-custom-item-identifier.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - CustomItemIdentifier - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

CustomItemIdentifier

-
-
-
- -
-
fun CustomItemIdentifier(itemStack: ItemStack) - -
fun CustomItemIdentifier(customModelData: Int, placeHolderMaterial: Material) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/-custom-item-identifier.md b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/-custom-item-identifier.md new file mode 100644 index 00000000..d8a74016 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/-custom-item-identifier.md @@ -0,0 +1,15 @@ +--- +title: CustomItemIdentifier - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.items](../index.md)/[CustomItemIdentifier](index.md)/[CustomItemIdentifier](-custom-item-identifier.md) + + + +# CustomItemIdentifier +[jvm] +Content +fun [CustomItemIdentifier](-custom-item-identifier.md)(itemStack: ItemStack) +fun [CustomItemIdentifier](-custom-item-identifier.md)(customModelData: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), placeHolderMaterial: Material) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component1.html b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component1.html deleted file mode 100644 index 674d1754..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component1.md b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component1.md new file mode 100644 index 00000000..55e4f7f4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.items](../index.md)/[CustomItemIdentifier](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component2.html b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component2.html deleted file mode 100644 index abcba192..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): Material - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component2.md b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component2.md new file mode 100644 index 00000000..78379e59 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.items](../index.md)/[CustomItemIdentifier](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): Material + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/copy.html b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/copy.html deleted file mode 100644 index b2a5c940..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(customModelData: Int, placeHolderMaterial: Material): CustomItemIdentifier - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/copy.md b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/copy.md new file mode 100644 index 00000000..e69337f8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.items](../index.md)/[CustomItemIdentifier](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(customModelData: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), placeHolderMaterial: Material): [CustomItemIdentifier](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/index.html b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/index.html deleted file mode 100644 index 76a866ab..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/index.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - CustomItemIdentifier - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

CustomItemIdentifier

-

This class defines a material in combination with a specific custom model data value.

It is useful if you work with custom items defined in resourcepacks, where you do not only need a material to define a specific item type, but the value of the custom model data aswell.

data class CustomItemIdentifier(customModelData: Int, placeHolderMaterial: Material) - -
-
-
-
-
-

Constructors

-
-
-
CustomItemIdentifier - - - -
- -Link copied to clipboard
-
-
-
-
-
fun CustomItemIdentifier(itemStack: ItemStack) - -
-
-
-
- -
-
CustomItemIdentifier - - - -
- -Link copied to clipboard
-
-
-
-
-
fun CustomItemIdentifier(customModelData: Int, placeHolderMaterial: Material) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Int - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): Material - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(customModelData: Int, placeHolderMaterial: Material): CustomItemIdentifier - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
customModelData - - - -
- -Link copied to clipboard
-
-
-
-
-
val customModelData: Int - -
-
-
-
- -
-
itemStack - - - -
- -Link copied to clipboard
-
-
-
-
-
val itemStack: ItemStack? - -
-
-
-
- -
-
placeHolderMaterial - - - -
- -Link copied to clipboard
-
-
-
-
-
val placeHolderMaterial: Material - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/index.md b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/index.md new file mode 100644 index 00000000..dd5ae254 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/-custom-item-identifier/index.md @@ -0,0 +1,51 @@ +--- +title: CustomItemIdentifier - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.items](../index.md)/[CustomItemIdentifier](index.md) + + + +# CustomItemIdentifier + [jvm] + + + +This class defines a material in combination with a specific custom model data value. + + + +It is useful if you work with custom items defined in resourcepacks, where you do not only need a material to define a specific item type, but the value of the custom model data aswell. + + + +data class [CustomItemIdentifier](index.md)(**customModelData**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **placeHolderMaterial**: Material) + + +## Constructors + +| Name| Summary| +|---|---| +| [CustomItemIdentifier](-custom-item-identifier.md)| [jvm] fun [CustomItemIdentifier](-custom-item-identifier.md)(itemStack: ItemStack)
+| [CustomItemIdentifier](-custom-item-identifier.md)| [jvm] fun [CustomItemIdentifier](-custom-item-identifier.md)(customModelData: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), placeHolderMaterial: Material)
+ + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): Material


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(customModelData: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), placeHolderMaterial: Material): [CustomItemIdentifier](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [customModelData](index.md#net.axay.kspigot.items/CustomItemIdentifier/customModelData/#/PointingToDeclaration/)| [jvm] val [customModelData](index.md#net.axay.kspigot.items/CustomItemIdentifier/customModelData/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [itemStack](index.md#net.axay.kspigot.items/CustomItemIdentifier/itemStack/#/PointingToDeclaration/)| [jvm] val [itemStack](index.md#net.axay.kspigot.items/CustomItemIdentifier/itemStack/#/PointingToDeclaration/): ItemStack?
+| [placeHolderMaterial](index.md#net.axay.kspigot.items/CustomItemIdentifier/placeHolderMaterial/#/PointingToDeclaration/)| [jvm] val [placeHolderMaterial](index.md#net.axay.kspigot.items/CustomItemIdentifier/placeHolderMaterial/#/PointingToDeclaration/): Material
+ diff --git a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/-item-meta-lore-builder.html b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/-item-meta-lore-builder.html deleted file mode 100644 index 99205da4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/-item-meta-lore-builder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - ItemMetaLoreBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ItemMetaLoreBuilder

-
-
-
- -
-
fun ItemMetaLoreBuilder() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/-item-meta-lore-builder.md b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/-item-meta-lore-builder.md new file mode 100644 index 00000000..eeb547d4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/-item-meta-lore-builder.md @@ -0,0 +1,14 @@ +--- +title: ItemMetaLoreBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.items](../index.md)/[ItemMetaLoreBuilder](index.md)/[ItemMetaLoreBuilder](-item-meta-lore-builder.md) + + + +# ItemMetaLoreBuilder +[jvm] +Content +fun [ItemMetaLoreBuilder](-item-meta-lore-builder.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/index.html b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/index.html deleted file mode 100644 index 113abceb..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/index.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - ItemMetaLoreBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ItemMetaLoreBuilder

-

Lore builder which uses an ArrayList under the hood. It exists to provide overloaded operator functions.

class ItemMetaLoreBuilder - -
-
-
-
-
-

Constructors

-
-
-
ItemMetaLoreBuilder - - - -
- -Link copied to clipboard
-
-
-
-
-
fun ItemMetaLoreBuilder() - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
- -
-
unaryPlus - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun String.unaryPlus() - -
-
-
-
-
-
-
-

Properties

-
-
-
lorelist - - - -
- -Link copied to clipboard
-
-
-
-
-
val lorelist: ArrayList<String> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/index.md b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/index.md new file mode 100644 index 00000000..eba53df6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/index.md @@ -0,0 +1,38 @@ +--- +title: ItemMetaLoreBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.items](../index.md)/[ItemMetaLoreBuilder](index.md) + + + +# ItemMetaLoreBuilder + [jvm] + +Lore builder which uses an [ArrayList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-array-list/index.html) under the hood. It exists to provide overloaded operator functions. + +class [ItemMetaLoreBuilder](index.md) + + +## Constructors + +| Name| Summary| +|---|---| +| [ItemMetaLoreBuilder](-item-meta-lore-builder.md)| [jvm] fun [ItemMetaLoreBuilder](-item-meta-lore-builder.md)()
+ + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [unaryPlus](unary-plus.md)| [jvm]
Content
operator fun [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html).[unaryPlus](unary-plus.md)()


+ + +## Properties + +| Name| Summary| +|---|---| +| [lorelist](index.md#net.axay.kspigot.items/ItemMetaLoreBuilder/lorelist/#/PointingToDeclaration/)| [jvm] val [lorelist](index.md#net.axay.kspigot.items/ItemMetaLoreBuilder/lorelist/#/PointingToDeclaration/): [ArrayList](https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>
+ diff --git a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/unary-plus.html b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/unary-plus.html deleted file mode 100644 index 23b69673..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/unary-plus.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - unaryPlus - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

unaryPlus

-
-
-
- -
-
operator fun String.unaryPlus() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/unary-plus.md b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/unary-plus.md new file mode 100644 index 00000000..dd351c3d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/-item-meta-lore-builder/unary-plus.md @@ -0,0 +1,14 @@ +--- +title: unaryPlus - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.items](../index.md)/[ItemMetaLoreBuilder](index.md)/[unaryPlus](unary-plus.md) + + + +# unaryPlus +[jvm] +Content +operator fun [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html).[unaryPlus](unary-plus.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/add-lore.html b/docs/-k-spigot/net.axay.kspigot.items/add-lore.html deleted file mode 100644 index 07706438..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/add-lore.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - addLore - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

addLore

-
-

Adds new lines to the lore (description) of the item.

-
- -
-
inline fun ItemMeta.addLore(builder: ItemMetaLoreBuilder.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/add-lore.md b/docs/-k-spigot/net.axay.kspigot.items/add-lore.md new file mode 100644 index 00000000..42056573 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/add-lore.md @@ -0,0 +1,20 @@ +--- +title: addLore - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[addLore](add-lore.md) + + + +# addLore +[jvm] +Brief description + + +Adds new lines to the lore (description) of the item. + + +Content +inline fun ItemMeta.[addLore](add-lore.md)(builder: [ItemMetaLoreBuilder](-item-meta-lore-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/flag.html b/docs/-k-spigot/net.axay.kspigot.items/flag.html deleted file mode 100644 index f4156dd0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/flag.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - flag - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

flag

-
-

Add a new ItemFlag to the item flags.

-
- -
-
fun ItemMeta.flag(itemFlag: ItemFlag) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/flag.md b/docs/-k-spigot/net.axay.kspigot.items/flag.md new file mode 100644 index 00000000..a098830b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/flag.md @@ -0,0 +1,20 @@ +--- +title: flag - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[flag](flag.md) + + + +# flag +[jvm] +Brief description + + +Add a new ItemFlag to the item flags. + + +Content +fun ItemMeta.[flag](flag.md)(itemFlag: ItemFlag) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/flags.html b/docs/-k-spigot/net.axay.kspigot.items/flags.html deleted file mode 100644 index 836f6e34..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/flags.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - flags - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

flags

-
-

Add several ItemFlags to the item flags.

-
- -
-
fun ItemMeta.flags(vararg itemFlag: Array<out ItemFlag>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/flags.md b/docs/-k-spigot/net.axay.kspigot.items/flags.md new file mode 100644 index 00000000..60b2e755 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/flags.md @@ -0,0 +1,20 @@ +--- +title: flags - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[flags](flags.md) + + + +# flags +[jvm] +Brief description + + +Add several ItemFlags to the item flags. + + +Content +fun ItemMeta.[flags](flags.md)(vararg itemFlag: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/index.html b/docs/-k-spigot/net.axay.kspigot.items/index.html deleted file mode 100644 index 9e8cc6f9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/index.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - net.axay.kspigot.items - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.items

-
-
-
-
-

Types

-
-
-
CustomItemIdentifier - - - -
- -Link copied to clipboard
-
-
-
-

This class defines a material in combination with a specific custom model data value.

It is useful if you work with custom items defined in resourcepacks, where you do not only need a material to define a specific item type, but the value of the custom model data aswell.

-
- -
-
data class CustomItemIdentifier(customModelData: Int, placeHolderMaterial: Material) - -
-
-
-
-
-
- -
-
ItemMetaLoreBuilder - - - -
- -Link copied to clipboard
-
-
-
-

Lore builder which uses an ArrayList under the hood. It exists to provide overloaded operator functions.

-
- -
-
class ItemMetaLoreBuilder - -
-
-
-
-
-
-
-

Functions

-
-
-
addLore - - - -
- -Link copied to clipboard
-
-
-
-

Adds new lines to the lore (description) of the item.

-
- -
-
inline fun ItemMeta.addLore(builder: ItemMetaLoreBuilder.() -> Unit) - -
-
-
-
-
-
- -
-
flag - - - -
- -Link copied to clipboard
-
-
-
-

Add a new ItemFlag to the item flags.

-
- -
-
fun ItemMeta.flag(itemFlag: ItemFlag) - -
-
-
-
-
-
- -
-
flags - - - -
- -Link copied to clipboard
-
-
-
-

Add several ItemFlags to the item flags.

-
- -
-
fun ItemMeta.flags(vararg itemFlag: Array<out ItemFlag>) - -
-
-
-
-
-
- -
-
itemMeta - - - -
- -Link copied to clipboard
-
-
-
-

Creates new a ItemMeta instance of the given material and opens a builder for it.

-
- -
-
inline fun <T : ItemMeta> itemMeta(material: Material, builder: T.() -> Unit): T? - -
-
-
-
-
- -
-
@JvmName(name = "simpleItemMeta")
inline fun itemMeta(material: Material, builder: ItemMeta.() -> Unit): ItemMeta? - -
-
-
-
-
-
- -
-
itemStack - - - -
- -Link copied to clipboard
-
-
-
-

Creates a new ItemStack and opens a builder for it.

-
- -
-
inline fun itemStack(material: Material, builder: ItemStack.() -> Unit): ItemStack - -
-
-
-
-
-
- -
-
meta - - - -
- -Link copied to clipboard
-
-
-
-

Opens a builder with the current meta.

-
- -
-
inline fun <T : ItemMeta> ItemStack.meta(builder: T.() -> Unit) - -
-
-
-
-
- -
-
@JvmName(name = "simpleMeta")
inline fun ItemStack.meta(builder: ItemMeta.() -> Unit) - -
-
-
-
-
-
- -
-
removeFlag - - - -
- -Link copied to clipboard
-
-
-
-

Removes a ItemFlag from the item flags.

-
- -
-
fun ItemMeta.removeFlag(itemFlag: ItemFlag) - -
-
-
-
-
-
- -
-
removeFlags - - - -
- -Link copied to clipboard
-
-
-
-

Removes several ItemFlags from the item flags.

-
- -
-
fun ItemMeta.removeFlags(vararg itemFlag: Array<out ItemFlag>) - -
-
-
-
-
-
- -
-
setLore - - - -
- -Link copied to clipboard
-
-
-
-

Sets the lore (description) of the item.

-
- -
-
inline fun ItemMeta.setLore(builder: ItemMetaLoreBuilder.() -> Unit) - -
-
-
-
-
-
- -
-
setMeta - - - -
- -Link copied to clipboard
-
-
-
-

Resets the meta and opens a builder to create the new one.

-
- -
-
inline fun <T : ItemMeta> ItemStack.setMeta(builder: T.() -> Unit) - -
-
-
-
-
- -
-
@JvmName(name = "simpleSetMeta")
inline fun ItemStack.setMeta(builder: ItemMeta.() -> Unit) - -
-
-
-
-
-
-
-

Properties

-
-
-
customModel - - - -
- -Link copied to clipboard
-
-
-
-
-

Provides safe access to the items' customModelData.

var ItemMeta.customModel: Int? - -
-
-
-
- -
-
localName - - - -
- -Link copied to clipboard
-
-
-
-
-

Provides more consistent access to the items' localizedName.

var ItemMeta.localName: String - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-

Provides safe access to the items' displayName.

var ItemMeta.name: String? - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/index.md b/docs/-k-spigot/net.axay.kspigot.items/index.md new file mode 100644 index 00000000..be0ec16d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/index.md @@ -0,0 +1,42 @@ +--- +title: net.axay.kspigot.items - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md) + + + +# Package net.axay.kspigot.items + + +## Types + +| Name| Summary| +|---|---| +| [CustomItemIdentifier](-custom-item-identifier/index.md)| [jvm]
Brief description




This class defines a material in combination with a specific custom model data value.



It is useful if you work with custom items defined in resourcepacks, where you do not only need a material to define a specific item type, but the value of the custom model data aswell.




Content
data class [CustomItemIdentifier](-custom-item-identifier/index.md)(**customModelData**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **placeHolderMaterial**: Material)


+| [ItemMetaLoreBuilder](-item-meta-lore-builder/index.md)| [jvm]
Brief description


Lore builder which uses an [ArrayList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-array-list/index.html) under the hood. It exists to provide overloaded operator functions.


Content
class [ItemMetaLoreBuilder](-item-meta-lore-builder/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [addLore](add-lore.md)| [jvm]
Brief description


Adds new lines to the lore (description) of the item.


Content
inline fun ItemMeta.[addLore](add-lore.md)(builder: [ItemMetaLoreBuilder](-item-meta-lore-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [flag](flag.md)| [jvm]
Brief description


Add a new ItemFlag to the item flags.


Content
fun ItemMeta.[flag](flag.md)(itemFlag: ItemFlag)


+| [flags](flags.md)| [jvm]
Brief description


Add several ItemFlags to the item flags.


Content
fun ItemMeta.[flags](flags.md)(vararg itemFlag: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html))


+| [itemMeta](item-meta.md)| [jvm]
Brief description


Creates new a ItemMeta instance of the given material and opens a builder for it.


Content
inline fun <[T](item-meta.md) : ItemMeta> [itemMeta](item-meta.md)(material: Material, builder: [T](item-meta.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [T](item-meta.md)?


[jvm]
Content
@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "simpleItemMeta")

inline fun [itemMeta](item-meta.md)(material: Material, builder: ItemMeta.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): ItemMeta?


+| [itemStack](item-stack.md)| [jvm]
Brief description


Creates a new ItemStack and opens a builder for it.


Content
inline fun [itemStack](item-stack.md)(material: Material, builder: ItemStack.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): ItemStack


+| [meta](meta.md)| [jvm]
Brief description


Opens a builder with the current meta.


Content
inline fun <[T](meta.md) : ItemMeta> ItemStack.[meta](meta.md)(builder: [T](meta.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


[jvm]
Content
@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "simpleMeta")

inline fun ItemStack.[meta](meta.md)(builder: ItemMeta.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [removeFlag](remove-flag.md)| [jvm]
Brief description


Removes a ItemFlag from the item flags.


Content
fun ItemMeta.[removeFlag](remove-flag.md)(itemFlag: ItemFlag)


+| [removeFlags](remove-flags.md)| [jvm]
Brief description


Removes several ItemFlags from the item flags.


Content
fun ItemMeta.[removeFlags](remove-flags.md)(vararg itemFlag: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html))


+| [setLore](set-lore.md)| [jvm]
Brief description


Sets the lore (description) of the item.


Content
inline fun ItemMeta.[setLore](set-lore.md)(builder: [ItemMetaLoreBuilder](-item-meta-lore-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [setMeta](set-meta.md)| [jvm]
Brief description


Resets the meta and opens a builder to create the new one.


Content
inline fun <[T](set-meta.md) : ItemMeta> ItemStack.[setMeta](set-meta.md)(builder: [T](set-meta.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


[jvm]
Content
@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "simpleSetMeta")

inline fun ItemStack.[setMeta](set-meta.md)(builder: ItemMeta.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+ + +## Properties + +| Name| Summary| +|---|---| +| [customModel](index.md#net.axay.kspigot.items//customModel/org.bukkit.inventory.meta.ItemMeta#/PointingToDeclaration/)| [jvm]

Provides safe access to the items' customModelData.

var ItemMeta.[customModel](index.md#net.axay.kspigot.items//customModel/org.bukkit.inventory.meta.ItemMeta#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?
+| [localName](index.md#net.axay.kspigot.items//localName/org.bukkit.inventory.meta.ItemMeta#/PointingToDeclaration/)| [jvm]

Provides more consistent access to the items' localizedName.

var ItemMeta.[localName](index.md#net.axay.kspigot.items//localName/org.bukkit.inventory.meta.ItemMeta#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.md#net.axay.kspigot.items//name/org.bukkit.inventory.meta.ItemMeta#/PointingToDeclaration/)| [jvm]

Provides safe access to the items' displayName.

var ItemMeta.[name](index.md#net.axay.kspigot.items//name/org.bukkit.inventory.meta.ItemMeta#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
+ diff --git a/docs/-k-spigot/net.axay.kspigot.items/item-meta.html b/docs/-k-spigot/net.axay.kspigot.items/item-meta.html deleted file mode 100644 index 320f665b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/item-meta.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - itemMeta - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

itemMeta

-
-

Creates new a ItemMeta instance of the given material and opens a builder for it.

Parameters

T

the specific type of the meta

-
- -
-
inline fun <T : ItemMeta> itemMeta(material: Material, builder: T.() -> Unit): T? - -
-
-
-

See also

itemMeta - - -
- -Link copied to clipboard

-
- -
-
@JvmName(name = "simpleItemMeta")
inline fun itemMeta(material: Material, builder: ItemMeta.() -> Unit): ItemMeta? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/item-meta.md b/docs/-k-spigot/net.axay.kspigot.items/item-meta.md new file mode 100644 index 00000000..d0008ab8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/item-meta.md @@ -0,0 +1,49 @@ +--- +title: itemMeta - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[itemMeta](item-meta.md) + + + +# itemMeta +[jvm] +Brief description + + +Creates new a ItemMeta instance of the given material and opens a builder for it. + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| T|

the specific type of the meta

+ + +Content +inline fun <[T](item-meta.md) : ItemMeta> [itemMeta](item-meta.md)(material: Material, builder: [T](item-meta.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [T](item-meta.md)? + + +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [itemMeta](item-meta.md)|



+ + +Content +@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "simpleItemMeta") + +inline fun [itemMeta](item-meta.md)(material: Material, builder: ItemMeta.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): ItemMeta? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/item-stack.html b/docs/-k-spigot/net.axay.kspigot.items/item-stack.html deleted file mode 100644 index d7204569..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/item-stack.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - itemStack - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

itemStack

-
-

Creates a new ItemStack and opens a builder for it.

-
- -
-
inline fun itemStack(material: Material, builder: ItemStack.() -> Unit): ItemStack - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/item-stack.md b/docs/-k-spigot/net.axay.kspigot.items/item-stack.md new file mode 100644 index 00000000..e7f6bda0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/item-stack.md @@ -0,0 +1,20 @@ +--- +title: itemStack - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[itemStack](item-stack.md) + + + +# itemStack +[jvm] +Brief description + + +Creates a new ItemStack and opens a builder for it. + + +Content +inline fun [itemStack](item-stack.md)(material: Material, builder: ItemStack.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): ItemStack + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/meta.html b/docs/-k-spigot/net.axay.kspigot.items/meta.html deleted file mode 100644 index 485e4326..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/meta.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - meta - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

meta

-
-

Opens a builder with the current meta.

Parameters

T

the specific type of the meta

-
- -
-
inline fun <T : ItemMeta> ItemStack.meta(builder: T.() -> Unit) - -
-
-
-

See also

meta - - -
- -Link copied to clipboard

-
- -
-
@JvmName(name = "simpleMeta")
inline fun ItemStack.meta(builder: ItemMeta.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/meta.md b/docs/-k-spigot/net.axay.kspigot.items/meta.md new file mode 100644 index 00000000..97a8dbca --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/meta.md @@ -0,0 +1,49 @@ +--- +title: meta - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[meta](meta.md) + + + +# meta +[jvm] +Brief description + + +Opens a builder with the current meta. + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| T|

the specific type of the meta

+ + +Content +inline fun <[T](meta.md) : ItemMeta> ItemStack.[meta](meta.md)(builder: [T](meta.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [meta](meta.md)|



+ + +Content +@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "simpleMeta") + +inline fun ItemStack.[meta](meta.md)(builder: ItemMeta.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/remove-flag.html b/docs/-k-spigot/net.axay.kspigot.items/remove-flag.html deleted file mode 100644 index 07f33cf1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/remove-flag.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - removeFlag - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

removeFlag

-
-

Removes a ItemFlag from the item flags.

-
- -
-
fun ItemMeta.removeFlag(itemFlag: ItemFlag) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/remove-flag.md b/docs/-k-spigot/net.axay.kspigot.items/remove-flag.md new file mode 100644 index 00000000..df3b34ce --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/remove-flag.md @@ -0,0 +1,20 @@ +--- +title: removeFlag - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[removeFlag](remove-flag.md) + + + +# removeFlag +[jvm] +Brief description + + +Removes a ItemFlag from the item flags. + + +Content +fun ItemMeta.[removeFlag](remove-flag.md)(itemFlag: ItemFlag) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/remove-flags.html b/docs/-k-spigot/net.axay.kspigot.items/remove-flags.html deleted file mode 100644 index 9289aa46..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/remove-flags.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - removeFlags - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

removeFlags

-
-

Removes several ItemFlags from the item flags.

-
- -
-
fun ItemMeta.removeFlags(vararg itemFlag: Array<out ItemFlag>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/remove-flags.md b/docs/-k-spigot/net.axay.kspigot.items/remove-flags.md new file mode 100644 index 00000000..e4c3068e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/remove-flags.md @@ -0,0 +1,20 @@ +--- +title: removeFlags - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[removeFlags](remove-flags.md) + + + +# removeFlags +[jvm] +Brief description + + +Removes several ItemFlags from the item flags. + + +Content +fun ItemMeta.[removeFlags](remove-flags.md)(vararg itemFlag: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/set-lore.html b/docs/-k-spigot/net.axay.kspigot.items/set-lore.html deleted file mode 100644 index 552346a1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/set-lore.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - setLore - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

setLore

-
-

Sets the lore (description) of the item.

-
- -
-
inline fun ItemMeta.setLore(builder: ItemMetaLoreBuilder.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/set-lore.md b/docs/-k-spigot/net.axay.kspigot.items/set-lore.md new file mode 100644 index 00000000..0d931b4f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/set-lore.md @@ -0,0 +1,20 @@ +--- +title: setLore - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[setLore](set-lore.md) + + + +# setLore +[jvm] +Brief description + + +Sets the lore (description) of the item. + + +Content +inline fun ItemMeta.[setLore](set-lore.md)(builder: [ItemMetaLoreBuilder](-item-meta-lore-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.items/set-meta.html b/docs/-k-spigot/net.axay.kspigot.items/set-meta.html deleted file mode 100644 index c1ce5863..00000000 --- a/docs/-k-spigot/net.axay.kspigot.items/set-meta.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - setMeta - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

setMeta

-
-

Resets the meta and opens a builder to create the new one.

Parameters

T

the specific type of the meta

-
- -
-
inline fun <T : ItemMeta> ItemStack.setMeta(builder: T.() -> Unit) - -
-
-
-

See also

setMeta - - -
- -Link copied to clipboard

-
- -
-
@JvmName(name = "simpleSetMeta")
inline fun ItemStack.setMeta(builder: ItemMeta.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.items/set-meta.md b/docs/-k-spigot/net.axay.kspigot.items/set-meta.md new file mode 100644 index 00000000..be5f6d94 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.items/set-meta.md @@ -0,0 +1,49 @@ +--- +title: setMeta - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[setMeta](set-meta.md) + + + +# setMeta +[jvm] +Brief description + + +Resets the meta and opens a builder to create the new one. + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| T|

the specific type of the meta

+ + +Content +inline fun <[T](set-meta.md) : ItemMeta> ItemStack.[setMeta](set-meta.md)(builder: [T](set-meta.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [setMeta](set-meta.md)|



+ + +Content +@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "simpleSetMeta") + +inline fun ItemStack.[setMeta](set-meta.md)(builder: ItemMeta.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/-min-max-pair/-min-max-pair.html b/docs/-k-spigot/net.axay.kspigot.kotlinextensions/-min-max-pair/-min-max-pair.html deleted file mode 100644 index 38ee555f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/-min-max-pair/-min-max-pair.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - MinMaxPair - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

MinMaxPair

-
-
-
- -
-
fun <T : Comparable<T>> MinMaxPair(a: T, b: T) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/-min-max-pair/index.html b/docs/-k-spigot/net.axay.kspigot.kotlinextensions/-min-max-pair/index.html deleted file mode 100644 index 69259e64..00000000 --- a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/-min-max-pair/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - MinMaxPair - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

MinMaxPair

-
class MinMaxPair<T : Comparable<T>>(a: T, b: T) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
max - - - -
- -Link copied to clipboard
-
-
-
-
-
val max: T - -
-
-
-
- -
-
min - - - -
- -Link copied to clipboard
-
-
-
-
-
val min: T - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/close-if-initialized.html b/docs/-k-spigot/net.axay.kspigot.kotlinextensions/close-if-initialized.html deleted file mode 100644 index f6b7d27e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/close-if-initialized.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - closeIfInitialized - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

closeIfInitialized

-
-
-
- -
-
fun Lazy<AutoCloseable>.closeIfInitialized(): Unit? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/if-initialized.html b/docs/-k-spigot/net.axay.kspigot.kotlinextensions/if-initialized.html deleted file mode 100644 index 90678b72..00000000 --- a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/if-initialized.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - ifInitialized - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ifInitialized

-
-
-
- -
-
inline fun <T, R> Lazy<T>.ifInitialized(block: (T) -> R): R? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/index.html b/docs/-k-spigot/net.axay.kspigot.kotlinextensions/index.html deleted file mode 100644 index dba4e1b7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.kotlinextensions/index.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - net.axay.kspigot.kotlinextensions - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.kotlinextensions

-
-
-
-
-

Types

-
-
-
MinMaxPair - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class MinMaxPair<T : Comparable<T>>(a: T, b: T) - -
-
-
-
-
-
-
-

Functions

-
-
-
closeIfInitialized - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Lazy<AutoCloseable>.closeIfInitialized(): Unit? - -
-
-
-
-
-
- -
-
ifInitialized - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun <T, R> Lazy<T>.ifInitialized(block: (T) -> R): R? - -
-
-
-
-
-
-
-

Properties

-
-
-
valueIfInitialized - - - -
- -Link copied to clipboard
-
-
-
-
-
val <T> Lazy<T>.valueIfInitialized: T? - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/-k-spigot.html b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/-k-spigot.html deleted file mode 100644 index 2ee47be0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/-k-spigot.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - KSpigot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigot

-
-
-
- -
-
fun KSpigot() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/-k-spigot.md b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/-k-spigot.md new file mode 100644 index 00000000..e7aa2422 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/-k-spigot.md @@ -0,0 +1,14 @@ +--- +title: KSpigot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[KSpigot](index.md)/[KSpigot](-k-spigot.md) + + + +# KSpigot +[jvm] +Content +fun [KSpigot](-k-spigot.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/index.html b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/index.html deleted file mode 100644 index 4b69de46..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/index.html +++ /dev/null @@ -1,1264 +0,0 @@ - - - - KSpigot - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigot

-

This is the main instance of kSpigot.

This class replaces (and inherits from) the JavaPlugin class. Your main plugin class should inherit from this abstract class.

Instead of overriding onLoad(), onEnable() and onDisable()override:

  • load() (called first)

  • startup() (called second)

  • shutdown() (called in the "end")

abstract class KSpigot : JavaPlugin - -
-
-
-
-
-

Constructors

-
-
-
KSpigot - - - -
- -Link copied to clipboard
-
-
-
-
-
fun KSpigot() - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
getClassLoader - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
override fun getClassLoader(): ClassLoader - -
-
-
-
-
-
- -
-
getCommand - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@Nullable()
open override fun getCommand(@NotNull() p0: String): PluginCommand? - -
-
-
-
-
-
- -
-
getConfig - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun getConfig(): FileConfiguration - -
-
-
-
-
-
- -
-
getDataFolder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
override fun getDataFolder(): File - -
-
-
-
-
-
- -
-
getDefaultWorldGenerator - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@Nullable()
open override fun getDefaultWorldGenerator(@NotNull() p0: String, @Nullable() p1: String?): ChunkGenerator? - -
-
-
-
-
-
- -
-
getDescription - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
override fun getDescription(): PluginDescriptionFile - -
-
-
-
-
-
- -
-
getFile - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun getFile(): File - -
-
-
-
-
-
- -
-
getLogger - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun getLogger(): Logger - -
-
-
-
-
-
- -
-
getName - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
override fun getName(): String - -
-
-
-
-
-
- -
-
getPluginLoader - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
override fun getPluginLoader(): PluginLoader - -
-
-
-
-
-
- -
-
getResource - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@Nullable()
open override fun getResource(@NotNull() p0: String): InputStream? - -
-
-
-
-
-
- -
-
getServer - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
override fun getServer(): Server - -
-
-
-
-
-
- -
-
getTextResource - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@Nullable()
override fun getTextResource(@NotNull() p0: String): Reader? - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
init - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun init(@NotNull() p0: PluginLoader, @NotNull() p1: Server, @NotNull() p2: PluginDescriptionFile, @NotNull() p3: File, @NotNull() p4: File, @NotNull() p5: ClassLoader) - -
-
-
-
-
-
- -
-
isEnabled - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun isEnabled(): Boolean - -
-
-
-
-
-
- -
-
isNaggable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun isNaggable(): Boolean - -
-
-
-
-
-
- -
-
load - - - -
- -Link copied to clipboard
-
-
-
-

Called when the plugin was loaded

-
- -
-
open fun load() - -
-
-
-
-
-
- -
-
onCommand - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun onCommand(@NotNull() p0: CommandSender, @NotNull() p1: Command, @NotNull() p2: String, @NotNull() p3: Array<String>): Boolean - -
-
-
-
-
-
- -
-
onDisable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun onDisable() - -
-
-
-
-
-
- -
-
onEnable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun onEnable() - -
-
-
-
-
-
- -
-
onLoad - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun onLoad() - -
-
-
-
-
-
- -
-
onTabComplete - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@Nullable()
open override fun onTabComplete(@NotNull() p0: CommandSender, @NotNull() p1: Command, @NotNull() p2: String, @NotNull() p3: Array<String>): MutableList<String>? - -
-
-
-
-
-
- -
-
reloadConfig - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun reloadConfig() - -
-
-
-
-
-
- -
-
saveConfig - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun saveConfig() - -
-
-
-
-
-
- -
-
saveDefaultConfig - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun saveDefaultConfig() - -
-
-
-
-
-
- -
-
saveResource - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun saveResource(@NotNull() p0: String, p1: Boolean) - -
-
-
-
-
-
- -
-
setEnabled - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun setEnabled(p0: Boolean) - -
-
-
-
-
-
- -
-
setNaggable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun setNaggable(p0: Boolean) - -
-
-
-
-
-
- -
-
shutdown - - - -
- -Link copied to clipboard
-
-
-
-

Called when the plugin gets disabled

-
- -
-
open fun shutdown() - -
-
-
-
-
-
- -
-
startup - - - -
- -Link copied to clipboard
-
-
-
-

Called when the plugin was enabled

-
- -
-
open fun startup() - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
classLoader - - - -
- -Link copied to clipboard
-
-
-
-
-
override val classLoader: ClassLoader - -
-
-
-
- -
-
configFile - - - -
- -Link copied to clipboard
-
-
-
-
-
override val configFile: File - -
-
-
-
- -
-
dataFolder - - - -
- -Link copied to clipboard
-
-
-
-
-
override val dataFolder: File - -
-
-
-
- -
-
description - - - -
- -Link copied to clipboard
-
-
-
-
-
override val description: PluginDescriptionFile - -
-
-
-
- -
-
file - - - -
- -Link copied to clipboard
-
-
-
-
-
override val file: File - -
-
-
-
- -
-
inventoryGUIHolder - - - -
- -Link copied to clipboard
-
-
-
-
-
val inventoryGUIHolder: InventoryGUIHolder - -
-
-
-
- -
-
isEnabled - - - -
- -Link copied to clipboard
-
-
-
-
-
override val isEnabled: Boolean - -
-
-
-
- -
-
kRunnableHolder - - - -
- -Link copied to clipboard
-
-
-
-
-
val kRunnableHolder: KRunnableHolder - -
-
-
-
- -
-
loader - - - -
- -Link copied to clipboard
-
-
-
-
-
override val loader: PluginLoader - -
-
-
-
- -
-
logger - - - -
- -Link copied to clipboard
-
-
-
-
-
override val logger: PluginLogger - -
-
-
-
- -
-
naggable - - - -
- -Link copied to clipboard
-
-
-
-
-
override val naggable: Boolean - -
-
-
-
- -
-
newConfig - - - -
- -Link copied to clipboard
-
-
-
-
-
override val newConfig: FileConfiguration - -
-
-
-
- -
-
server - - - -
- -Link copied to clipboard
-
-
-
-
-
override val server: Server - -
-
-
-
-
-

Extensions

-
-
-
inventoryGUI - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun <T : ForInventory> KSpigot.inventoryGUI(type: InventoryType<T>, builder: InventoryGUIBuilder<T>.() -> Unit): InventoryGUIShared<T> - -
-
-
-
-
-
- -
-
task - - - -
- -Link copied to clipboard
-
-
-
-

Starts a new BukkitRunnable.

-
- -
-
fun KSpigot.task(sync: Boolean, delay: Long, period: Long?, howOften: Long?, safe: Boolean, endCallback: () -> Unit?, runnable: (KSpigotRunnable) -> Unit?) - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/index.md b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/index.md new file mode 100644 index 00000000..2c56ac14 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/index.md @@ -0,0 +1,89 @@ +--- +title: KSpigot - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[KSpigot](index.md) + + + +# KSpigot + [jvm] + + + +This is the main instance of kSpigot. + + + +This class replaces (and inherits from) the JavaPlugin class. Your main plugin class should inherit from this abstract class. + + + +**Instead** of overriding onLoad(), onEnable() and onDisable()**override**: + +
  • load() (called first)
  • startup() (called second)
  • shutdown() (called in the "end")
+ +abstract class [KSpigot](index.md) : JavaPlugin + + +## Constructors + +| Name| Summary| +|---|---| +| [KSpigot](-k-spigot.md)| [jvm] fun [KSpigot](-k-spigot.md)()
+ + +## Functions + +| Name| Summary| +|---|---| +| [equals](index.md#org.bukkit.plugin/PluginBase/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](index.md#org.bukkit.plugin/PluginBase/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [getClassLoader](index.md#org.bukkit.plugin.java/JavaPlugin/getClassLoader/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

override fun [getClassLoader](index.md#org.bukkit.plugin.java/JavaPlugin/getClassLoader/#/PointingToDeclaration/)(): [ClassLoader](https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html)


+| [getCommand](index.md#org.bukkit.plugin.java/JavaPlugin/getCommand/#kotlin.String/PointingToDeclaration/)| [jvm]
Content
@Nullable()

open override fun [getCommand](index.md#org.bukkit.plugin.java/JavaPlugin/getCommand/#kotlin.String/PointingToDeclaration/)(@NotNull()p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): PluginCommand?


+| [getConfig](index.md#org.bukkit.plugin.java/JavaPlugin/getConfig/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [getConfig](index.md#org.bukkit.plugin.java/JavaPlugin/getConfig/#/PointingToDeclaration/)(): FileConfiguration


+| [getDataFolder](index.md#org.bukkit.plugin.java/JavaPlugin/getDataFolder/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

override fun [getDataFolder](index.md#org.bukkit.plugin.java/JavaPlugin/getDataFolder/#/PointingToDeclaration/)(): [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)


+| [getDefaultWorldGenerator](index.md#org.bukkit.plugin.java/JavaPlugin/getDefaultWorldGenerator/#kotlin.String#kotlin.String?/PointingToDeclaration/)| [jvm]
Content
@Nullable()

open override fun [getDefaultWorldGenerator](index.md#org.bukkit.plugin.java/JavaPlugin/getDefaultWorldGenerator/#kotlin.String#kotlin.String?/PointingToDeclaration/)(@NotNull()p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), @Nullable()p1: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): ChunkGenerator?


+| [getDescription](index.md#org.bukkit.plugin.java/JavaPlugin/getDescription/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

override fun [getDescription](index.md#org.bukkit.plugin.java/JavaPlugin/getDescription/#/PointingToDeclaration/)(): PluginDescriptionFile


+| [getFile](index.md#org.bukkit.plugin.java/JavaPlugin/getFile/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [getFile](index.md#org.bukkit.plugin.java/JavaPlugin/getFile/#/PointingToDeclaration/)(): [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)


+| [getLogger](index.md#org.bukkit.plugin.java/JavaPlugin/getLogger/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [getLogger](index.md#org.bukkit.plugin.java/JavaPlugin/getLogger/#/PointingToDeclaration/)(): [Logger](https://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html)


+| [getName](index.md#org.bukkit.plugin/PluginBase/getName/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

override fun [getName](index.md#org.bukkit.plugin/PluginBase/getName/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getPluginLoader](index.md#org.bukkit.plugin.java/JavaPlugin/getPluginLoader/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

override fun [getPluginLoader](index.md#org.bukkit.plugin.java/JavaPlugin/getPluginLoader/#/PointingToDeclaration/)(): PluginLoader


+| [getResource](index.md#org.bukkit.plugin.java/JavaPlugin/getResource/#kotlin.String/PointingToDeclaration/)| [jvm]
Content
@Nullable()

open override fun [getResource](index.md#org.bukkit.plugin.java/JavaPlugin/getResource/#kotlin.String/PointingToDeclaration/)(@NotNull()p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [InputStream](https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html)?


+| [getServer](index.md#org.bukkit.plugin.java/JavaPlugin/getServer/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

override fun [getServer](index.md#org.bukkit.plugin.java/JavaPlugin/getServer/#/PointingToDeclaration/)(): Server


+| [getTextResource](index.md#org.bukkit.plugin.java/JavaPlugin/getTextResource/#kotlin.String/PointingToDeclaration/)| [jvm]
Content
@Nullable()

override fun [getTextResource](index.md#org.bukkit.plugin.java/JavaPlugin/getTextResource/#kotlin.String/PointingToDeclaration/)(@NotNull()p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Reader](https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html)?


+| [hashCode](index.md#org.bukkit.plugin/PluginBase/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](index.md#org.bukkit.plugin/PluginBase/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [init](index.md#org.bukkit.plugin.java/JavaPlugin/init/#org.bukkit.plugin.PluginLoader#org.bukkit.Server#org.bukkit.plugin.PluginDescriptionFile#java.io.File#java.io.File#java.lang.ClassLoader/PointingToDeclaration/)| [jvm]
Content
override fun [init](index.md#org.bukkit.plugin.java/JavaPlugin/init/#org.bukkit.plugin.PluginLoader#org.bukkit.Server#org.bukkit.plugin.PluginDescriptionFile#java.io.File#java.io.File#java.lang.ClassLoader/PointingToDeclaration/)(@NotNull()p0: PluginLoader, @NotNull()p1: Server, @NotNull()p2: PluginDescriptionFile, @NotNull()p3: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html), @NotNull()p4: [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html), @NotNull()p5: [ClassLoader](https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html))


+| [isEnabled](index.md#org.bukkit.plugin.java/JavaPlugin/isEnabled/#/PointingToDeclaration/)| [jvm]
Content
override fun [isEnabled](index.md#org.bukkit.plugin.java/JavaPlugin/isEnabled/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [isNaggable](index.md#org.bukkit.plugin.java/JavaPlugin/isNaggable/#/PointingToDeclaration/)| [jvm]
Content
override fun [isNaggable](index.md#org.bukkit.plugin.java/JavaPlugin/isNaggable/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [load](load.md)| [jvm]
Brief description


Called when the plugin was loaded


Content
open fun [load](load.md)()


+| [onCommand](index.md#org.bukkit.plugin.java/JavaPlugin/onCommand/#org.bukkit.command.CommandSender#org.bukkit.command.Command#kotlin.String#kotlin.Array[kotlin.String]/PointingToDeclaration/)| [jvm]
Content
open override fun [onCommand](index.md#org.bukkit.plugin.java/JavaPlugin/onCommand/#org.bukkit.command.CommandSender#org.bukkit.command.Command#kotlin.String#kotlin.Array[kotlin.String]/PointingToDeclaration/)(@NotNull()p0: CommandSender, @NotNull()p1: Command, @NotNull()p2: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), @NotNull()p3: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [onDisable](on-disable.md)| [jvm]
Content
override fun [onDisable](on-disable.md)()


+| [onEnable](on-enable.md)| [jvm]
Content
override fun [onEnable](on-enable.md)()


+| [onLoad](on-load.md)| [jvm]
Content
override fun [onLoad](on-load.md)()


+| [onTabComplete](index.md#org.bukkit.plugin.java/JavaPlugin/onTabComplete/#org.bukkit.command.CommandSender#org.bukkit.command.Command#kotlin.String#kotlin.Array[kotlin.String]/PointingToDeclaration/)| [jvm]
Content
@Nullable()

open override fun [onTabComplete](index.md#org.bukkit.plugin.java/JavaPlugin/onTabComplete/#org.bukkit.command.CommandSender#org.bukkit.command.Command#kotlin.String#kotlin.Array[kotlin.String]/PointingToDeclaration/)(@NotNull()p0: CommandSender, @NotNull()p1: Command, @NotNull()p2: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), @NotNull()p3: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>): [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>?


+| [reloadConfig](index.md#org.bukkit.plugin.java/JavaPlugin/reloadConfig/#/PointingToDeclaration/)| [jvm]
Content
open override fun [reloadConfig](index.md#org.bukkit.plugin.java/JavaPlugin/reloadConfig/#/PointingToDeclaration/)()


+| [saveConfig](index.md#org.bukkit.plugin.java/JavaPlugin/saveConfig/#/PointingToDeclaration/)| [jvm]
Content
open override fun [saveConfig](index.md#org.bukkit.plugin.java/JavaPlugin/saveConfig/#/PointingToDeclaration/)()


+| [saveDefaultConfig](index.md#org.bukkit.plugin.java/JavaPlugin/saveDefaultConfig/#/PointingToDeclaration/)| [jvm]
Content
open override fun [saveDefaultConfig](index.md#org.bukkit.plugin.java/JavaPlugin/saveDefaultConfig/#/PointingToDeclaration/)()


+| [saveResource](index.md#org.bukkit.plugin.java/JavaPlugin/saveResource/#kotlin.String#kotlin.Boolean/PointingToDeclaration/)| [jvm]
Content
open override fun [saveResource](index.md#org.bukkit.plugin.java/JavaPlugin/saveResource/#kotlin.String#kotlin.Boolean/PointingToDeclaration/)(@NotNull()p0: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), p1: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+| [setEnabled](index.md#org.bukkit.plugin.java/JavaPlugin/setEnabled/#kotlin.Boolean/PointingToDeclaration/)| [jvm]
Content
override fun [setEnabled](index.md#org.bukkit.plugin.java/JavaPlugin/setEnabled/#kotlin.Boolean/PointingToDeclaration/)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+| [setNaggable](index.md#org.bukkit.plugin.java/JavaPlugin/setNaggable/#kotlin.Boolean/PointingToDeclaration/)| [jvm]
Content
override fun [setNaggable](index.md#org.bukkit.plugin.java/JavaPlugin/setNaggable/#kotlin.Boolean/PointingToDeclaration/)(p0: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+| [shutdown](shutdown.md)| [jvm]
Brief description


Called when the plugin gets disabled


Content
open fun [shutdown](shutdown.md)()


+| [startup](startup.md)| [jvm]
Brief description


Called when the plugin was enabled


Content
open fun [startup](startup.md)()


+| [toString](index.md#org.bukkit.plugin.java/JavaPlugin/toString/#/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [toString](index.md#org.bukkit.plugin.java/JavaPlugin/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [classLoader](index.md#net.axay.kspigot.main/KSpigot/classLoader/#/PointingToDeclaration/)| [jvm] override val [classLoader](index.md#net.axay.kspigot.main/KSpigot/classLoader/#/PointingToDeclaration/): [ClassLoader](https://docs.oracle.com/javase/8/docs/api/java/lang/ClassLoader.html)
+| [configFile](index.md#net.axay.kspigot.main/KSpigot/configFile/#/PointingToDeclaration/)| [jvm] override val [configFile](index.md#net.axay.kspigot.main/KSpigot/configFile/#/PointingToDeclaration/): [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)
+| [dataFolder](index.md#net.axay.kspigot.main/KSpigot/dataFolder/#/PointingToDeclaration/)| [jvm] override val [dataFolder](index.md#net.axay.kspigot.main/KSpigot/dataFolder/#/PointingToDeclaration/): [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)
+| [description](index.md#net.axay.kspigot.main/KSpigot/description/#/PointingToDeclaration/)| [jvm] override val [description](index.md#net.axay.kspigot.main/KSpigot/description/#/PointingToDeclaration/): PluginDescriptionFile
+| [file](index.md#net.axay.kspigot.main/KSpigot/file/#/PointingToDeclaration/)| [jvm] override val [file](index.md#net.axay.kspigot.main/KSpigot/file/#/PointingToDeclaration/): [File](https://docs.oracle.com/javase/8/docs/api/java/io/File.html)
+| [isEnabled](index.md#net.axay.kspigot.main/KSpigot/isEnabled/#/PointingToDeclaration/)| [jvm] override val [isEnabled](index.md#net.axay.kspigot.main/KSpigot/isEnabled/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [loader](index.md#net.axay.kspigot.main/KSpigot/loader/#/PointingToDeclaration/)| [jvm] override val [loader](index.md#net.axay.kspigot.main/KSpigot/loader/#/PointingToDeclaration/): PluginLoader
+| [logger](index.md#net.axay.kspigot.main/KSpigot/logger/#/PointingToDeclaration/)| [jvm] override val [logger](index.md#net.axay.kspigot.main/KSpigot/logger/#/PointingToDeclaration/): PluginLogger
+| [naggable](index.md#net.axay.kspigot.main/KSpigot/naggable/#/PointingToDeclaration/)| [jvm] override val [naggable](index.md#net.axay.kspigot.main/KSpigot/naggable/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [newConfig](index.md#net.axay.kspigot.main/KSpigot/newConfig/#/PointingToDeclaration/)| [jvm] override val [newConfig](index.md#net.axay.kspigot.main/KSpigot/newConfig/#/PointingToDeclaration/): FileConfiguration
+| [server](index.md#net.axay.kspigot.main/KSpigot/server/#/PointingToDeclaration/)| [jvm] override val [server](index.md#net.axay.kspigot.main/KSpigot/server/#/PointingToDeclaration/): Server
+ diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/load.html b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/load.html deleted file mode 100644 index 296dd3ef..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/load.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - load - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

load

-
-

Called when the plugin was loaded

-
- -
-
open fun load() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/load.md b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/load.md new file mode 100644 index 00000000..0a1a6437 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/load.md @@ -0,0 +1,20 @@ +--- +title: load - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[KSpigot](index.md)/[load](load.md) + + + +# load +[jvm] +Brief description + + +Called when the plugin was loaded + + +Content +open fun [load](load.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-disable.html b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-disable.html deleted file mode 100644 index 17f15a2d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-disable.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - onDisable - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

onDisable

-
-
-
- -
-
override fun onDisable() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-disable.md b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-disable.md new file mode 100644 index 00000000..a8f0d87d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-disable.md @@ -0,0 +1,14 @@ +--- +title: onDisable - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[KSpigot](index.md)/[onDisable](on-disable.md) + + + +# onDisable +[jvm] +Content +override fun [onDisable](on-disable.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-enable.html b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-enable.html deleted file mode 100644 index 2adfd428..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-enable.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - onEnable - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

onEnable

-
-
-
- -
-
override fun onEnable() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-enable.md b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-enable.md new file mode 100644 index 00000000..25ac7e05 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-enable.md @@ -0,0 +1,14 @@ +--- +title: onEnable - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[KSpigot](index.md)/[onEnable](on-enable.md) + + + +# onEnable +[jvm] +Content +override fun [onEnable](on-enable.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-load.html b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-load.html deleted file mode 100644 index 324b7763..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-load.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - onLoad - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

onLoad

-
-
-
- -
-
override fun onLoad() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-load.md b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-load.md new file mode 100644 index 00000000..93840c34 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/on-load.md @@ -0,0 +1,14 @@ +--- +title: onLoad - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[KSpigot](index.md)/[onLoad](on-load.md) + + + +# onLoad +[jvm] +Content +override fun [onLoad](on-load.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/shutdown.html b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/shutdown.html deleted file mode 100644 index 1bc155ba..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/shutdown.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - shutdown - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

shutdown

-
-

Called when the plugin gets disabled

-
- -
-
open fun shutdown() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/shutdown.md b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/shutdown.md new file mode 100644 index 00000000..93cb71eb --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/shutdown.md @@ -0,0 +1,20 @@ +--- +title: shutdown - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[KSpigot](index.md)/[shutdown](shutdown.md) + + + +# shutdown +[jvm] +Brief description + + +Called when the plugin gets disabled + + +Content +open fun [shutdown](shutdown.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/startup.html b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/startup.html deleted file mode 100644 index 43f8eee3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/startup.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - startup - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

startup

-
-

Called when the plugin was enabled

-
- -
-
open fun startup() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/startup.md b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/startup.md new file mode 100644 index 00000000..b6501839 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-k-spigot/startup.md @@ -0,0 +1,20 @@ +--- +title: startup - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[KSpigot](index.md)/[startup](startup.md) + + + +# startup +[jvm] +Brief description + + +Called when the plugin was enabled + + +Content +open fun [startup](startup.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.main/-value-holder/get-gson.md b/docs/-k-spigot/net.axay.kspigot.main/-value-holder/get-gson.md new file mode 100644 index 00000000..18a297da --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-value-holder/get-gson.md @@ -0,0 +1,14 @@ +--- +title: getGson - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[ValueHolder](index.md)/[getGson](get-gson.md) + + + +# getGson +[jvm] +Content +fun [getGson](get-gson.md)(pretty: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): Gson + + + diff --git a/docs/-k-spigot/net.axay.kspigot.main/-value-holder/index.html b/docs/-k-spigot/net.axay.kspigot.main/-value-holder/index.html deleted file mode 100644 index f814d2bc..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/-value-holder/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - ValueHolder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ValueHolder

-
object ValueHolder - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
gson - - - -
- -Link copied to clipboard
-
-
-
-
-
val gson: Gson - -
-
-
-
- -
-
gsonPretty - - - -
- -Link copied to clipboard
-
-
-
-
-
val gsonPretty: Gson - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/-value-holder/index.md b/docs/-k-spigot/net.axay.kspigot.main/-value-holder/index.md new file mode 100644 index 00000000..3ee12456 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/-value-holder/index.md @@ -0,0 +1,20 @@ +--- +title: ValueHolder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.main](../index.md)/[ValueHolder](index.md) + + + +# ValueHolder + [jvm] object [ValueHolder](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [getGson](get-gson.md)| [jvm]
Content
fun [getGson](get-gson.md)(pretty: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): Gson


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.main/index.html b/docs/-k-spigot/net.axay.kspigot.main/index.html deleted file mode 100644 index 4752e7e0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.main/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - net.axay.kspigot.main - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.main

-
-
-
-
-

Types

-
-
-
KSpigot - - - -
- -Link copied to clipboard
-
-
-
-

This is the main instance of kSpigot.

This class replaces (and inherits from) the JavaPlugin class. Your main plugin class should inherit from this abstract class.

Instead of overriding onLoad(), onEnable() and onDisable()override:

  • load() (called first)

  • startup() (called second)

  • shutdown() (called in the "end")

-
- -
-
abstract class KSpigot : JavaPlugin - -
-
-
-
-
-
- -
-
ValueHolder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object ValueHolder - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.main/index.md b/docs/-k-spigot/net.axay.kspigot.main/index.md new file mode 100644 index 00000000..08a13115 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.main/index.md @@ -0,0 +1,24 @@ +--- +title: net.axay.kspigot.main - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.main](index.md) + + + +# Package net.axay.kspigot.main + + +## Types + +| Name| Summary| +|---|---| +| [KSpigot](-k-spigot/index.md)| [jvm]
Brief description




This is the main instance of kSpigot.



This class replaces (and inherits from) the JavaPlugin class. Your main plugin class should inherit from this abstract class.



**Instead** of overriding onLoad(), onEnable() and onDisable()**override**:

  • load() (called first)
  • startup() (called second)
  • shutdown() (called in the "end")



Content
abstract class [KSpigot](-k-spigot/index.md) : JavaPlugin


+| [ValueHolder](-value-holder/index.md)| [jvm]
Content
object [ValueHolder](-value-holder/index.md)


+ + +## Properties + +| Name| Summary| +|---|---| +| [KSpigotMainInstance](index.md#net.axay.kspigot.main//KSpigotMainInstance/#/PointingToDeclaration/)| [jvm] lateinit var [KSpigotMainInstance](index.md#net.axay.kspigot.main//KSpigotMainInstance/#/PointingToDeclaration/): [KSpigot](-k-spigot/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/-k-spigot-particle.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/-k-spigot-particle.html deleted file mode 100644 index 6ae00ca5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/-k-spigot-particle.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - KSpigotParticle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotParticle

-
-

Parameters

amount

The amount of particles.

data

Particle specific data, often specifying BlockData or an ItemStack.

extra

Particle specific data, often specifying an aspect like speed.

force

Determines whether the client should be encouraged to display the particles.

offset

The offset at which particles should appear.

particle

The type of Particle.

-
- -
-
fun KSpigotParticle(particle: Particle, amount: Int, offset: Vector?, extra: Number, data: Any?, force: Boolean) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/-k-spigot-particle.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/-k-spigot-particle.md new file mode 100644 index 00000000..f7b579cf --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/-k-spigot-particle.md @@ -0,0 +1,31 @@ +--- +title: KSpigotParticle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[KSpigotParticle](-k-spigot-particle.md) + + + +# KSpigotParticle +[jvm] +Brief description + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| amount|

The amount of particles.

+| data|

Particle specific data, often specifying BlockData or an ItemStack.

+| extra|

Particle specific data, often specifying an aspect like speed.

+| force|

Determines whether the client should be encouraged to display the particles.

+| offset|

The offset at which particles should appear.

+| particle|

The type of Particle.

+ + +Content +fun [KSpigotParticle](-k-spigot-particle.md)(particle: Particle, amount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), offset: Vector?, extra: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), data: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, force: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component1.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component1.html deleted file mode 100644 index 55069599..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Particle - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component1.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component1.md new file mode 100644 index 00000000..148208d7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): Particle + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component2.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component2.html deleted file mode 100644 index 612512c4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): Int - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component2.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component2.md new file mode 100644 index 00000000..bca3176d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component3.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component3.html deleted file mode 100644 index 63c00278..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component3.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component3 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component3

-
-
-
- -
-
operator fun component3(): Vector? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component3.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component3.md new file mode 100644 index 00000000..9d07d420 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component3.md @@ -0,0 +1,14 @@ +--- +title: component3 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[component3](component3.md) + + + +# component3 +[jvm] +Content +operator fun [component3](component3.md)(): Vector? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component4.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component4.html deleted file mode 100644 index 85e04b65..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component4.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component4 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component4

-
-
-
- -
-
operator fun component4(): Number - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component4.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component4.md new file mode 100644 index 00000000..a87f0bbe --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component4.md @@ -0,0 +1,14 @@ +--- +title: component4 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[component4](component4.md) + + + +# component4 +[jvm] +Content +operator fun [component4](component4.md)(): [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component5.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component5.html deleted file mode 100644 index 761733cd..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component5.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component5 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component5

-
-
-
- -
-
operator fun component5(): Any? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component5.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component5.md new file mode 100644 index 00000000..45fe1c6f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component5.md @@ -0,0 +1,14 @@ +--- +title: component5 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[component5](component5.md) + + + +# component5 +[jvm] +Content +operator fun [component5](component5.md)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component6.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component6.html deleted file mode 100644 index faa67e9c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component6.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component6 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component6

-
-
-
- -
-
operator fun component6(): Boolean - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component6.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component6.md new file mode 100644 index 00000000..51ab63db --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/component6.md @@ -0,0 +1,14 @@ +--- +title: component6 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[component6](component6.md) + + + +# component6 +[jvm] +Content +operator fun [component6](component6.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/copy.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/copy.html deleted file mode 100644 index ca9c9ad5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(particle: Particle, amount: Int, offset: Vector?, extra: Number, data: Any?, force: Boolean): KSpigotParticle - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/copy.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/copy.md new file mode 100644 index 00000000..1dad9fae --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(particle: Particle, amount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), offset: Vector?, extra: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), data: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, force: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [KSpigotParticle](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/index.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/index.html deleted file mode 100644 index ce5825a4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/index.html +++ /dev/null @@ -1,521 +0,0 @@ - - - - KSpigotParticle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotParticle

-
data class KSpigotParticle(particle: Particle, amount: Int, offset: Vector?, extra: Number, data: Any?, force: Boolean) - -
-
-
-
-
-

Parameters

-
-
amount

The amount of particles.

data

Particle specific data, often specifying BlockData or an ItemStack.

extra

Particle specific data, often specifying an aspect like speed.

force

Determines whether the client should be encouraged to display the particles.

offset

The offset at which particles should appear.

particle

The type of Particle.

-
-

Constructors

-
-
-
KSpigotParticle - - - -
- -Link copied to clipboard
-
-
-
-
-

The type of Particle.

fun KSpigotParticle(particle: Particle, amount: Int, offset: Vector?, extra: Number, data: Any?, force: Boolean) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Particle - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): Int - -
-
-
-
-
-
- -
-
component3 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component3(): Vector? - -
-
-
-
-
-
- -
-
component4 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component4(): Number - -
-
-
-
-
-
- -
-
component5 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component5(): Any? - -
-
-
-
-
-
- -
-
component6 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component6(): Boolean - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(particle: Particle, amount: Int, offset: Vector?, extra: Number, data: Any?, force: Boolean): KSpigotParticle - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
spawnAt - - - -
- -Link copied to clipboard
-
-
-
-

Spawns the particle at the location. It will be visible for everyone near it.

-
- -
-
fun spawnAt(loc: Location) - -
-
-
-
-
-
- -
-
spawnFor - - - -
- -Link copied to clipboard
-
-
-
-

Spawns the particle at the location of the player. It will be only visible for the player.

-
- -
-
fun spawnFor(player: Player) - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
amount - - - -
- -Link copied to clipboard
-
-
-
-
-

The amount of particles.

var amount: Int - -
-
-
-
- -
-
data - - - -
- -Link copied to clipboard
-
-
-
-
-

Particle specific data, often specifying BlockData or an ItemStack.

var data: Any? - -
-
-
-
- -
-
extra - - - -
- -Link copied to clipboard
-
-
-
-
-

Particle specific data, often specifying an aspect like speed.

var extra: Number - -
-
-
-
- -
-
force - - - -
- -Link copied to clipboard
-
-
-
-
-

Determines whether the client should be encouraged to display the particles.

var force: Boolean - -
-
-
-
- -
-
offset - - - -
- -Link copied to clipboard
-
-
-
-
-

The offset at which particles should appear.

var offset: Vector? - -
-
-
-
- -
-
particle - - - -
- -Link copied to clipboard
-
-
-
-
-

The type of Particle.

val particle: Particle - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/index.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/index.md new file mode 100644 index 00000000..b2d7ff34 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/index.md @@ -0,0 +1,62 @@ +--- +title: KSpigotParticle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md) + + + +# KSpigotParticle + [jvm] data class [KSpigotParticle](index.md)(**particle**: Particle, **amount**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **offset**: Vector?, **extra**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), **data**: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, **force**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| amount|

The amount of particles.

+| data|

Particle specific data, often specifying BlockData or an ItemStack.

+| extra|

Particle specific data, often specifying an aspect like speed.

+| force|

Determines whether the client should be encouraged to display the particles.

+| offset|

The offset at which particles should appear.

+| particle|

The type of Particle.

+ + + +## Constructors + +| Name| Summary| +|---|---| +| [KSpigotParticle](-k-spigot-particle.md)| [jvm]

The type of Particle.

fun [KSpigotParticle](-k-spigot-particle.md)(particle: Particle, amount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), offset: Vector?, extra: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), data: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, force: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
+ + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): Particle


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): Vector?


+| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)


+| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?


+| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(particle: Particle, amount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), offset: Vector?, extra: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), data: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, force: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [KSpigotParticle](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [spawnAt](spawn-at.md)| [jvm]
Brief description


Spawns the particle at the location. It will be visible for everyone near it.


Content
fun [spawnAt](spawn-at.md)(loc: Location)


+| [spawnFor](spawn-for.md)| [jvm]
Brief description


Spawns the particle at the location of the player. It will be only visible for the player.


Content
fun [spawnFor](spawn-for.md)(player: Player)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [amount](index.md#net.axay.kspigot.particles/KSpigotParticle/amount/#/PointingToDeclaration/)| [jvm]

The amount of particles.

var [amount](index.md#net.axay.kspigot.particles/KSpigotParticle/amount/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [data](index.md#net.axay.kspigot.particles/KSpigotParticle/data/#/PointingToDeclaration/)| [jvm]

Particle specific data, often specifying BlockData or an ItemStack.

var [data](index.md#net.axay.kspigot.particles/KSpigotParticle/data/#/PointingToDeclaration/): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?
+| [extra](index.md#net.axay.kspigot.particles/KSpigotParticle/extra/#/PointingToDeclaration/)| [jvm]

Particle specific data, often specifying an aspect like speed.

var [extra](index.md#net.axay.kspigot.particles/KSpigotParticle/extra/#/PointingToDeclaration/): [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)
+| [force](index.md#net.axay.kspigot.particles/KSpigotParticle/force/#/PointingToDeclaration/)| [jvm]

Determines whether the client should be encouraged to display the particles.

var [force](index.md#net.axay.kspigot.particles/KSpigotParticle/force/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [offset](index.md#net.axay.kspigot.particles/KSpigotParticle/offset/#/PointingToDeclaration/)| [jvm]

The offset at which particles should appear.

var [offset](index.md#net.axay.kspigot.particles/KSpigotParticle/offset/#/PointingToDeclaration/): Vector?
+| [particle](index.md#net.axay.kspigot.particles/KSpigotParticle/particle/#/PointingToDeclaration/)| [jvm]

The type of Particle.

val [particle](index.md#net.axay.kspigot.particles/KSpigotParticle/particle/#/PointingToDeclaration/): Particle
+ diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-at.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-at.html deleted file mode 100644 index 38cf6134..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-at.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - spawnAt - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

spawnAt

-
-

Spawns the particle at the location. It will be visible for everyone near it.

-
- -
-
fun spawnAt(loc: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-at.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-at.md new file mode 100644 index 00000000..1666dbdb --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-at.md @@ -0,0 +1,20 @@ +--- +title: spawnAt - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[spawnAt](spawn-at.md) + + + +# spawnAt +[jvm] +Brief description + + +Spawns the particle at the location. It will be visible for everyone near it. + + +Content +fun [spawnAt](spawn-at.md)(loc: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-for.html b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-for.html deleted file mode 100644 index f19452b7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-for.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - spawnFor - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

spawnFor

-
-

Spawns the particle at the location of the player. It will be only visible for the player.

-
- -
-
fun spawnFor(player: Player) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-for.md b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-for.md new file mode 100644 index 00000000..f5f54791 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/-k-spigot-particle/spawn-for.md @@ -0,0 +1,20 @@ +--- +title: spawnFor - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.particles](../index.md)/[KSpigotParticle](index.md)/[spawnFor](spawn-for.md) + + + +# spawnFor +[jvm] +Brief description + + +Spawns the particle at the location of the player. It will be only visible for the player. + + +Content +fun [spawnFor](spawn-for.md)(player: Player) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.particles/index.html b/docs/-k-spigot/net.axay.kspigot.particles/index.html deleted file mode 100644 index 9bf1881f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/index.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - net.axay.kspigot.particles - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.particles

-
-
-
-
-

Types

-
-
-
KSpigotParticle - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class KSpigotParticle(particle: Particle, amount: Int, offset: Vector?, extra: Number, data: Any?, force: Boolean) - -
-
-
-
-
-
-
-

Functions

-
-
-
particle - - - -
- -Link copied to clipboard
-
-
-
-

Accesses the particle builder.

-
- -
-
fun particle(particle: Particle, builder: KSpigotParticle.() -> Unit): KSpigotParticle - -
-
-
-

Accesses the particle builder and then immediately spawns the particle at the given location.

-
- -
-
fun Location.particle(particle: Particle, builder: KSpigotParticle.() -> Unit) - -
-
-
-

Accesses the particle builder and then immediately spawns the particle for the player.

-
- -
-
fun Player.particle(particle: Particle, builder: KSpigotParticle.() -> Unit) - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/index.md b/docs/-k-spigot/net.axay.kspigot.particles/index.md new file mode 100644 index 00000000..f01fa560 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/index.md @@ -0,0 +1,23 @@ +--- +title: net.axay.kspigot.particles - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.particles](index.md) + + + +# Package net.axay.kspigot.particles + + +## Types + +| Name| Summary| +|---|---| +| [KSpigotParticle](-k-spigot-particle/index.md)| [jvm]
Content
data class [KSpigotParticle](-k-spigot-particle/index.md)(**particle**: Particle, **amount**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **offset**: Vector?, **extra**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), **data**: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, **force**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+ + +## Functions + +| Name| Summary| +|---|---| +| [particle](particle.md)| [jvm]
Brief description


Accesses the particle builder.


Content
fun [particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [KSpigotParticle](-k-spigot-particle/index.md)


[jvm]
Brief description


Accesses the particle builder and then immediately spawns the particle at the given location.


Content
fun Location.[particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


[jvm]
Brief description


Accesses the particle builder and then immediately spawns the particle for the player.


Content
fun Player.[particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.particles/particle.html b/docs/-k-spigot/net.axay.kspigot.particles/particle.html deleted file mode 100644 index 303251b2..00000000 --- a/docs/-k-spigot/net.axay.kspigot.particles/particle.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - particle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

particle

-
-

Accesses the particle builder.

See also

KSpigotParticle - - -
- -Link copied to clipboard

-
- -
-
fun particle(particle: Particle, builder: KSpigotParticle.() -> Unit): KSpigotParticle - -
-
-
-

Accesses the particle builder and then immediately spawns the particle at the given location.

See also

KSpigotParticle - - -
- -Link copied to clipboard

KSpigotParticle.spawnAt - - -
- -Link copied to clipboard

-
- -
-
fun Location.particle(particle: Particle, builder: KSpigotParticle.() -> Unit) - -
-
-
-

Accesses the particle builder and then immediately spawns the particle for the player.

See also

KSpigotParticle - - -
- -Link copied to clipboard

KSpigotParticle.spawnFor - - -
- -Link copied to clipboard

-
- -
-
fun Player.particle(particle: Particle, builder: KSpigotParticle.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.particles/particle.md b/docs/-k-spigot/net.axay.kspigot.particles/particle.md new file mode 100644 index 00000000..707a88f2 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.particles/particle.md @@ -0,0 +1,72 @@ +--- +title: particle - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.particles](index.md)/[particle](particle.md) + + + +# particle +[jvm] +Brief description + + +Accesses the particle builder. + + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [KSpigotParticle](-k-spigot-particle/index.md)|



+ + +Content +fun [particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [KSpigotParticle](-k-spigot-particle/index.md) + + +[jvm] +Brief description + + +Accesses the particle builder and then immediately spawns the particle at the given location. + + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [KSpigotParticle](-k-spigot-particle/index.md)|



+ + +Content +fun Location.[particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + +[jvm] +Brief description + + +Accesses the particle builder and then immediately spawns the particle for the player. + + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [KSpigotParticle](-k-spigot-particle/index.md)|



+ + +Content +fun Player.[particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/-chained-runnable-part-first.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/-chained-runnable-part-first.md new file mode 100644 index 00000000..fe62a2a8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/-chained-runnable-part-first.md @@ -0,0 +1,14 @@ +--- +title: ChainedRunnablePartFirst - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartFirst](index.md)/[ChainedRunnablePartFirst](-chained-runnable-part-first.md) + + + +# ChainedRunnablePartFirst +[jvm] +Content +fun <[R](index.md)> [ChainedRunnablePartFirst](-chained-runnable-part-first.md)(runnable: () -> [R](index.md), sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/execute.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/execute.md new file mode 100644 index 00000000..9daf2849 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/execute.md @@ -0,0 +1,14 @@ +--- +title: execute - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartFirst](index.md)/[execute](execute.md) + + + +# execute +[jvm] +Content +open override fun [execute](execute.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/index.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/index.md new file mode 100644 index 00000000..fd70047a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-first/index.md @@ -0,0 +1,29 @@ +--- +title: ChainedRunnablePartFirst - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartFirst](index.md) + + + +# ChainedRunnablePartFirst + [jvm] class [ChainedRunnablePartFirst](index.md)<[R](index.md)>(**runnable**: () -> [R](index.md), **sync**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) : [ChainedRunnablePart](../-chained-runnable-part/index.md)<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html), [R](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [execute](execute.md)| [jvm]
Content
open override fun [execute](execute.md)()


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [next](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/next/#/PointingToDeclaration/)| [jvm] override var [next](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/next/#/PointingToDeclaration/): [ChainedRunnablePart](../-chained-runnable-part/index.md)<[R](index.md), *>?
+| [runnable](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/runnable/#/PointingToDeclaration/)| [jvm] val [runnable](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/runnable/#/PointingToDeclaration/): () -> [R](index.md)
+| [sync](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/sync/#/PointingToDeclaration/)| [jvm] override val [sync](index.md#net.axay.kspigot.runnables/ChainedRunnablePartFirst/sync/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/-chained-runnable-part-then.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/-chained-runnable-part-then.md new file mode 100644 index 00000000..198e24da --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/-chained-runnable-part-then.md @@ -0,0 +1,14 @@ +--- +title: ChainedRunnablePartThen - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartThen](index.md)/[ChainedRunnablePartThen](-chained-runnable-part-then.md) + + + +# ChainedRunnablePartThen +[jvm] +Content +fun <[T](index.md), [R](index.md)> [ChainedRunnablePartThen](-chained-runnable-part-then.md)(runnable: ([T](index.md)) -> [R](index.md), sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), previous: [ChainedRunnablePart](../-chained-runnable-part/index.md)<*, [T](index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/execute.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/execute.md new file mode 100644 index 00000000..d52470cc --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/execute.md @@ -0,0 +1,14 @@ +--- +title: execute - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartThen](index.md)/[execute](execute.md) + + + +# execute +[jvm] +Content +open override fun [execute](execute.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/index.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/index.md new file mode 100644 index 00000000..b7d3b750 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part-then/index.md @@ -0,0 +1,30 @@ +--- +title: ChainedRunnablePartThen - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePartThen](index.md) + + + +# ChainedRunnablePartThen + [jvm] class [ChainedRunnablePartThen](index.md)<[T](index.md), [R](index.md)>(**runnable**: ([T](index.md)) -> [R](index.md), **sync**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **previous**: [ChainedRunnablePart](../-chained-runnable-part/index.md)<*, [T](index.md)>) : [ChainedRunnablePart](../-chained-runnable-part/index.md)<[T](index.md), [R](index.md)> + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [execute](execute.md)| [jvm]
Content
open override fun [execute](execute.md)()


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [next](index.md#net.axay.kspigot.runnables/ChainedRunnablePartThen/next/#/PointingToDeclaration/)| [jvm] override var [next](index.md#net.axay.kspigot.runnables/ChainedRunnablePartThen/next/#/PointingToDeclaration/): [ChainedRunnablePart](../-chained-runnable-part/index.md)<[R](index.md), *>?
+| [previous](index.md#net.axay.kspigot.runnables/ChainedRunnablePartThen/previous/#/PointingToDeclaration/)| [jvm] val [previous](index.md#net.axay.kspigot.runnables/ChainedRunnablePartThen/previous/#/PointingToDeclaration/): [ChainedRunnablePart](../-chained-runnable-part/index.md)<*, [T](index.md)>
+| [runnable](index.md#net.axay.kspigot.runnables/ChainedRunnablePartThen/runnable/#/PointingToDeclaration/)| [jvm] val [runnable](index.md#net.axay.kspigot.runnables/ChainedRunnablePartThen/runnable/#/PointingToDeclaration/): ([T](index.md)) -> [R](index.md)
+| [sync](index.md#net.axay.kspigot.runnables/ChainedRunnablePartThen/sync/#/PointingToDeclaration/)| [jvm] override val [sync](index.md#net.axay.kspigot.runnables/ChainedRunnablePartThen/sync/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/-chained-runnable-part.html b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/-chained-runnable-part.html deleted file mode 100644 index 94ed083a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/-chained-runnable-part.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - ChainedRunnablePart - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ChainedRunnablePart

-
-
-
- -
-
fun <T, R> ChainedRunnablePart(plugin: Plugin, runnable: (T?) -> R, sync: Boolean, previous: ChainedRunnablePart<*, T>?, next: ChainedRunnablePart<R, *>?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/-chained-runnable-part.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/-chained-runnable-part.md new file mode 100644 index 00000000..2651275f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/-chained-runnable-part.md @@ -0,0 +1,14 @@ +--- +title: ChainedRunnablePart - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePart](index.md)/[ChainedRunnablePart](-chained-runnable-part.md) + + + +# ChainedRunnablePart +[jvm] +Content +fun [ChainedRunnablePart](-chained-runnable-part.md)(sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/execute.html b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/execute.html deleted file mode 100644 index 4acca77b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/execute.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - execute - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

execute

-
-
-
- -
-
fun execute() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/execute.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/execute.md new file mode 100644 index 00000000..95cf10d1 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/execute.md @@ -0,0 +1,14 @@ +--- +title: execute - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePart](index.md)/[execute](execute.md) + + + +# execute +[jvm] +Content +abstract fun [execute](execute.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/index.html b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/index.html deleted file mode 100644 index 6385fc79..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/index.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - ChainedRunnablePart - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ChainedRunnablePart

-
class ChainedRunnablePart<T, R>(plugin: Plugin, runnable: (T?) -> R, sync: Boolean, previous: ChainedRunnablePart<*, T>?, next: ChainedRunnablePart<R, *>?) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
execute - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun execute() - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
next - - - -
- -Link copied to clipboard
-
-
-
-
-
var next: ChainedRunnablePart<R, *>? - -
-
-
-
- -
-
plugin - - - -
- -Link copied to clipboard
-
-
-
-
-
val plugin: Plugin - -
-
-
-
- -
-
previous - - - -
- -Link copied to clipboard
-
-
-
-
-
var previous: ChainedRunnablePart<*, T>? - -
-
-
-
- -
-
runnable - - - -
- -Link copied to clipboard
-
-
-
-
-
val runnable: (T?) -> R - -
-
-
-
- -
-
sync - - - -
- -Link copied to clipboard
-
-
-
-
-
val sync: Boolean - -
-
-
-
-
-

Extensions

-
-
-
thenAsync - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenAsync(runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
-
-
- -
-
thenDo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenDo(sync: Boolean, runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
-
-
- -
-
thenSync - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenSync(runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/index.md b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/index.md new file mode 100644 index 00000000..d848fc3f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-chained-runnable-part/index.md @@ -0,0 +1,45 @@ +--- +title: ChainedRunnablePart - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[ChainedRunnablePart](index.md) + + + +# ChainedRunnablePart + [jvm] abstract class [ChainedRunnablePart](index.md)<[T](index.md), [R](index.md)>(**sync**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [execute](execute.md)| [jvm]
Content
abstract fun [execute](execute.md)()


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [next](index.md#net.axay.kspigot.runnables/ChainedRunnablePart/next/#/PointingToDeclaration/)| [jvm] var [next](index.md#net.axay.kspigot.runnables/ChainedRunnablePart/next/#/PointingToDeclaration/): [ChainedRunnablePart](index.md)<[R](index.md), *>?
+| [sync](index.md#net.axay.kspigot.runnables/ChainedRunnablePart/sync/#/PointingToDeclaration/)| [jvm] val [sync](index.md#net.axay.kspigot.runnables/ChainedRunnablePart/sync/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+ + +## Inheritors + +| Name| +|---| +| [ChainedRunnablePartFirst](../-chained-runnable-part-first/index.md) +| [ChainedRunnablePartThen](../-chained-runnable-part-then/index.md) + + +## Extensions + +| Name| Summary| +|---|---| +| [thenAsync](../then-async.md)| [jvm]
Content
fun <[T](../then-async.md), [R](../then-async.md), [U](../then-async.md)> [ChainedRunnablePart](index.md)<[T](../then-async.md), [R](../then-async.md)>.[thenAsync](../then-async.md)(runnable: ([R](../then-async.md)) -> [U](../then-async.md)): [ChainedRunnablePartThen](../-chained-runnable-part-then/index.md)<[R](../then-async.md), [U](../then-async.md)>


+| [thenDo](../then-do.md)| [jvm]
Content
fun <[T](../then-do.md), [R](../then-do.md), [U](../then-do.md)> [ChainedRunnablePart](index.md)<[T](../then-do.md), [R](../then-do.md)>.[thenDo](../then-do.md)(sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), runnable: ([R](../then-do.md)) -> [U](../then-do.md)): [ChainedRunnablePartThen](../-chained-runnable-part-then/index.md)<[R](../then-do.md), [U](../then-do.md)>


+| [thenSync](../then-sync.md)| [jvm]
Content
fun <[T](../then-sync.md), [R](../then-sync.md), [U](../then-sync.md)> [ChainedRunnablePart](index.md)<[T](../then-sync.md), [R](../then-sync.md)>.[thenSync](../then-sync.md)(runnable: ([R](../then-sync.md)) -> [U](../then-sync.md)): [ChainedRunnablePartThen](../-chained-runnable-part-then/index.md)<[R](../then-sync.md), [U](../then-sync.md)>


+ diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/-k-runnable-holder.html b/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/-k-runnable-holder.html deleted file mode 100644 index 8d5a9b3d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/-k-runnable-holder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - KRunnableHolder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KRunnableHolder

-
-
-
- -
-
fun KRunnableHolder() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/activate.html b/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/activate.html deleted file mode 100644 index 30831759..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/activate.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - activate - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

activate

-
-
-
- -
-
fun activate(runnable: BukkitRunnable): Unit? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/add.html b/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/add.html deleted file mode 100644 index d8fe6872..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/add.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - add - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

add

-
-
-
- -
-
fun add(runnable: BukkitRunnable, callback: () -> Unit, safe: Boolean): Pair<() -> Unit, Boolean>? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/close.html b/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/close.html deleted file mode 100644 index 0b8f1da4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/close.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - close - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

close

-
-
-
- -
-
open override fun close() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/index.html b/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/index.html deleted file mode 100644 index 50bc2611..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/index.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - KRunnableHolder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KRunnableHolder

-
class KRunnableHolder : AutoCloseable - -
-
-
-
-
-

Functions

-
-
-
activate - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun activate(runnable: BukkitRunnable): Unit? - -
-
-
-
-
-
- -
-
add - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun add(runnable: BukkitRunnable, callback: () -> Unit, safe: Boolean): Pair<() -> Unit, Boolean>? - -
-
-
-
-
-
- -
-
close - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun close() - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
remove - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun remove(runnable: BukkitRunnable): Pair<() -> Unit, Boolean>? - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/remove.html b/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/remove.html deleted file mode 100644 index 886e2ee4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-k-runnable-holder/remove.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - remove - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

remove

-
-
-
- -
-
fun remove(runnable: BukkitRunnable): Pair<() -> Unit, Boolean>? - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/-k-spigot-runnable.html b/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/-k-spigot-runnable.html deleted file mode 100644 index db840b92..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/-k-spigot-runnable.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - KSpigotRunnable - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotRunnable

-
-
-
- -
-
fun KSpigotRunnable(counterUp: Long?, counterDownToOne: Long?, counterDownToZero: Long?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/-k-spigot-runnable.md b/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/-k-spigot-runnable.md new file mode 100644 index 00000000..c3a6a0ad --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/-k-spigot-runnable.md @@ -0,0 +1,14 @@ +--- +title: KSpigotRunnable - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[KSpigotRunnable](index.md)/[KSpigotRunnable](-k-spigot-runnable.md) + + + +# KSpigotRunnable +[jvm] +Content +fun [KSpigotRunnable](-k-spigot-runnable.md)(counterUp: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, counterDownToOne: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, counterDownToZero: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/index.html b/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/index.html deleted file mode 100644 index bd96ffd5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/index.html +++ /dev/null @@ -1,556 +0,0 @@ - - - - KSpigotRunnable - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotRunnable

-
abstract class KSpigotRunnable(counterUp: Long?, counterDownToOne: Long?, counterDownToZero: Long?) : BukkitRunnable - -
-
-
-
-
-

Functions

-
-
-
cancel - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun cancel() - -
-
-
-
-
-
- -
-
checkNotYetScheduled - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun checkNotYetScheduled() - -
-
-
-
-
-
- -
-
checkScheduled - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun checkScheduled() - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
getTaskId - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun getTaskId(): Int - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
isCancelled - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun isCancelled(): Boolean - -
-
-
-
-
-
- -
-
run - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract override fun run() - -
-
-
-
-
-
- -
-
runTask - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun runTask(@NotNull() p0: Plugin): BukkitTask - -
-
-
-
-
-
- -
-
runTaskAsynchronously - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun runTaskAsynchronously(@NotNull() p0: Plugin): BukkitTask - -
-
-
-
-
-
- -
-
runTaskLater - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun runTaskLater(@NotNull() p0: Plugin, p1: Long): BukkitTask - -
-
-
-
-
-
- -
-
runTaskLaterAsynchronously - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun runTaskLaterAsynchronously(@NotNull() p0: Plugin, p1: Long): BukkitTask - -
-
-
-
-
-
- -
-
runTaskTimer - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun runTaskTimer(@NotNull() p0: Plugin, p1: Long, p2: Long): BukkitTask - -
-
-
-
-
-
- -
-
runTaskTimerAsynchronously - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun runTaskTimerAsynchronously(@NotNull() p0: Plugin, p1: Long, p2: Long): BukkitTask - -
-
-
-
-
-
- -
-
setupTask - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
@NotNull()
open override fun setupTask(@NotNull() p0: BukkitTask): BukkitTask - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
counterDownToOne - - - -
- -Link copied to clipboard
-
-
-
-
-
var counterDownToOne: Long? - -
-
-
-
- -
-
counterDownToZero - - - -
- -Link copied to clipboard
-
-
-
-
-
var counterDownToZero: Long? - -
-
-
-
- -
-
counterUp - - - -
- -Link copied to clipboard
-
-
-
-
-
var counterUp: Long? - -
-
-
-
- -
-
task - - - -
- -Link copied to clipboard
-
-
-
-
-
override val task: BukkitTask - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/index.md b/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/index.md new file mode 100644 index 00000000..0613edd9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/-k-spigot-runnable/index.md @@ -0,0 +1,42 @@ +--- +title: KSpigotRunnable - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.runnables](../index.md)/[KSpigotRunnable](index.md) + + + +# KSpigotRunnable + [jvm] abstract class [KSpigotRunnable](index.md)(**counterUp**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, **counterDownToOne**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, **counterDownToZero**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?) : BukkitRunnable + + +## Functions + +| Name| Summary| +|---|---| +| [cancel](index.md#org.bukkit.scheduler/BukkitRunnable/cancel/#/PointingToDeclaration/)| [jvm]
Content
open override fun [cancel](index.md#org.bukkit.scheduler/BukkitRunnable/cancel/#/PointingToDeclaration/)()


+| [checkNotYetScheduled](index.md#org.bukkit.scheduler/BukkitRunnable/checkNotYetScheduled/#/PointingToDeclaration/)| [jvm]
Content
open override fun [checkNotYetScheduled](index.md#org.bukkit.scheduler/BukkitRunnable/checkNotYetScheduled/#/PointingToDeclaration/)()


+| [checkScheduled](index.md#org.bukkit.scheduler/BukkitRunnable/checkScheduled/#/PointingToDeclaration/)| [jvm]
Content
open override fun [checkScheduled](index.md#org.bukkit.scheduler/BukkitRunnable/checkScheduled/#/PointingToDeclaration/)()


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [getTaskId](index.md#org.bukkit.scheduler/BukkitRunnable/getTaskId/#/PointingToDeclaration/)| [jvm]
Content
open override fun [getTaskId](index.md#org.bukkit.scheduler/BukkitRunnable/getTaskId/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [isCancelled](index.md#org.bukkit.scheduler/BukkitRunnable/isCancelled/#/PointingToDeclaration/)| [jvm]
Content
open override fun [isCancelled](index.md#org.bukkit.scheduler/BukkitRunnable/isCancelled/#/PointingToDeclaration/)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [run](index.md#java.lang/Runnable/run/#/PointingToDeclaration/)| [jvm]
Content
abstract override fun [run](index.md#java.lang/Runnable/run/#/PointingToDeclaration/)()


+| [runTask](index.md#org.bukkit.scheduler/BukkitRunnable/runTask/#org.bukkit.plugin.Plugin/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [runTask](index.md#org.bukkit.scheduler/BukkitRunnable/runTask/#org.bukkit.plugin.Plugin/PointingToDeclaration/)(@NotNull()p0: Plugin): BukkitTask


+| [runTaskAsynchronously](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskAsynchronously/#org.bukkit.plugin.Plugin/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [runTaskAsynchronously](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskAsynchronously/#org.bukkit.plugin.Plugin/PointingToDeclaration/)(@NotNull()p0: Plugin): BukkitTask


+| [runTaskLater](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskLater/#org.bukkit.plugin.Plugin#kotlin.Long/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [runTaskLater](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskLater/#org.bukkit.plugin.Plugin#kotlin.Long/PointingToDeclaration/)(@NotNull()p0: Plugin, p1: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): BukkitTask


+| [runTaskLaterAsynchronously](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskLaterAsynchronously/#org.bukkit.plugin.Plugin#kotlin.Long/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [runTaskLaterAsynchronously](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskLaterAsynchronously/#org.bukkit.plugin.Plugin#kotlin.Long/PointingToDeclaration/)(@NotNull()p0: Plugin, p1: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): BukkitTask


+| [runTaskTimer](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskTimer/#org.bukkit.plugin.Plugin#kotlin.Long#kotlin.Long/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [runTaskTimer](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskTimer/#org.bukkit.plugin.Plugin#kotlin.Long#kotlin.Long/PointingToDeclaration/)(@NotNull()p0: Plugin, p1: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), p2: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): BukkitTask


+| [runTaskTimerAsynchronously](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskTimerAsynchronously/#org.bukkit.plugin.Plugin#kotlin.Long#kotlin.Long/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [runTaskTimerAsynchronously](index.md#org.bukkit.scheduler/BukkitRunnable/runTaskTimerAsynchronously/#org.bukkit.plugin.Plugin#kotlin.Long#kotlin.Long/PointingToDeclaration/)(@NotNull()p0: Plugin, p1: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), p2: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): BukkitTask


+| [setupTask](index.md#org.bukkit.scheduler/BukkitRunnable/setupTask/#org.bukkit.scheduler.BukkitTask/PointingToDeclaration/)| [jvm]
Content
@NotNull()

open override fun [setupTask](index.md#org.bukkit.scheduler/BukkitRunnable/setupTask/#org.bukkit.scheduler.BukkitTask/PointingToDeclaration/)(@NotNull()p0: BukkitTask): BukkitTask


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [counterDownToOne](index.md#net.axay.kspigot.runnables/KSpigotRunnable/counterDownToOne/#/PointingToDeclaration/)| [jvm] var [counterDownToOne](index.md#net.axay.kspigot.runnables/KSpigotRunnable/counterDownToOne/#/PointingToDeclaration/): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?
+| [counterDownToZero](index.md#net.axay.kspigot.runnables/KSpigotRunnable/counterDownToZero/#/PointingToDeclaration/)| [jvm] var [counterDownToZero](index.md#net.axay.kspigot.runnables/KSpigotRunnable/counterDownToZero/#/PointingToDeclaration/): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?
+| [counterUp](index.md#net.axay.kspigot.runnables/KSpigotRunnable/counterUp/#/PointingToDeclaration/)| [jvm] var [counterUp](index.md#net.axay.kspigot.runnables/KSpigotRunnable/counterUp/#/PointingToDeclaration/): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?
+| [task](index.md#net.axay.kspigot.runnables/KSpigotRunnable/task/#/PointingToDeclaration/)| [jvm] override val [task](index.md#net.axay.kspigot.runnables/KSpigotRunnable/task/#/PointingToDeclaration/): BukkitTask
+ diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/async.html b/docs/-k-spigot/net.axay.kspigot.runnables/async.html deleted file mode 100644 index e94c7ec3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/async.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - async - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

async

-
-

Starts an asynchronous task.

-
- -
-
fun Plugin.async(runnable: () -> Unit): BukkitTask - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/async.md b/docs/-k-spigot/net.axay.kspigot.runnables/async.md new file mode 100644 index 00000000..d10ae63e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/async.md @@ -0,0 +1,20 @@ +--- +title: async - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[async](async.md) + + + +# async +[jvm] +Brief description + + +Starts an asynchronous task. + + +Content +fun [async](async.md)(runnable: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): BukkitTask + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/first-async.html b/docs/-k-spigot/net.axay.kspigot.runnables/first-async.html deleted file mode 100644 index 38856cb7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/first-async.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - firstAsync - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

firstAsync

-
-
-
- -
-
fun <R> Plugin.firstAsync(runnable: (Unit?) -> R): ChainedRunnablePart<Unit, R> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/first-async.md b/docs/-k-spigot/net.axay.kspigot.runnables/first-async.md new file mode 100644 index 00000000..9e3ee35f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/first-async.md @@ -0,0 +1,14 @@ +--- +title: firstAsync - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[firstAsync](first-async.md) + + + +# firstAsync +[jvm] +Content +fun <[R](first-async.md)> [firstAsync](first-async.md)(runnable: () -> [R](first-async.md)): [ChainedRunnablePartFirst](-chained-runnable-part-first/index.md)<[R](first-async.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/first-do.html b/docs/-k-spigot/net.axay.kspigot.runnables/first-do.html deleted file mode 100644 index 0487997c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/first-do.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - firstDo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

firstDo

-
-
-
- -
-
fun <R> Plugin.firstDo(sync: Boolean, runnable: (Unit?) -> R): ChainedRunnablePart<Unit, R> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/first-do.md b/docs/-k-spigot/net.axay.kspigot.runnables/first-do.md new file mode 100644 index 00000000..5fc77ee2 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/first-do.md @@ -0,0 +1,14 @@ +--- +title: firstDo - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[firstDo](first-do.md) + + + +# firstDo +[jvm] +Content +fun <[R](first-do.md)> [firstDo](first-do.md)(sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), runnable: () -> [R](first-do.md)): [ChainedRunnablePartFirst](-chained-runnable-part-first/index.md)<[R](first-do.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/first-sync.html b/docs/-k-spigot/net.axay.kspigot.runnables/first-sync.html deleted file mode 100644 index 14029e7a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/first-sync.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - firstSync - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

firstSync

-
-
-
- -
-
fun <R> Plugin.firstSync(runnable: (Unit?) -> R): ChainedRunnablePart<Unit, R> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/first-sync.md b/docs/-k-spigot/net.axay.kspigot.runnables/first-sync.md new file mode 100644 index 00000000..178694bd --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/first-sync.md @@ -0,0 +1,14 @@ +--- +title: firstSync - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[firstSync](first-sync.md) + + + +# firstSync +[jvm] +Content +fun <[R](first-sync.md)> [firstSync](first-sync.md)(runnable: () -> [R](first-sync.md)): [ChainedRunnablePartFirst](-chained-runnable-part-first/index.md)<[R](first-sync.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/index.html b/docs/-k-spigot/net.axay.kspigot.runnables/index.html deleted file mode 100644 index 8bb1dd16..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/index.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - net.axay.kspigot.runnables - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.runnables

-
-
-
-
-

Types

-
-
-
ChainedRunnablePart - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class ChainedRunnablePart<T, R>(plugin: Plugin, runnable: (T?) -> R, sync: Boolean, previous: ChainedRunnablePart<*, T>?, next: ChainedRunnablePart<R, *>?) - -
-
-
-
-
-
- -
-
KRunnableHolder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class KRunnableHolder : AutoCloseable - -
-
-
-
-
-
- -
-
KSpigotRunnable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract class KSpigotRunnable(counterUp: Long?, counterDownToOne: Long?, counterDownToZero: Long?) : BukkitRunnable - -
-
-
-
-
-
-
-

Functions

-
-
-
async - - - -
- -Link copied to clipboard
-
-
-
-

Starts an asynchronous task.

-
- -
-
fun Plugin.async(runnable: () -> Unit): BukkitTask - -
-
-
-
-
-
- -
-
firstAsync - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <R> Plugin.firstAsync(runnable: (Unit?) -> R): ChainedRunnablePart<Unit, R> - -
-
-
-
-
-
- -
-
firstDo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <R> Plugin.firstDo(sync: Boolean, runnable: (Unit?) -> R): ChainedRunnablePart<Unit, R> - -
-
-
-
-
-
- -
-
firstSync - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <R> Plugin.firstSync(runnable: (Unit?) -> R): ChainedRunnablePart<Unit, R> - -
-
-
-
-
-
- -
-
sync - - - -
- -Link copied to clipboard
-
-
-
-

Starts a synchronous task.

-
- -
-
fun Plugin.sync(runnable: () -> Unit): BukkitTask - -
-
-
-
-
-
- -
-
task - - - -
- -Link copied to clipboard
-
-
-
-

Starts a new BukkitRunnable.

-
- -
-
fun KSpigot.task(sync: Boolean, delay: Long, period: Long?, howOften: Long?, safe: Boolean, endCallback: () -> Unit?, runnable: (KSpigotRunnable) -> Unit?) - -
-
-
-
-
-
- -
-
thenAsync - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenAsync(runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
-
-
- -
-
thenDo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenDo(sync: Boolean, runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
-
-
- -
-
thenSync - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenSync(runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/index.md b/docs/-k-spigot/net.axay.kspigot.runnables/index.md new file mode 100644 index 00000000..8d8053d9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/index.md @@ -0,0 +1,34 @@ +--- +title: net.axay.kspigot.runnables - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md) + + + +# Package net.axay.kspigot.runnables + + +## Types + +| Name| Summary| +|---|---| +| [ChainedRunnablePart](-chained-runnable-part/index.md)| [jvm]
Content
abstract class [ChainedRunnablePart](-chained-runnable-part/index.md)<[T](-chained-runnable-part/index.md), [R](-chained-runnable-part/index.md)>(**sync**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+| [ChainedRunnablePartFirst](-chained-runnable-part-first/index.md)| [jvm]
Content
class [ChainedRunnablePartFirst](-chained-runnable-part-first/index.md)<[R](-chained-runnable-part-first/index.md)>(**runnable**: () -> [R](-chained-runnable-part-first/index.md), **sync**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) : [ChainedRunnablePart](-chained-runnable-part/index.md)<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html), [R](-chained-runnable-part-first/index.md)>


+| [ChainedRunnablePartThen](-chained-runnable-part-then/index.md)| [jvm]
Content
class [ChainedRunnablePartThen](-chained-runnable-part-then/index.md)<[T](-chained-runnable-part-then/index.md), [R](-chained-runnable-part-then/index.md)>(**runnable**: ([T](-chained-runnable-part-then/index.md)) -> [R](-chained-runnable-part-then/index.md), **sync**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **previous**: [ChainedRunnablePart](-chained-runnable-part/index.md)<*, [T](-chained-runnable-part-then/index.md)>) : [ChainedRunnablePart](-chained-runnable-part/index.md)<[T](-chained-runnable-part-then/index.md), [R](-chained-runnable-part-then/index.md)>


+| [KSpigotRunnable](-k-spigot-runnable/index.md)| [jvm]
Content
abstract class [KSpigotRunnable](-k-spigot-runnable/index.md)(**counterUp**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, **counterDownToOne**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, **counterDownToZero**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?) : BukkitRunnable


+ + +## Functions + +| Name| Summary| +|---|---| +| [async](async.md)| [jvm]
Brief description


Starts an asynchronous task.


Content
fun [async](async.md)(runnable: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): BukkitTask


+| [firstAsync](first-async.md)| [jvm]
Content
fun <[R](first-async.md)> [firstAsync](first-async.md)(runnable: () -> [R](first-async.md)): [ChainedRunnablePartFirst](-chained-runnable-part-first/index.md)<[R](first-async.md)>


+| [firstDo](first-do.md)| [jvm]
Content
fun <[R](first-do.md)> [firstDo](first-do.md)(sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), runnable: () -> [R](first-do.md)): [ChainedRunnablePartFirst](-chained-runnable-part-first/index.md)<[R](first-do.md)>


+| [firstSync](first-sync.md)| [jvm]
Content
fun <[R](first-sync.md)> [firstSync](first-sync.md)(runnable: () -> [R](first-sync.md)): [ChainedRunnablePartFirst](-chained-runnable-part-first/index.md)<[R](first-sync.md)>


+| [sync](sync.md)| [jvm]
Brief description


Starts a synchronous task.


Content
fun [sync](sync.md)(runnable: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): BukkitTask


+| [task](task.md)| [jvm]
Brief description


Starts a new BukkitRunnable.


Content
fun [task](task.md)(sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), delay: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), period: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, howOften: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, safe: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), endCallback: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?, runnable: ([KSpigotRunnable](-k-spigot-runnable/index.md)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


+| [thenAsync](then-async.md)| [jvm]
Content
fun <[T](then-async.md), [R](then-async.md), [U](then-async.md)> [ChainedRunnablePart](-chained-runnable-part/index.md)<[T](then-async.md), [R](then-async.md)>.[thenAsync](then-async.md)(runnable: ([R](then-async.md)) -> [U](then-async.md)): [ChainedRunnablePartThen](-chained-runnable-part-then/index.md)<[R](then-async.md), [U](then-async.md)>


+| [thenDo](then-do.md)| [jvm]
Content
fun <[T](then-do.md), [R](then-do.md), [U](then-do.md)> [ChainedRunnablePart](-chained-runnable-part/index.md)<[T](then-do.md), [R](then-do.md)>.[thenDo](then-do.md)(sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), runnable: ([R](then-do.md)) -> [U](then-do.md)): [ChainedRunnablePartThen](-chained-runnable-part-then/index.md)<[R](then-do.md), [U](then-do.md)>


+| [thenSync](then-sync.md)| [jvm]
Content
fun <[T](then-sync.md), [R](then-sync.md), [U](then-sync.md)> [ChainedRunnablePart](-chained-runnable-part/index.md)<[T](then-sync.md), [R](then-sync.md)>.[thenSync](then-sync.md)(runnable: ([R](then-sync.md)) -> [U](then-sync.md)): [ChainedRunnablePartThen](-chained-runnable-part-then/index.md)<[R](then-sync.md), [U](then-sync.md)>


+ diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/sync.html b/docs/-k-spigot/net.axay.kspigot.runnables/sync.html deleted file mode 100644 index 740e1a61..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/sync.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - sync - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

sync

-
-

Starts a synchronous task.

-
- -
-
fun Plugin.sync(runnable: () -> Unit): BukkitTask - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/sync.md b/docs/-k-spigot/net.axay.kspigot.runnables/sync.md new file mode 100644 index 00000000..74b26fc7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/sync.md @@ -0,0 +1,20 @@ +--- +title: sync - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[sync](sync.md) + + + +# sync +[jvm] +Brief description + + +Starts a synchronous task. + + +Content +fun [sync](sync.md)(runnable: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): BukkitTask + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/task.html b/docs/-k-spigot/net.axay.kspigot.runnables/task.html deleted file mode 100644 index 1d9e1e1e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/task.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - task - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

task

-
-

Starts a new BukkitRunnable.

Parameters

delay

the delay (in ticks) until the first execution of the task

endCallback

code that should always be executed when the runnable ends

howOften

how many times the task should be executed - null for infinite execution

period

at which interval (in ticks) the task should be repeated

runnable

the runnable which should be executed each repetition

safe

if the endCallback of the runnable should always be executed, even if the server shuts down or the runnable ends prematurely

sync

if the runnable should run sync (true) or async (false)

-
- -
-
fun KSpigot.task(sync: Boolean, delay: Long, period: Long?, howOften: Long?, safe: Boolean, endCallback: () -> Unit?, runnable: (KSpigotRunnable) -> Unit?) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/task.md b/docs/-k-spigot/net.axay.kspigot.runnables/task.md new file mode 100644 index 00000000..59610af2 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/task.md @@ -0,0 +1,36 @@ +--- +title: task - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[task](task.md) + + + +# task +[jvm] +Brief description + + +Starts a new BukkitRunnable. + + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| delay|

the delay (in ticks) until the first execution of the task

+| endCallback|

code that should always be executed when the runnable ends

+| howOften|

how many times the task should be executed - null for infinite execution

+| period|

at which interval (in ticks) the task should be repeated

+| runnable|

the runnable which should be executed each repetition

+| safe|

if the endCallback of the runnable should always be executed, even if the server shuts down or the runnable ends prematurely

+| sync|

if the runnable should run sync (true) or async (false)

+ + +Content +fun [task](task.md)(sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), delay: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), period: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, howOften: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)?, safe: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), endCallback: () -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?, runnable: ([KSpigotRunnable](-k-spigot-runnable/index.md)) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/then-async.html b/docs/-k-spigot/net.axay.kspigot.runnables/then-async.html deleted file mode 100644 index c5ad6391..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/then-async.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - thenAsync - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

thenAsync

-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenAsync(runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/then-async.md b/docs/-k-spigot/net.axay.kspigot.runnables/then-async.md new file mode 100644 index 00000000..13c6ae5d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/then-async.md @@ -0,0 +1,14 @@ +--- +title: thenAsync - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[thenAsync](then-async.md) + + + +# thenAsync +[jvm] +Content +fun <[T](then-async.md), [R](then-async.md), [U](then-async.md)> [ChainedRunnablePart](-chained-runnable-part/index.md)<[T](then-async.md), [R](then-async.md)>.[thenAsync](then-async.md)(runnable: ([R](then-async.md)) -> [U](then-async.md)): [ChainedRunnablePartThen](-chained-runnable-part-then/index.md)<[R](then-async.md), [U](then-async.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/then-do.html b/docs/-k-spigot/net.axay.kspigot.runnables/then-do.html deleted file mode 100644 index 882ee328..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/then-do.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - thenDo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

thenDo

-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenDo(sync: Boolean, runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/then-do.md b/docs/-k-spigot/net.axay.kspigot.runnables/then-do.md new file mode 100644 index 00000000..458011a7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/then-do.md @@ -0,0 +1,14 @@ +--- +title: thenDo - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[thenDo](then-do.md) + + + +# thenDo +[jvm] +Content +fun <[T](then-do.md), [R](then-do.md), [U](then-do.md)> [ChainedRunnablePart](-chained-runnable-part/index.md)<[T](then-do.md), [R](then-do.md)>.[thenDo](then-do.md)(sync: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), runnable: ([R](then-do.md)) -> [U](then-do.md)): [ChainedRunnablePartThen](-chained-runnable-part-then/index.md)<[R](then-do.md), [U](then-do.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/then-sync.html b/docs/-k-spigot/net.axay.kspigot.runnables/then-sync.html deleted file mode 100644 index f4256c01..00000000 --- a/docs/-k-spigot/net.axay.kspigot.runnables/then-sync.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - thenSync - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

thenSync

-
-
-
- -
-
fun <T, R, U> ChainedRunnablePart<T, R>.thenSync(runnable: (R?) -> U): ChainedRunnablePart<R, U> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.runnables/then-sync.md b/docs/-k-spigot/net.axay.kspigot.runnables/then-sync.md new file mode 100644 index 00000000..9ef388b5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.runnables/then-sync.md @@ -0,0 +1,14 @@ +--- +title: thenSync - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.runnables](index.md)/[thenSync](then-sync.md) + + + +# thenSync +[jvm] +Content +fun <[T](then-sync.md), [R](then-sync.md), [U](then-sync.md)> [ChainedRunnablePart](-chained-runnable-part/index.md)<[T](then-sync.md), [R](then-sync.md)>.[thenSync](then-sync.md)(runnable: ([R](then-sync.md)) -> [U](then-sync.md)): [ChainedRunnablePartThen](-chained-runnable-part-then/index.md)<[R](then-sync.md), [U](then-sync.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/-k-spigot-sound.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/-k-spigot-sound.md new file mode 100644 index 00000000..40421100 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/-k-spigot-sound.md @@ -0,0 +1,14 @@ +--- +title: KSpigotSound - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md)/[KSpigotSound](-k-spigot-sound.md) + + + +# KSpigotSound +[jvm] +Content +fun [KSpigotSound](-k-spigot-sound.md)(sound: Sound, volume: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), pitch: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), category: SoundCategory?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component1.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component1.md new file mode 100644 index 00000000..475aabe4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): Sound + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component2.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component2.md new file mode 100644 index 00000000..45818d37 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component3.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component3.md new file mode 100644 index 00000000..4f586286 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component3.md @@ -0,0 +1,14 @@ +--- +title: component3 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md)/[component3](component3.md) + + + +# component3 +[jvm] +Content +operator fun [component3](component3.md)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component4.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component4.md new file mode 100644 index 00000000..d8d8dcba --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/component4.md @@ -0,0 +1,14 @@ +--- +title: component4 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md)/[component4](component4.md) + + + +# component4 +[jvm] +Content +operator fun [component4](component4.md)(): SoundCategory? + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/copy.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/copy.md new file mode 100644 index 00000000..fb175289 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(sound: Sound, volume: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), pitch: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), category: SoundCategory?): [KSpigotSound](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/index.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/index.md new file mode 100644 index 00000000..22aac395 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/index.md @@ -0,0 +1,36 @@ +--- +title: KSpigotSound - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md) + + + +# KSpigotSound + [jvm] data class [KSpigotSound](index.md)(**sound**: Sound, **volume**: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), **pitch**: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), **category**: SoundCategory?) + + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): Sound


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)


+| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)


+| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): SoundCategory?


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(sound: Sound, volume: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), pitch: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), category: SoundCategory?): [KSpigotSound](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [playAt](play-at.md)| [jvm]
Brief description


Plays the sound at the location. It will be audible for everyone near it.


Content
fun [playAt](play-at.md)(loc: Location)


+| [playFor](play-for.md)| [jvm]
Brief description


Plays the sound at the location of the player. It will be only audible for the player.


Content
fun [playFor](play-for.md)(player: Player)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [category](index.md#net.axay.kspigot.sound/KSpigotSound/category/#/PointingToDeclaration/)| [jvm] var [category](index.md#net.axay.kspigot.sound/KSpigotSound/category/#/PointingToDeclaration/): SoundCategory?
+| [pitch](index.md#net.axay.kspigot.sound/KSpigotSound/pitch/#/PointingToDeclaration/)| [jvm] var [pitch](index.md#net.axay.kspigot.sound/KSpigotSound/pitch/#/PointingToDeclaration/): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
+| [sound](index.md#net.axay.kspigot.sound/KSpigotSound/sound/#/PointingToDeclaration/)| [jvm] val [sound](index.md#net.axay.kspigot.sound/KSpigotSound/sound/#/PointingToDeclaration/): Sound
+| [volume](index.md#net.axay.kspigot.sound/KSpigotSound/volume/#/PointingToDeclaration/)| [jvm] var [volume](index.md#net.axay.kspigot.sound/KSpigotSound/volume/#/PointingToDeclaration/): [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/play-at.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/play-at.md new file mode 100644 index 00000000..6ec16dae --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/play-at.md @@ -0,0 +1,20 @@ +--- +title: playAt - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md)/[playAt](play-at.md) + + + +# playAt +[jvm] +Brief description + + +Plays the sound at the location. It will be audible for everyone near it. + + +Content +fun [playAt](play-at.md)(loc: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/play-for.md b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/play-for.md new file mode 100644 index 00000000..8fe7f1c3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/-k-spigot-sound/play-for.md @@ -0,0 +1,20 @@ +--- +title: playFor - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.sound](../index.md)/[KSpigotSound](index.md)/[playFor](play-for.md) + + + +# playFor +[jvm] +Brief description + + +Plays the sound at the location of the player. It will be only audible for the player. + + +Content +fun [playFor](play-for.md)(player: Player) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.sound/index.md b/docs/-k-spigot/net.axay.kspigot.sound/index.md new file mode 100644 index 00000000..0143658a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/index.md @@ -0,0 +1,23 @@ +--- +title: net.axay.kspigot.sound - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.sound](index.md) + + + +# Package net.axay.kspigot.sound + + +## Types + +| Name| Summary| +|---|---| +| [KSpigotSound](-k-spigot-sound/index.md)| [jvm]
Content
data class [KSpigotSound](-k-spigot-sound/index.md)(**sound**: Sound, **volume**: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), **pitch**: [Float](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-float/index.html), **category**: SoundCategory?)


+ + +## Functions + +| Name| Summary| +|---|---| +| [sound](sound.md)| [jvm]
Brief description


Accesses the sound builder.


Content
fun [sound](sound.md)(sound: Sound, builder: [KSpigotSound](-k-spigot-sound/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [KSpigotSound](-k-spigot-sound/index.md)


[jvm]
Brief description


Accesses the sound builder and then immediately plays the sound at the given location.


Content
fun Location.[sound](sound.md)(sound: Sound, builder: [KSpigotSound](-k-spigot-sound/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


[jvm]
Brief description


Accesses the sound builder and then immediately plays the sound for the player.


Content
fun Player.[sound](sound.md)(sound: Sound, builder: [KSpigotSound](-k-spigot-sound/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.sound/sound.md b/docs/-k-spigot/net.axay.kspigot.sound/sound.md new file mode 100644 index 00000000..50a6ca8e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.sound/sound.md @@ -0,0 +1,72 @@ +--- +title: sound - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.sound](index.md)/[sound](sound.md) + + + +# sound +[jvm] +Brief description + + +Accesses the sound builder. + + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [KSpigotSound](-k-spigot-sound/index.md)|



+ + +Content +fun [sound](sound.md)(sound: Sound, builder: [KSpigotSound](-k-spigot-sound/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [KSpigotSound](-k-spigot-sound/index.md) + + +[jvm] +Brief description + + +Accesses the sound builder and then immediately plays the sound at the given location. + + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [KSpigotSound](-k-spigot-sound/index.md)|



+ + +Content +fun Location.[sound](sound.md)(sound: Sound, builder: [KSpigotSound](-k-spigot-sound/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + +[jvm] +Brief description + + +Accesses the sound builder and then immediately plays the sound for the player. + + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [KSpigotSound](-k-spigot-sound/index.md)|



+ + +Content +fun Player.[sound](sound.md)(sound: Sound, builder: [KSpigotSound](-k-spigot-sound/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-circle/-circle.html b/docs/-k-spigot/net.axay.kspigot.structures/-circle/-circle.html deleted file mode 100644 index 80332558..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-circle/-circle.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - Circle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Circle

-
-
-
- -
-
fun Circle(radius: Number) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-circle/-circle.md b/docs/-k-spigot/net.axay.kspigot.structures/-circle/-circle.md new file mode 100644 index 00000000..d10248da --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-circle/-circle.md @@ -0,0 +1,14 @@ +--- +title: Circle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[Circle](index.md)/[Circle](-circle.md) + + + +# Circle +[jvm] +Content +fun [Circle](-circle.md)(radius: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-circle/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-circle/index.html deleted file mode 100644 index cc903683..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-circle/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - Circle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Circle

-
abstract class Circle(radius: Number) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
structure - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun structure(filled: Boolean): Structure - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
edgeLocations - - - -
- -Link copied to clipboard
-
-
-
-
-
val edgeLocations: HashSet<SimpleLocation2D> - -
-
-
-
- -
-
edgeStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
val edgeStructure: Structure - -
-
-
-
- -
-
filledStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
val filledStructure: Structure - -
-
-
-
- -
-
fillLocations - - - -
- -Link copied to clipboard
-
-
-
-
-
val fillLocations: HashSet<SimpleLocation2D> - -
-
-
-
- -
-
radius - - - -
- -Link copied to clipboard
-
-
-
-
-
val radius: Number - -
-
-
-
-
-

Inheritors

-
-
-
MaterialCircle - - - -
- -Link copied to clipboard
-
-
- -
-
ParticleCircle - - - -
- -Link copied to clipboard
-
-
- -
-
EntityCircle - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-circle/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-circle/index.md new file mode 100644 index 00000000..687da1da --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-circle/index.md @@ -0,0 +1,40 @@ +--- +title: Circle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[Circle](index.md) + + + +# Circle + [jvm] abstract class [Circle](index.md)(**radius**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [structure](structure.md)| [jvm]
Content
fun [structure](structure.md)(filled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](../-structure/index.md)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [edgeLocations](index.md#net.axay.kspigot.structures/Circle/edgeLocations/#/PointingToDeclaration/)| [jvm] val [edgeLocations](index.md#net.axay.kspigot.structures/Circle/edgeLocations/#/PointingToDeclaration/): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[SimpleLocation2D](../../net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md)>
+| [edgeStructure](index.md#net.axay.kspigot.structures/Circle/edgeStructure/#/PointingToDeclaration/)| [jvm] val [edgeStructure](index.md#net.axay.kspigot.structures/Circle/edgeStructure/#/PointingToDeclaration/): [Structure](../-structure/index.md)
+| [filledStructure](index.md#net.axay.kspigot.structures/Circle/filledStructure/#/PointingToDeclaration/)| [jvm] val [filledStructure](index.md#net.axay.kspigot.structures/Circle/filledStructure/#/PointingToDeclaration/): [Structure](../-structure/index.md)
+| [fillLocations](index.md#net.axay.kspigot.structures/Circle/fillLocations/#/PointingToDeclaration/)| [jvm] val [fillLocations](index.md#net.axay.kspigot.structures/Circle/fillLocations/#/PointingToDeclaration/): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[SimpleLocation2D](../../net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md)>
+| [radius](index.md#net.axay.kspigot.structures/Circle/radius/#/PointingToDeclaration/)| [jvm] val [radius](index.md#net.axay.kspigot.structures/Circle/radius/#/PointingToDeclaration/): [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)
+ + +## Inheritors + +| Name| +|---| +| [MaterialCircle](../-material-circle/index.md) +| [ParticleCircle](../-particle-circle/index.md) +| [EntityCircle](../-entity-circle/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-circle/structure.html b/docs/-k-spigot/net.axay.kspigot.structures/-circle/structure.html deleted file mode 100644 index eb904a53..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-circle/structure.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - structure - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

structure

-
-
-
- -
-
fun structure(filled: Boolean): Structure - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-circle/structure.md b/docs/-k-spigot/net.axay.kspigot.structures/-circle/structure.md new file mode 100644 index 00000000..d329a41f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-circle/structure.md @@ -0,0 +1,14 @@ +--- +title: structure - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[Circle](index.md)/[structure](structure.md) + + + +# structure +[jvm] +Content +fun [structure](structure.md)(filled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](../-structure/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/-entity-circle.html b/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/-entity-circle.html deleted file mode 100644 index 448816e1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/-entity-circle.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - EntityCircle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

EntityCircle

-
-
-
- -
-
fun EntityCircle(radius: Number, entityType: EntityType) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/-entity-circle.md b/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/-entity-circle.md new file mode 100644 index 00000000..5f0bfa84 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/-entity-circle.md @@ -0,0 +1,14 @@ +--- +title: EntityCircle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[EntityCircle](index.md)/[EntityCircle](-entity-circle.md) + + + +# EntityCircle +[jvm] +Content +fun [EntityCircle](-entity-circle.md)(radius: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), entityType: EntityType) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/index.html deleted file mode 100644 index 4957dce3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/index.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - EntityCircle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

EntityCircle

-
class EntityCircle(radius: Number, entityType: EntityType) : Circle - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
structure - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun structure(filled: Boolean): Structure - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
edgeLocations - - - -
- -Link copied to clipboard
-
-
-
-
-
override val edgeLocations: HashSet<SimpleLocation2D> - -
-
-
-
- -
-
edgeStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
override val edgeStructure: Structure - -
-
-
-
- -
-
filledStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
override val filledStructure: Structure - -
-
-
-
- -
-
fillLocations - - - -
- -Link copied to clipboard
-
-
-
-
-
override val fillLocations: HashSet<SimpleLocation2D> - -
-
-
-
- -
-
radius - - - -
- -Link copied to clipboard
-
-
-
-
-
override val radius: Number - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/index.md new file mode 100644 index 00000000..f501f0ce --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-entity-circle/index.md @@ -0,0 +1,31 @@ +--- +title: EntityCircle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[EntityCircle](index.md) + + + +# EntityCircle + [jvm] class [EntityCircle](index.md)(**radius**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), **entityType**: EntityType) : [Circle](../-circle/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [structure](../-circle/structure.md)| [jvm]
Content
override fun [structure](../-circle/structure.md)(filled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](../-structure/index.md)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [edgeLocations](index.md#net.axay.kspigot.structures/EntityCircle/edgeLocations/#/PointingToDeclaration/)| [jvm] override val [edgeLocations](index.md#net.axay.kspigot.structures/EntityCircle/edgeLocations/#/PointingToDeclaration/): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[SimpleLocation2D](../../net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md)>
+| [edgeStructure](index.md#net.axay.kspigot.structures/EntityCircle/edgeStructure/#/PointingToDeclaration/)| [jvm] override val [edgeStructure](index.md#net.axay.kspigot.structures/EntityCircle/edgeStructure/#/PointingToDeclaration/): [Structure](../-structure/index.md)
+| [filledStructure](index.md#net.axay.kspigot.structures/EntityCircle/filledStructure/#/PointingToDeclaration/)| [jvm] override val [filledStructure](index.md#net.axay.kspigot.structures/EntityCircle/filledStructure/#/PointingToDeclaration/): [Structure](../-structure/index.md)
+| [fillLocations](index.md#net.axay.kspigot.structures/EntityCircle/fillLocations/#/PointingToDeclaration/)| [jvm] override val [fillLocations](index.md#net.axay.kspigot.structures/EntityCircle/fillLocations/#/PointingToDeclaration/): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[SimpleLocation2D](../../net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md)>
+| [radius](index.md#net.axay.kspigot.structures/EntityCircle/radius/#/PointingToDeclaration/)| [jvm] override val [radius](index.md#net.axay.kspigot.structures/EntityCircle/radius/#/PointingToDeclaration/): [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/-material-circle.html b/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/-material-circle.html deleted file mode 100644 index 40f7a59f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/-material-circle.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - MaterialCircle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

MaterialCircle

-
-
-
- -
-
fun MaterialCircle(radius: Number, material: Material) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/-material-circle.md b/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/-material-circle.md new file mode 100644 index 00000000..f45b2161 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/-material-circle.md @@ -0,0 +1,14 @@ +--- +title: MaterialCircle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[MaterialCircle](index.md)/[MaterialCircle](-material-circle.md) + + + +# MaterialCircle +[jvm] +Content +fun [MaterialCircle](-material-circle.md)(radius: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), material: Material) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/index.html deleted file mode 100644 index 13767a8d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/index.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - MaterialCircle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

MaterialCircle

-
class MaterialCircle(radius: Number, material: Material) : Circle - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
structure - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun structure(filled: Boolean): Structure - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
edgeLocations - - - -
- -Link copied to clipboard
-
-
-
-
-
override val edgeLocations: HashSet<SimpleLocation2D> - -
-
-
-
- -
-
edgeStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
override val edgeStructure: Structure - -
-
-
-
- -
-
filledStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
override val filledStructure: Structure - -
-
-
-
- -
-
fillLocations - - - -
- -Link copied to clipboard
-
-
-
-
-
override val fillLocations: HashSet<SimpleLocation2D> - -
-
-
-
- -
-
radius - - - -
- -Link copied to clipboard
-
-
-
-
-
override val radius: Number - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/index.md new file mode 100644 index 00000000..d0c94c7c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-material-circle/index.md @@ -0,0 +1,31 @@ +--- +title: MaterialCircle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[MaterialCircle](index.md) + + + +# MaterialCircle + [jvm] class [MaterialCircle](index.md)(**radius**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), **material**: Material) : [Circle](../-circle/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [structure](../-circle/structure.md)| [jvm]
Content
override fun [structure](../-circle/structure.md)(filled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](../-structure/index.md)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [edgeLocations](index.md#net.axay.kspigot.structures/MaterialCircle/edgeLocations/#/PointingToDeclaration/)| [jvm] override val [edgeLocations](index.md#net.axay.kspigot.structures/MaterialCircle/edgeLocations/#/PointingToDeclaration/): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[SimpleLocation2D](../../net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md)>
+| [edgeStructure](index.md#net.axay.kspigot.structures/MaterialCircle/edgeStructure/#/PointingToDeclaration/)| [jvm] override val [edgeStructure](index.md#net.axay.kspigot.structures/MaterialCircle/edgeStructure/#/PointingToDeclaration/): [Structure](../-structure/index.md)
+| [filledStructure](index.md#net.axay.kspigot.structures/MaterialCircle/filledStructure/#/PointingToDeclaration/)| [jvm] override val [filledStructure](index.md#net.axay.kspigot.structures/MaterialCircle/filledStructure/#/PointingToDeclaration/): [Structure](../-structure/index.md)
+| [fillLocations](index.md#net.axay.kspigot.structures/MaterialCircle/fillLocations/#/PointingToDeclaration/)| [jvm] override val [fillLocations](index.md#net.axay.kspigot.structures/MaterialCircle/fillLocations/#/PointingToDeclaration/): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[SimpleLocation2D](../../net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md)>
+| [radius](index.md#net.axay.kspigot.structures/MaterialCircle/radius/#/PointingToDeclaration/)| [jvm] override val [radius](index.md#net.axay.kspigot.structures/MaterialCircle/radius/#/PointingToDeclaration/): [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/-particle-circle.html b/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/-particle-circle.html deleted file mode 100644 index dd44b4d4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/-particle-circle.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - ParticleCircle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ParticleCircle

-
-
-
- -
-
fun ParticleCircle(radius: Number, particle: KSpigotParticle) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/-particle-circle.md b/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/-particle-circle.md new file mode 100644 index 00000000..89e70d30 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/-particle-circle.md @@ -0,0 +1,14 @@ +--- +title: ParticleCircle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[ParticleCircle](index.md)/[ParticleCircle](-particle-circle.md) + + + +# ParticleCircle +[jvm] +Content +fun [ParticleCircle](-particle-circle.md)(radius: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), particle: [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/index.html deleted file mode 100644 index 04bfa68f..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/index.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - ParticleCircle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

ParticleCircle

-
class ParticleCircle(radius: Number, particle: KSpigotParticle) : Circle - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
structure - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun structure(filled: Boolean): Structure - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
edgeLocations - - - -
- -Link copied to clipboard
-
-
-
-
-
override val edgeLocations: HashSet<SimpleLocation2D> - -
-
-
-
- -
-
edgeStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
override val edgeStructure: Structure - -
-
-
-
- -
-
filledStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
override val filledStructure: Structure - -
-
-
-
- -
-
fillLocations - - - -
- -Link copied to clipboard
-
-
-
-
-
override val fillLocations: HashSet<SimpleLocation2D> - -
-
-
-
- -
-
radius - - - -
- -Link copied to clipboard
-
-
-
-
-
override val radius: Number - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/index.md new file mode 100644 index 00000000..7894ba2e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-particle-circle/index.md @@ -0,0 +1,31 @@ +--- +title: ParticleCircle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[ParticleCircle](index.md) + + + +# ParticleCircle + [jvm] class [ParticleCircle](index.md)(**radius**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), **particle**: [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md)) : [Circle](../-circle/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [structure](../-circle/structure.md)| [jvm]
Content
override fun [structure](../-circle/structure.md)(filled: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](../-structure/index.md)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [edgeLocations](index.md#net.axay.kspigot.structures/ParticleCircle/edgeLocations/#/PointingToDeclaration/)| [jvm] override val [edgeLocations](index.md#net.axay.kspigot.structures/ParticleCircle/edgeLocations/#/PointingToDeclaration/): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[SimpleLocation2D](../../net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md)>
+| [edgeStructure](index.md#net.axay.kspigot.structures/ParticleCircle/edgeStructure/#/PointingToDeclaration/)| [jvm] override val [edgeStructure](index.md#net.axay.kspigot.structures/ParticleCircle/edgeStructure/#/PointingToDeclaration/): [Structure](../-structure/index.md)
+| [filledStructure](index.md#net.axay.kspigot.structures/ParticleCircle/filledStructure/#/PointingToDeclaration/)| [jvm] override val [filledStructure](index.md#net.axay.kspigot.structures/ParticleCircle/filledStructure/#/PointingToDeclaration/): [Structure](../-structure/index.md)
+| [fillLocations](index.md#net.axay.kspigot.structures/ParticleCircle/fillLocations/#/PointingToDeclaration/)| [jvm] override val [fillLocations](index.md#net.axay.kspigot.structures/ParticleCircle/fillLocations/#/PointingToDeclaration/): [HashSet](https://docs.oracle.com/javase/8/docs/api/java/util/HashSet.html)<[SimpleLocation2D](../../net.axay.kspigot.extensions.geometry/-simple-location2-d/index.md)>
+| [radius](index.md#net.axay.kspigot.structures/ParticleCircle/radius/#/PointingToDeclaration/)| [jvm] override val [radius](index.md#net.axay.kspigot.structures/ParticleCircle/radius/#/PointingToDeclaration/): [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/-single-structure-data.html b/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/-single-structure-data.html deleted file mode 100644 index 1f95a546..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/-single-structure-data.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - SingleStructureData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SingleStructureData

-
-
-
- -
-
fun SingleStructureData(location: SimpleLocation3D, structureData: StructureData) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/-single-structure-data.md b/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/-single-structure-data.md new file mode 100644 index 00000000..061a365e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/-single-structure-data.md @@ -0,0 +1,14 @@ +--- +title: SingleStructureData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[SingleStructureData](index.md)/[SingleStructureData](-single-structure-data.md) + + + +# SingleStructureData +[jvm] +Content +fun [SingleStructureData](-single-structure-data.md)(location: [SimpleLocation3D](../../net.axay.kspigot.extensions.geometry/-simple-location3-d/index.md), structureData: [StructureData](../-structure-data/index.md)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/index.html deleted file mode 100644 index 7d7b2b38..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - SingleStructureData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SingleStructureData

-
class SingleStructureData(location: SimpleLocation3D, structureData: StructureData) - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
location - - - -
- -Link copied to clipboard
-
-
-
-
-
val location: SimpleLocation3D - -
-
-
-
- -
-
structureData - - - -
- -Link copied to clipboard
-
-
-
-
-
val structureData: StructureData - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/index.md new file mode 100644 index 00000000..4c19ec65 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-single-structure-data/index.md @@ -0,0 +1,27 @@ +--- +title: SingleStructureData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[SingleStructureData](index.md) + + + +# SingleStructureData + [jvm] class [SingleStructureData](index.md)(**location**: [SimpleLocation3D](../../net.axay.kspigot.extensions.geometry/-simple-location3-d/index.md), **structureData**: [StructureData](../-structure-data/index.md)) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [location](index.md#net.axay.kspigot.structures/SingleStructureData/location/#/PointingToDeclaration/)| [jvm] val [location](index.md#net.axay.kspigot.structures/SingleStructureData/location/#/PointingToDeclaration/): [SimpleLocation3D](../../net.axay.kspigot.extensions.geometry/-simple-location3-d/index.md)
+| [structureData](index.md#net.axay.kspigot.structures/SingleStructureData/structureData/#/PointingToDeclaration/)| [jvm] val [structureData](index.md#net.axay.kspigot.structures/SingleStructureData/structureData/#/PointingToDeclaration/): [StructureData](../-structure-data/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/-structure-data-block.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/-structure-data-block.html deleted file mode 100644 index 7865a1a1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/-structure-data-block.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - StructureDataBlock - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureDataBlock

-
-
-
- -
-
fun StructureDataBlock(block: Block) - -
fun StructureDataBlock(material: Material, blockData: BlockData) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/-structure-data-block.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/-structure-data-block.md new file mode 100644 index 00000000..a52db3fa --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/-structure-data-block.md @@ -0,0 +1,15 @@ +--- +title: StructureDataBlock - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataBlock](index.md)/[StructureDataBlock](-structure-data-block.md) + + + +# StructureDataBlock +[jvm] +Content +fun [StructureDataBlock](-structure-data-block.md)(block: Block) +fun [StructureDataBlock](-structure-data-block.md)(material: Material, blockData: BlockData) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component1.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component1.html deleted file mode 100644 index 56244a8d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Material - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component1.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component1.md new file mode 100644 index 00000000..284e3abe --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataBlock](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): Material + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component2.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component2.html deleted file mode 100644 index 5db579e0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): BlockData - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component2.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component2.md new file mode 100644 index 00000000..0f5d40af --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataBlock](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): BlockData + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/copy.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/copy.html deleted file mode 100644 index 484ff8c2..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(material: Material, blockData: BlockData): StructureDataBlock - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/copy.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/copy.md new file mode 100644 index 00000000..078c152b --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataBlock](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(material: Material, blockData: BlockData): [StructureDataBlock](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/create-at.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/create-at.html deleted file mode 100644 index a9b50772..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/create-at.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - createAt - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

createAt

-
-
-
- -
-
open override fun createAt(loc: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/create-at.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/create-at.md new file mode 100644 index 00000000..df5d4426 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/create-at.md @@ -0,0 +1,14 @@ +--- +title: createAt - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataBlock](index.md)/[createAt](create-at.md) + + + +# createAt +[jvm] +Content +open override fun [createAt](create-at.md)(loc: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/index.html deleted file mode 100644 index c9cc51c6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/index.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - StructureDataBlock - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureDataBlock

-
data class StructureDataBlock(material: Material, blockData: BlockData) : StructureData - -
-
-
-
-
-

Constructors

-
-
-
StructureDataBlock - - - -
- -Link copied to clipboard
-
-
-
-
-
fun StructureDataBlock(block: Block) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Material - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): BlockData - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(material: Material, blockData: BlockData): StructureDataBlock - -
-
-
-
-
-
- -
-
createAt - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun createAt(loc: Location) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
blockData - - - -
- -Link copied to clipboard
-
-
-
-
-
val blockData: BlockData - -
-
-
-
- -
-
material - - - -
- -Link copied to clipboard
-
-
-
-
-
val material: Material - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/index.md new file mode 100644 index 00000000..7f35bf00 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-block/index.md @@ -0,0 +1,38 @@ +--- +title: StructureDataBlock - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataBlock](index.md) + + + +# StructureDataBlock + [jvm] data class [StructureDataBlock](index.md)(**material**: Material, **blockData**: BlockData) : [StructureData](../-structure-data/index.md) + + +## Constructors + +| Name| Summary| +|---|---| +| [StructureDataBlock](-structure-data-block.md)| [jvm] fun [StructureDataBlock](-structure-data-block.md)(block: Block)
+ + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): Material


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): BlockData


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(material: Material, blockData: BlockData): [StructureDataBlock](index.md)


+| [createAt](create-at.md)| [jvm]
Content
open override fun [createAt](create-at.md)(loc: Location)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [blockData](index.md#net.axay.kspigot.structures/StructureDataBlock/blockData/#/PointingToDeclaration/)| [jvm] val [blockData](index.md#net.axay.kspigot.structures/StructureDataBlock/blockData/#/PointingToDeclaration/): BlockData
+| [material](index.md#net.axay.kspigot.structures/StructureDataBlock/material/#/PointingToDeclaration/)| [jvm] val [material](index.md#net.axay.kspigot.structures/StructureDataBlock/material/#/PointingToDeclaration/): Material
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/-structure-data-entity.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/-structure-data-entity.html deleted file mode 100644 index 48be18f1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/-structure-data-entity.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - StructureDataEntity - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureDataEntity

-
-
-
- -
-
fun StructureDataEntity(entity: Entity) - -
fun StructureDataEntity(entityType: EntityType) - -
fun StructureDataEntity(entityType: EntityType, nbtData: NBTData) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/-structure-data-entity.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/-structure-data-entity.md new file mode 100644 index 00000000..f4173e9f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/-structure-data-entity.md @@ -0,0 +1,16 @@ +--- +title: StructureDataEntity - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataEntity](index.md)/[StructureDataEntity](-structure-data-entity.md) + + + +# StructureDataEntity +[jvm] +Content +fun [StructureDataEntity](-structure-data-entity.md)(entity: Entity) +fun [StructureDataEntity](-structure-data-entity.md)(entityType: EntityType) +fun [StructureDataEntity](-structure-data-entity.md)(entityType: EntityType, nbtData: [NBTData](../../net.axay.kspigot.data/-n-b-t-data/index.md)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component1.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component1.html deleted file mode 100644 index cd9a8a80..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): EntityType - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component1.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component1.md new file mode 100644 index 00000000..32968131 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataEntity](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): EntityType + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component2.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component2.html deleted file mode 100644 index 562b8aed..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component2.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component2 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component2

-
-
-
- -
-
operator fun component2(): NBTData - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component2.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component2.md new file mode 100644 index 00000000..7c3180f6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/component2.md @@ -0,0 +1,14 @@ +--- +title: component2 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataEntity](index.md)/[component2](component2.md) + + + +# component2 +[jvm] +Content +operator fun [component2](component2.md)(): [NBTData](../../net.axay.kspigot.data/-n-b-t-data/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/copy.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/copy.html deleted file mode 100644 index 2c5ba115..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(entityType: EntityType, nbtData: NBTData): StructureDataEntity - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/copy.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/copy.md new file mode 100644 index 00000000..b64a0eec --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataEntity](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(entityType: EntityType, nbtData: [NBTData](../../net.axay.kspigot.data/-n-b-t-data/index.md)): [StructureDataEntity](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/create-at.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/create-at.html deleted file mode 100644 index f2a5441e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/create-at.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - createAt - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

createAt

-
-
-
- -
-
open override fun createAt(loc: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/create-at.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/create-at.md new file mode 100644 index 00000000..2b1f4fdb --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/create-at.md @@ -0,0 +1,14 @@ +--- +title: createAt - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataEntity](index.md)/[createAt](create-at.md) + + + +# createAt +[jvm] +Content +open override fun [createAt](create-at.md)(loc: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/index.html deleted file mode 100644 index 3fdc77a0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - StructureDataEntity - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureDataEntity

-
data class StructureDataEntity(entityType: EntityType, nbtData: NBTData) : StructureData - -
-
-
-
-
-

Constructors

-
-
-
StructureDataEntity - - - -
- -Link copied to clipboard
-
-
-
-
-
fun StructureDataEntity(entity: Entity) - -
-
-
-
- -
-
StructureDataEntity - - - -
- -Link copied to clipboard
-
-
-
-
-
fun StructureDataEntity(entityType: EntityType) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): EntityType - -
-
-
-
-
-
- -
-
component2 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component2(): NBTData - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(entityType: EntityType, nbtData: NBTData): StructureDataEntity - -
-
-
-
-
-
- -
-
createAt - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun createAt(loc: Location) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
entityType - - - -
- -Link copied to clipboard
-
-
-
-
-
val entityType: EntityType - -
-
-
-
- -
-
nbtData - - - -
- -Link copied to clipboard
-
-
-
-
-
val nbtData: NBTData - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/index.md new file mode 100644 index 00000000..1872f879 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-entity/index.md @@ -0,0 +1,39 @@ +--- +title: StructureDataEntity - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataEntity](index.md) + + + +# StructureDataEntity + [jvm] data class [StructureDataEntity](index.md)(**entityType**: EntityType, **nbtData**: [NBTData](../../net.axay.kspigot.data/-n-b-t-data/index.md)) : [StructureData](../-structure-data/index.md) + + +## Constructors + +| Name| Summary| +|---|---| +| [StructureDataEntity](-structure-data-entity.md)| [jvm] fun [StructureDataEntity](-structure-data-entity.md)(entity: Entity)
+| [StructureDataEntity](-structure-data-entity.md)| [jvm] fun [StructureDataEntity](-structure-data-entity.md)(entityType: EntityType)
+ + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): EntityType


+| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [NBTData](../../net.axay.kspigot.data/-n-b-t-data/index.md)


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(entityType: EntityType, nbtData: [NBTData](../../net.axay.kspigot.data/-n-b-t-data/index.md)): [StructureDataEntity](index.md)


+| [createAt](create-at.md)| [jvm]
Content
open override fun [createAt](create-at.md)(loc: Location)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [entityType](index.md#net.axay.kspigot.structures/StructureDataEntity/entityType/#/PointingToDeclaration/)| [jvm] val [entityType](index.md#net.axay.kspigot.structures/StructureDataEntity/entityType/#/PointingToDeclaration/): EntityType
+| [nbtData](index.md#net.axay.kspigot.structures/StructureDataEntity/nbtData/#/PointingToDeclaration/)| [jvm] val [nbtData](index.md#net.axay.kspigot.structures/StructureDataEntity/nbtData/#/PointingToDeclaration/): [NBTData](../../net.axay.kspigot.data/-n-b-t-data/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/-structure-data-material.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/-structure-data-material.html deleted file mode 100644 index c887cb95..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/-structure-data-material.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - StructureDataMaterial - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureDataMaterial

-
-
-
- -
-
fun StructureDataMaterial(material: Material) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/-structure-data-material.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/-structure-data-material.md new file mode 100644 index 00000000..c1bd68d3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/-structure-data-material.md @@ -0,0 +1,14 @@ +--- +title: StructureDataMaterial - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataMaterial](index.md)/[StructureDataMaterial](-structure-data-material.md) + + + +# StructureDataMaterial +[jvm] +Content +fun [StructureDataMaterial](-structure-data-material.md)(material: Material) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/component1.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/component1.html deleted file mode 100644 index e59be6c3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Material - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/component1.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/component1.md new file mode 100644 index 00000000..dd47f22c --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataMaterial](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): Material + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/copy.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/copy.html deleted file mode 100644 index 40a485d3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(material: Material): StructureDataMaterial - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/copy.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/copy.md new file mode 100644 index 00000000..cd43fcf3 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataMaterial](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(material: Material): [StructureDataMaterial](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/create-at.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/create-at.html deleted file mode 100644 index c616a447..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/create-at.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - createAt - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

createAt

-
-
-
- -
-
open override fun createAt(loc: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/create-at.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/create-at.md new file mode 100644 index 00000000..46a85029 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/create-at.md @@ -0,0 +1,14 @@ +--- +title: createAt - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataMaterial](index.md)/[createAt](create-at.md) + + + +# createAt +[jvm] +Content +open override fun [createAt](create-at.md)(loc: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/index.html deleted file mode 100644 index d743b7f1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - StructureDataMaterial - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureDataMaterial

-
data class StructureDataMaterial(material: Material) : StructureData - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Material - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(material: Material): StructureDataMaterial - -
-
-
-
-
-
- -
-
createAt - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun createAt(loc: Location) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
material - - - -
- -Link copied to clipboard
-
-
-
-
-
val material: Material - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/index.md new file mode 100644 index 00000000..a8daa9ab --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-material/index.md @@ -0,0 +1,29 @@ +--- +title: StructureDataMaterial - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataMaterial](index.md) + + + +# StructureDataMaterial + [jvm] data class [StructureDataMaterial](index.md)(**material**: Material) : [StructureData](../-structure-data/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): Material


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(material: Material): [StructureDataMaterial](index.md)


+| [createAt](create-at.md)| [jvm]
Content
open override fun [createAt](create-at.md)(loc: Location)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [material](index.md#net.axay.kspigot.structures/StructureDataMaterial/material/#/PointingToDeclaration/)| [jvm] val [material](index.md#net.axay.kspigot.structures/StructureDataMaterial/material/#/PointingToDeclaration/): Material
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/-structure-data-particle.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/-structure-data-particle.html deleted file mode 100644 index ebdc1e8b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/-structure-data-particle.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - StructureDataParticle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureDataParticle

-
-
-
- -
-
fun StructureDataParticle(particle: KSpigotParticle) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/-structure-data-particle.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/-structure-data-particle.md new file mode 100644 index 00000000..0eeeaebe --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/-structure-data-particle.md @@ -0,0 +1,14 @@ +--- +title: StructureDataParticle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataParticle](index.md)/[StructureDataParticle](-structure-data-particle.md) + + + +# StructureDataParticle +[jvm] +Content +fun [StructureDataParticle](-structure-data-particle.md)(particle: [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/component1.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/component1.html deleted file mode 100644 index 6b91e027..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): KSpigotParticle - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/component1.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/component1.md new file mode 100644 index 00000000..a7b5bbd5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataParticle](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/copy.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/copy.html deleted file mode 100644 index f451987b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(particle: KSpigotParticle): StructureDataParticle - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/copy.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/copy.md new file mode 100644 index 00000000..95542156 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataParticle](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(particle: [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md)): [StructureDataParticle](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/create-at.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/create-at.html deleted file mode 100644 index b782c3ac..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/create-at.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - createAt - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

createAt

-
-
-
- -
-
open override fun createAt(loc: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/create-at.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/create-at.md new file mode 100644 index 00000000..e9a74264 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/create-at.md @@ -0,0 +1,14 @@ +--- +title: createAt - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataParticle](index.md)/[createAt](create-at.md) + + + +# createAt +[jvm] +Content +open override fun [createAt](create-at.md)(loc: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/index.html deleted file mode 100644 index 902861da..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - StructureDataParticle - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureDataParticle

-
data class StructureDataParticle(particle: KSpigotParticle) : StructureData - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): KSpigotParticle - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(particle: KSpigotParticle): StructureDataParticle - -
-
-
-
-
-
- -
-
createAt - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun createAt(loc: Location) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
particle - - - -
- -Link copied to clipboard
-
-
-
-
-
val particle: KSpigotParticle - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/index.md new file mode 100644 index 00000000..94087588 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data-particle/index.md @@ -0,0 +1,29 @@ +--- +title: StructureDataParticle - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureDataParticle](index.md) + + + +# StructureDataParticle + [jvm] data class [StructureDataParticle](index.md)(**particle**: [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md)) : [StructureData](../-structure-data/index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md)


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(particle: [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md)): [StructureDataParticle](index.md)


+| [createAt](create-at.md)| [jvm]
Content
open override fun [createAt](create-at.md)(loc: Location)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [particle](index.md#net.axay.kspigot.structures/StructureDataParticle/particle/#/PointingToDeclaration/)| [jvm] val [particle](index.md#net.axay.kspigot.structures/StructureDataParticle/particle/#/PointingToDeclaration/): [KSpigotParticle](../../net.axay.kspigot.particles/-k-spigot-particle/index.md)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/create-at.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/create-at.html deleted file mode 100644 index b793bf2b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/create-at.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - createAt - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

createAt

-
-
-
- -
-
abstract fun createAt(loc: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/create-at.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/create-at.md new file mode 100644 index 00000000..549b87e9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/create-at.md @@ -0,0 +1,14 @@ +--- +title: createAt - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureData](index.md)/[createAt](create-at.md) + + + +# createAt +[jvm] +Content +abstract fun [createAt](create-at.md)(loc: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/index.html deleted file mode 100644 index 8c06dce5..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/index.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - StructureData - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

StructureData

-
interface StructureData - -
-
-
-
-
-

Functions

-
-
-
createAt - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract fun createAt(loc: Location) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Inheritors

-
-
-
StructureDataMaterial - - - -
- -Link copied to clipboard
-
-
- -
-
StructureDataBlock - - - -
- -Link copied to clipboard
-
-
- -
-
StructureDataEntity - - - -
- -Link copied to clipboard
-
-
- -
-
StructureDataParticle - - - -
- -Link copied to clipboard
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/index.md new file mode 100644 index 00000000..e5335a95 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure-data/index.md @@ -0,0 +1,30 @@ +--- +title: StructureData - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[StructureData](index.md) + + + +# StructureData + [jvm] interface [StructureData](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [createAt](create-at.md)| [jvm]
Content
abstract fun [createAt](create-at.md)(loc: Location)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Inheritors + +| Name| +|---| +| [StructureDataMaterial](../-structure-data-material/index.md) +| [StructureDataBlock](../-structure-data-block/index.md) +| [StructureDataEntity](../-structure-data-entity/index.md) +| [StructureDataParticle](../-structure-data-particle/index.md) + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure/-structure.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure/-structure.html deleted file mode 100644 index 274d4656..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure/-structure.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Structure - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Structure

-
-
-
- -
-
fun Structure(vararg structureDataSets: Array<out Set<SingleStructureData>>) - -
fun Structure(structureData: Set<SingleStructureData>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure/-structure.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure/-structure.md new file mode 100644 index 00000000..cc59068e --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure/-structure.md @@ -0,0 +1,15 @@ +--- +title: Structure - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[Structure](index.md)/[Structure](-structure.md) + + + +# Structure +[jvm] +Content +fun [Structure](-structure.md)(vararg structureDataSets: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)>) +fun [Structure](-structure.md)(structureData: [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SingleStructureData](../-single-structure-data/index.md)>) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure/component1.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure/component1.html deleted file mode 100644 index e78c7707..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure/component1.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - component1 - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

component1

-
-
-
- -
-
operator fun component1(): Set<SingleStructureData> - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure/component1.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure/component1.md new file mode 100644 index 00000000..c0c1f492 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure/component1.md @@ -0,0 +1,14 @@ +--- +title: component1 - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[Structure](index.md)/[component1](component1.md) + + + +# component1 +[jvm] +Content +operator fun [component1](component1.md)(): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SingleStructureData](../-single-structure-data/index.md)> + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure/copy.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure/copy.html deleted file mode 100644 index 0314e2e7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure/copy.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - copy - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

copy

-
-
-
- -
-
fun copy(structureData: Set<SingleStructureData>): Structure - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure/copy.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure/copy.md new file mode 100644 index 00000000..7ee87aee --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure/copy.md @@ -0,0 +1,14 @@ +--- +title: copy - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[Structure](index.md)/[copy](copy.md) + + + +# copy +[jvm] +Content +fun [copy](copy.md)(structureData: [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SingleStructureData](../-single-structure-data/index.md)>): [Structure](index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure/index.html b/docs/-k-spigot/net.axay.kspigot.structures/-structure/index.html deleted file mode 100644 index 6d60788a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/-structure/index.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - Structure - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Structure

-
data class Structure(structureData: Set<SingleStructureData>) - -
-
-
-
-
-

Constructors

-
-
-
Structure - - - -
- -Link copied to clipboard
-
-
-
-
-
fun Structure(vararg structureDataSets: Array<out Set<SingleStructureData>>) - -
-
-
-
-
-

Functions

-
-
-
component1 - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator fun component1(): Set<SingleStructureData> - -
-
-
-
-
-
- -
-
copy - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun copy(structureData: Set<SingleStructureData>): Structure - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
structureData - - - -
- -Link copied to clipboard
-
-
-
-
-
val structureData: Set<SingleStructureData> - -
-
-
-
-
-

Extensions

-
-
-
buildAt - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Structure.buildAt(loc: Location) - -
-
-
-
-
-
- -
-
rotate - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun Structure.rotate(angle: Number, vectorRotation: (Vector, Double) -> Vector): Structure - -
-
-
-
-
-
- -
-
rotateAroundX - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Structure.rotateAroundX(angle: Number): Structure - -
-
-
-
-
-
- -
-
rotateAroundY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Structure.rotateAroundY(angle: Number): Structure - -
-
-
-
-
-
- -
-
rotateAroundZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Structure.rotateAroundZ(angle: Number): Structure - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/-structure/index.md b/docs/-k-spigot/net.axay.kspigot.structures/-structure/index.md new file mode 100644 index 00000000..356e23e4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/-structure/index.md @@ -0,0 +1,46 @@ +--- +title: Structure - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.structures](../index.md)/[Structure](index.md) + + + +# Structure + [jvm] data class [Structure](index.md)(**structureData**: [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SingleStructureData](../-single-structure-data/index.md)>) + + +## Constructors + +| Name| Summary| +|---|---| +| [Structure](-structure.md)| [jvm] fun [Structure](-structure.md)(vararg structureDataSets: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)>)
+ + +## Functions + +| Name| Summary| +|---|---| +| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SingleStructureData](../-single-structure-data/index.md)>


+| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(structureData: [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SingleStructureData](../-single-structure-data/index.md)>): [Structure](index.md)


+| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [structureData](index.md#net.axay.kspigot.structures/Structure/structureData/#/PointingToDeclaration/)| [jvm] val [structureData](index.md#net.axay.kspigot.structures/Structure/structureData/#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SingleStructureData](../-single-structure-data/index.md)>
+ + +## Extensions + +| Name| Summary| +|---|---| +| [buildAt](../build-at.md)| [jvm]
Content
fun [Structure](index.md).[buildAt](../build-at.md)(loc: Location)


+| [rotate](../rotate.md)| [jvm]
Content
inline fun [Structure](index.md).[rotate](../rotate.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), vectorRotation: (Vector, [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) -> Vector): [Structure](index.md)


+| [rotateAroundX](../rotate-around-x.md)| [jvm]
Content
fun [Structure](index.md).[rotateAroundX](../rotate-around-x.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](index.md)


+| [rotateAroundY](../rotate-around-y.md)| [jvm]
Content
fun [Structure](index.md).[rotateAroundY](../rotate-around-y.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](index.md)


+| [rotateAroundZ](../rotate-around-z.md)| [jvm]
Content
fun [Structure](index.md).[rotateAroundZ](../rotate-around-z.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](index.md)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/build-at.html b/docs/-k-spigot/net.axay.kspigot.structures/build-at.html deleted file mode 100644 index 14e419da..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/build-at.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - buildAt - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

buildAt

-
-
-
- -
-
fun Structure.buildAt(loc: Location) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/build-at.md b/docs/-k-spigot/net.axay.kspigot.structures/build-at.md new file mode 100644 index 00000000..7d442ac7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/build-at.md @@ -0,0 +1,14 @@ +--- +title: buildAt - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.structures](index.md)/[buildAt](build-at.md) + + + +# buildAt +[jvm] +Content +fun [Structure](-structure/index.md).[buildAt](build-at.md)(loc: Location) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/index.html b/docs/-k-spigot/net.axay.kspigot.structures/index.html deleted file mode 100644 index 2805a2d7..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/index.html +++ /dev/null @@ -1,537 +0,0 @@ - - - - net.axay.kspigot.structures - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.structures

-
-
-
-
-

Types

-
-
-
Circle - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract class Circle(radius: Number) - -
-
-
-
-
-
- -
-
EntityCircle - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class EntityCircle(radius: Number, entityType: EntityType) : Circle - -
-
-
-
-
-
- -
-
MaterialCircle - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class MaterialCircle(radius: Number, material: Material) : Circle - -
-
-
-
-
-
- -
-
ParticleCircle - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class ParticleCircle(radius: Number, particle: KSpigotParticle) : Circle - -
-
-
-
-
-
- -
-
SingleStructureData - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class SingleStructureData(location: SimpleLocation3D, structureData: StructureData) - -
-
-
-
-
-
- -
-
Structure - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class Structure(structureData: Set<SingleStructureData>) - -
-
-
-
-
-
- -
-
StructureData - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface StructureData - -
-
-
-
-
-
- -
-
StructureDataBlock - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class StructureDataBlock(material: Material, blockData: BlockData) : StructureData - -
-
-
-
-
-
- -
-
StructureDataEntity - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class StructureDataEntity(entityType: EntityType, nbtData: NBTData) : StructureData - -
-
-
-
-
-
- -
-
StructureDataMaterial - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class StructureDataMaterial(material: Material) : StructureData - -
-
-
-
-
-
- -
-
StructureDataParticle - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
data class StructureDataParticle(particle: KSpigotParticle) : StructureData - -
-
-
-
-
-
-
-

Functions

-
-
-
buildAt - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Structure.buildAt(loc: Location) - -
-
-
-
-
-
- -
-
loadStructure - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun LocationArea.loadStructure(includeBlocks: Boolean, includeEntities: Boolean): Structure - -
-
-
-
-
-
- -
-
rotate - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun Structure.rotate(angle: Number, vectorRotation: (Vector, Double) -> Vector): Structure - -
-
-
-
-
-
- -
-
rotateAroundX - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Structure.rotateAroundX(angle: Number): Structure - -
-
-
-
-
-
- -
-
rotateAroundY - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Structure.rotateAroundY(angle: Number): Structure - -
-
-
-
-
-
- -
-
rotateAroundZ - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun Structure.rotateAroundZ(angle: Number): Structure - -
-
-
-
-
-
-
-

Properties

-
-
-
entities - - - -
- -Link copied to clipboard
-
-
-
-
-

val LocationArea.entities: Set<Entity> - -
-
-
-
- -
-
fillBlocks - - - -
- -Link copied to clipboard
-
-
-
-
-

val LocationArea.fillBlocks: Set<Block> - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/index.md b/docs/-k-spigot/net.axay.kspigot.structures/index.md new file mode 100644 index 00000000..882ac579 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/index.md @@ -0,0 +1,46 @@ +--- +title: net.axay.kspigot.structures - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.structures](index.md) + + + +# Package net.axay.kspigot.structures + + +## Types + +| Name| Summary| +|---|---| +| [Circle](-circle/index.md)| [jvm]
Content
abstract class [Circle](-circle/index.md)(**radius**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html))


+| [EntityCircle](-entity-circle/index.md)| [jvm]
Content
class [EntityCircle](-entity-circle/index.md)(**radius**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), **entityType**: EntityType) : [Circle](-circle/index.md)


+| [MaterialCircle](-material-circle/index.md)| [jvm]
Content
class [MaterialCircle](-material-circle/index.md)(**radius**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), **material**: Material) : [Circle](-circle/index.md)


+| [ParticleCircle](-particle-circle/index.md)| [jvm]
Content
class [ParticleCircle](-particle-circle/index.md)(**radius**: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), **particle**: [KSpigotParticle](../net.axay.kspigot.particles/-k-spigot-particle/index.md)) : [Circle](-circle/index.md)


+| [SingleStructureData](-single-structure-data/index.md)| [jvm]
Content
class [SingleStructureData](-single-structure-data/index.md)(**location**: [SimpleLocation3D](../net.axay.kspigot.extensions.geometry/-simple-location3-d/index.md), **structureData**: [StructureData](-structure-data/index.md))


+| [Structure](-structure/index.md)| [jvm]
Content
data class [Structure](-structure/index.md)(**structureData**: [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)<[SingleStructureData](-single-structure-data/index.md)>)


+| [StructureData](-structure-data/index.md)| [jvm]
Content
interface [StructureData](-structure-data/index.md)


+| [StructureDataBlock](-structure-data-block/index.md)| [jvm]
Content
data class [StructureDataBlock](-structure-data-block/index.md)(**material**: Material, **blockData**: BlockData) : [StructureData](-structure-data/index.md)


+| [StructureDataEntity](-structure-data-entity/index.md)| [jvm]
Content
data class [StructureDataEntity](-structure-data-entity/index.md)(**entityType**: EntityType, **nbtData**: [NBTData](../net.axay.kspigot.data/-n-b-t-data/index.md)) : [StructureData](-structure-data/index.md)


+| [StructureDataMaterial](-structure-data-material/index.md)| [jvm]
Content
data class [StructureDataMaterial](-structure-data-material/index.md)(**material**: Material) : [StructureData](-structure-data/index.md)


+| [StructureDataParticle](-structure-data-particle/index.md)| [jvm]
Content
data class [StructureDataParticle](-structure-data-particle/index.md)(**particle**: [KSpigotParticle](../net.axay.kspigot.particles/-k-spigot-particle/index.md)) : [StructureData](-structure-data/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [buildAt](build-at.md)| [jvm]
Content
fun [Structure](-structure/index.md).[buildAt](build-at.md)(loc: Location)


+| [loadStructure](load-structure.md)| [jvm]
Content
fun [LocationArea](../net.axay.kspigot.extensions.geometry/-location-area/index.md).[loadStructure](load-structure.md)(includeBlocks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), includeEntities: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](-structure/index.md)


+| [rotate](rotate.md)| [jvm]
Content
inline fun [Structure](-structure/index.md).[rotate](rotate.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), vectorRotation: (Vector, [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) -> Vector): [Structure](-structure/index.md)


+| [rotateAroundX](rotate-around-x.md)| [jvm]
Content
fun [Structure](-structure/index.md).[rotateAroundX](rotate-around-x.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](-structure/index.md)


+| [rotateAroundY](rotate-around-y.md)| [jvm]
Content
fun [Structure](-structure/index.md).[rotateAroundY](rotate-around-y.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](-structure/index.md)


+| [rotateAroundZ](rotate-around-z.md)| [jvm]
Content
fun [Structure](-structure/index.md).[rotateAroundZ](rotate-around-z.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](-structure/index.md)


+ + +## Properties + +| Name| Summary| +|---|---| +| [entities](index.md#net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/)| [jvm]



val [LocationArea](../net.axay.kspigot.extensions.geometry/-location-area/index.md).[entities](index.md#net.axay.kspigot.structures//entities/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)
+| [fillBlocks](index.md#net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/)| [jvm]



val [LocationArea](../net.axay.kspigot.extensions.geometry/-location-area/index.md).[fillBlocks](index.md#net.axay.kspigot.structures//fillBlocks/net.axay.kspigot.extensions.geometry.LocationArea#/PointingToDeclaration/): [Set](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.structures/load-structure.html b/docs/-k-spigot/net.axay.kspigot.structures/load-structure.html deleted file mode 100644 index d331cc8a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/load-structure.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - loadStructure - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

loadStructure

-
-

Return

A Structure containing all data of the given LocationArea.

-
- -
-
fun LocationArea.loadStructure(includeBlocks: Boolean, includeEntities: Boolean): Structure - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/load-structure.md b/docs/-k-spigot/net.axay.kspigot.structures/load-structure.md new file mode 100644 index 00000000..e9687f40 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/load-structure.md @@ -0,0 +1,23 @@ +--- +title: loadStructure - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.structures](index.md)/[loadStructure](load-structure.md) + + + +# loadStructure +[jvm] +Brief description + + +#### Return + + +A [Structure](-structure/index.md) containing all data of the given [LocationArea](../net.axay.kspigot.extensions.geometry/-location-area/index.md). + + +Content +fun [LocationArea](../net.axay.kspigot.extensions.geometry/-location-area/index.md).[loadStructure](load-structure.md)(includeBlocks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), includeEntities: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Structure](-structure/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-x.html b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-x.html deleted file mode 100644 index 2f6ccb71..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-x.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - rotateAroundX - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

rotateAroundX

-
-

See also

Structure.rotate - - -
- -Link copied to clipboard

-
- -
-
fun Structure.rotateAroundX(angle: Number): Structure - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-x.md b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-x.md new file mode 100644 index 00000000..7b77bc9f --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-x.md @@ -0,0 +1,26 @@ +--- +title: rotateAroundX - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.structures](index.md)/[rotateAroundX](rotate-around-x.md) + + + +# rotateAroundX +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [Structure.rotate](rotate.md)|



+ + +Content +fun [Structure](-structure/index.md).[rotateAroundX](rotate-around-x.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](-structure/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-y.html b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-y.html deleted file mode 100644 index e39583cb..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-y.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - rotateAroundY - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

rotateAroundY

-
-

See also

Structure.rotate - - -
- -Link copied to clipboard

-
- -
-
fun Structure.rotateAroundY(angle: Number): Structure - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-y.md b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-y.md new file mode 100644 index 00000000..f8016bc4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-y.md @@ -0,0 +1,26 @@ +--- +title: rotateAroundY - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.structures](index.md)/[rotateAroundY](rotate-around-y.md) + + + +# rotateAroundY +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [Structure.rotate](rotate.md)|



+ + +Content +fun [Structure](-structure/index.md).[rotateAroundY](rotate-around-y.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](-structure/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-z.html b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-z.html deleted file mode 100644 index fc2439b4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-z.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - rotateAroundZ - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

rotateAroundZ

-
-

See also

Structure.rotate - - -
- -Link copied to clipboard

-
- -
-
fun Structure.rotateAroundZ(angle: Number): Structure - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-z.md b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-z.md new file mode 100644 index 00000000..13832dbb --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/rotate-around-z.md @@ -0,0 +1,26 @@ +--- +title: rotateAroundZ - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.structures](index.md)/[rotateAroundZ](rotate-around-z.md) + + + +# rotateAroundZ +[jvm] +Brief description + + +## See also + +jvm + +| Name| Summary| +|---|---| +| [Structure.rotate](rotate.md)|



+ + +Content +fun [Structure](-structure/index.md).[rotateAroundZ](rotate-around-z.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html)): [Structure](-structure/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.structures/rotate.html b/docs/-k-spigot/net.axay.kspigot.structures/rotate.html deleted file mode 100644 index a8eaaa5e..00000000 --- a/docs/-k-spigot/net.axay.kspigot.structures/rotate.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - rotate - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

rotate

-
-

Parameters

angle

The angle of rotation in degrees.

-
- -
-
inline fun Structure.rotate(angle: Number, vectorRotation: (Vector, Double) -> Vector): Structure - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.structures/rotate.md b/docs/-k-spigot/net.axay.kspigot.structures/rotate.md new file mode 100644 index 00000000..2ffbd091 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.structures/rotate.md @@ -0,0 +1,26 @@ +--- +title: rotate - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.structures](index.md)/[rotate](rotate.md) + + + +# rotate +[jvm] +Brief description + + +## Parameters + +jvm + +| Name| Summary| +|---|---| +| angle|

The angle of rotation in degrees.

+ + +Content +inline fun [Structure](-structure/index.md).[rotate](rotate.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), vectorRotation: (Vector, [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) -> Vector): [Structure](-structure/index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/from-location.html b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/from-location.html deleted file mode 100644 index 037079be..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/from-location.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - fromLocation - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

fromLocation

-
-
-
- -
-
fun fromLocation(location: Location): CardinalDirection - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/from-location.md b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/from-location.md new file mode 100644 index 00000000..18609409 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/from-location.md @@ -0,0 +1,14 @@ +--- +title: fromLocation - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[CardinalDirection](../index.md)/[Companion](index.md)/[fromLocation](from-location.md) + + + +# fromLocation +[jvm] +Content +fun [fromLocation](from-location.md)(location: Location): [CardinalDirection](../index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/index.html deleted file mode 100644 index ee3fe186..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - Companion - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Companion

-
object Companion - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
fromLocation - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun fromLocation(location: Location): CardinalDirection - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/index.md new file mode 100644 index 00000000..ea8aaca0 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-companion/index.md @@ -0,0 +1,20 @@ +--- +title: Companion - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[CardinalDirection](../index.md)/[Companion](index.md) + + + +# Companion + [jvm] object [Companion](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [fromLocation](from-location.md)| [jvm]
Content
fun [fromLocation](from-location.md)(location: Location): [CardinalDirection](../index.md)


+| [hashCode](../../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-e-a-s-t/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-e-a-s-t/index.html deleted file mode 100644 index e7742e49..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-e-a-s-t/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - EAST - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

EAST

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: CardinalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<CardinalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<CardinalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
override val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-e-a-s-t/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-e-a-s-t/index.md new file mode 100644 index 00000000..6d7d9ab6 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-e-a-s-t/index.md @@ -0,0 +1,35 @@ +--- +title: EAST - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[CardinalDirection](../index.md)/[EAST](index.md) + + + +# EAST + [jvm] [EAST](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-w-e-s-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-w-e-s-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)(other: [CardinalDirection](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[CardinalDirection](../index.md)>>


+| [equals](../-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[CardinalDirection](../index.md)>


+| [hashCode](../-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/CardinalDirection.EAST/facing/#/PointingToDeclaration/)| [jvm] override val [facing](index.md#net.axay.kspigot.utils/CardinalDirection.EAST/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/CardinalDirection.EAST/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/CardinalDirection.EAST/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection.EAST/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection.EAST/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-n-o-r-t-h/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-n-o-r-t-h/index.html deleted file mode 100644 index b2a0aced..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-n-o-r-t-h/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - NORTH - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

NORTH

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: CardinalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<CardinalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<CardinalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
override val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-n-o-r-t-h/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-n-o-r-t-h/index.md new file mode 100644 index 00000000..caa1ddb9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-n-o-r-t-h/index.md @@ -0,0 +1,35 @@ +--- +title: NORTH - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[CardinalDirection](../index.md)/[NORTH](index.md) + + + +# NORTH + [jvm] [NORTH](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-w-e-s-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-w-e-s-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)(other: [CardinalDirection](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[CardinalDirection](../index.md)>>


+| [equals](../-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[CardinalDirection](../index.md)>


+| [hashCode](../-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/CardinalDirection.NORTH/facing/#/PointingToDeclaration/)| [jvm] override val [facing](index.md#net.axay.kspigot.utils/CardinalDirection.NORTH/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/CardinalDirection.NORTH/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/CardinalDirection.NORTH/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection.NORTH/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection.NORTH/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-s-o-u-t-h/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-s-o-u-t-h/index.html deleted file mode 100644 index 31332f67..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-s-o-u-t-h/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - SOUTH - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

SOUTH

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: CardinalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<CardinalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<CardinalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
override val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-s-o-u-t-h/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-s-o-u-t-h/index.md new file mode 100644 index 00000000..c26b92d5 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-s-o-u-t-h/index.md @@ -0,0 +1,35 @@ +--- +title: SOUTH - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[CardinalDirection](../index.md)/[SOUTH](index.md) + + + +# SOUTH + [jvm] [SOUTH](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-w-e-s-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-w-e-s-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)(other: [CardinalDirection](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[CardinalDirection](../index.md)>>


+| [equals](../-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[CardinalDirection](../index.md)>


+| [hashCode](../-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/CardinalDirection.SOUTH/facing/#/PointingToDeclaration/)| [jvm] override val [facing](index.md#net.axay.kspigot.utils/CardinalDirection.SOUTH/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/CardinalDirection.SOUTH/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/CardinalDirection.SOUTH/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection.SOUTH/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection.SOUTH/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.html deleted file mode 100644 index 3e0d0616..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - WEST - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

WEST

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: CardinalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<CardinalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<CardinalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
override val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md new file mode 100644 index 00000000..13b0df70 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/-w-e-s-t/index.md @@ -0,0 +1,35 @@ +--- +title: WEST - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[CardinalDirection](../index.md)/[WEST](index.md) + + + +# WEST + [jvm] [WEST](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)(other: [CardinalDirection](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[CardinalDirection](../index.md)>>


+| [equals](index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[CardinalDirection](../index.md)>


+| [hashCode](index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/CardinalDirection.WEST/facing/#/PointingToDeclaration/)| [jvm] override val [facing](index.md#net.axay.kspigot.utils/CardinalDirection.WEST/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/CardinalDirection.WEST/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/CardinalDirection.WEST/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection.WEST/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection.WEST/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/index.html deleted file mode 100644 index 2113a6b2..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/index.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - CardinalDirection - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

CardinalDirection

-

This enum class is useful for determining cardinal directions (yaw).

enum CardinalDirection : Enum<CardinalDirection> - -
-
-
-
-
-

Entries

-
-
-
NORTH - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
- -
-
EAST - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
- -
-
SOUTH - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
- -
-
WEST - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
-
-

Types

-
-
-
Companion - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object Companion - -
-
-
-
-
-
-
-

Functions

-
-
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: CardinalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<CardinalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<CardinalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/index.md new file mode 100644 index 00000000..d83bb68a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-cardinal-direction/index.md @@ -0,0 +1,53 @@ +--- +title: CardinalDirection - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[CardinalDirection](index.md) + + + +# CardinalDirection + [jvm] + +This enum class is useful for determining cardinal directions (yaw). + +enum [CardinalDirection](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[CardinalDirection](index.md)> + + +## Entries + +| Name| Summary| +|---|---| +| [NORTH](-n-o-r-t-h/index.md)| [jvm] [NORTH](-n-o-r-t-h/index.md)()


+| [EAST](-e-a-s-t/index.md)| [jvm] [EAST](-e-a-s-t/index.md)()


+| [SOUTH](-s-o-u-t-h/index.md)| [jvm] [SOUTH](-s-o-u-t-h/index.md)()


+| [WEST](-w-e-s-t/index.md)| [jvm] [WEST](-w-e-s-t/index.md)()


+ + +## Types + +| Name| Summary| +|---|---| +| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [compareTo](-w-e-s-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](-w-e-s-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.CardinalDirection/PointingToDeclaration/)(other: [CardinalDirection](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[CardinalDirection](index.md)>>


+| [equals](-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[CardinalDirection](index.md)>


+| [hashCode](-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/CardinalDirection/facing/#/PointingToDeclaration/)| [jvm] val [facing](index.md#net.axay.kspigot.utils/CardinalDirection/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/CardinalDirection/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/CardinalDirection/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/CardinalDirection/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/-firework-effect-builder.html b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/-firework-effect-builder.html deleted file mode 100644 index 241e287c..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/-firework-effect-builder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - FireworkEffectBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

FireworkEffectBuilder

-
-
-
- -
-
fun FireworkEffectBuilder() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/-firework-effect-builder.md b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/-firework-effect-builder.md new file mode 100644 index 00000000..68c38f60 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/-firework-effect-builder.md @@ -0,0 +1,14 @@ +--- +title: FireworkEffectBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[FireworkEffectBuilder](index.md)/[FireworkEffectBuilder](-firework-effect-builder.md) + + + +# FireworkEffectBuilder +[jvm] +Content +fun [FireworkEffectBuilder](-firework-effect-builder.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/color.html b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/color.html deleted file mode 100644 index da97fb4a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/color.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - color - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

color

-
-
-
- -
-
fun color(vararg colors: Array<out Color>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/color.md b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/color.md new file mode 100644 index 00000000..44057213 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/color.md @@ -0,0 +1,14 @@ +--- +title: color - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[FireworkEffectBuilder](index.md)/[color](color.md) + + + +# color +[jvm] +Content +fun [color](color.md)(vararg colors: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/fade.html b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/fade.html deleted file mode 100644 index 53b94140..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/fade.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - fade - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

fade

-
-
-
- -
-
fun fade(vararg colors: Array<out Color>) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/fade.md b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/fade.md new file mode 100644 index 00000000..03bd0df7 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/fade.md @@ -0,0 +1,14 @@ +--- +title: fade - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[FireworkEffectBuilder](index.md)/[fade](fade.md) + + + +# fade +[jvm] +Content +fun [fade](fade.md)(vararg colors: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/index.html deleted file mode 100644 index 845941e0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/index.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - FireworkEffectBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

FireworkEffectBuilder

-
class FireworkEffectBuilder - -
-
-
-
-
-

Functions

-
-
-
color - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun color(vararg colors: Array<out Color>) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
fade - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun fade(vararg colors: Array<out Color>) - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
fireworkEffect - - - -
- -Link copied to clipboard
-
-
-
-
-
val fireworkEffect: FireworkEffect - -
-
-
-
- -
-
flicker - - - -
- -Link copied to clipboard
-
-
-
-
-
var flicker: Boolean? - -
-
-
-
- -
-
trail - - - -
- -Link copied to clipboard
-
-
-
-
-
var trail: Boolean? - -
-
-
-
- -
-
type - - - -
- -Link copied to clipboard
-
-
-
-
-
var type: FireworkEffect.Type? - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/index.md new file mode 100644 index 00000000..58975662 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-firework-effect-builder/index.md @@ -0,0 +1,31 @@ +--- +title: FireworkEffectBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[FireworkEffectBuilder](index.md) + + + +# FireworkEffectBuilder + [jvm] class [FireworkEffectBuilder](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [color](color.md)| [jvm]
Content
fun [color](color.md)(vararg colors: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html))


+| [equals](../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [fade](fade.md)| [jvm]
Content
fun [fade](fade.md)(vararg colors: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html))


+| [hashCode](../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [fireworkEffect](index.md#net.axay.kspigot.utils/FireworkEffectBuilder/fireworkEffect/#/PointingToDeclaration/)| [jvm] val [fireworkEffect](index.md#net.axay.kspigot.utils/FireworkEffectBuilder/fireworkEffect/#/PointingToDeclaration/): FireworkEffect
+| [flicker](index.md#net.axay.kspigot.utils/FireworkEffectBuilder/flicker/#/PointingToDeclaration/)| [jvm] var [flicker](index.md#net.axay.kspigot.utils/FireworkEffectBuilder/flicker/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?
+| [trail](index.md#net.axay.kspigot.utils/FireworkEffectBuilder/trail/#/PointingToDeclaration/)| [jvm] var [trail](index.md#net.axay.kspigot.utils/FireworkEffectBuilder/trail/#/PointingToDeclaration/): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?
+| [type](index.md#net.axay.kspigot.utils/FireworkEffectBuilder/type/#/PointingToDeclaration/)| [jvm] var [type](index.md#net.axay.kspigot.utils/FireworkEffectBuilder/type/#/PointingToDeclaration/): FireworkEffect.Type?
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/-k-spigot-firework-builder.html b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/-k-spigot-firework-builder.html deleted file mode 100644 index 04461ee6..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/-k-spigot-firework-builder.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - KSpigotFireworkBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotFireworkBuilder

-
-
-
- -
-
fun KSpigotFireworkBuilder() - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/-k-spigot-firework-builder.md b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/-k-spigot-firework-builder.md new file mode 100644 index 00000000..ceefeba8 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/-k-spigot-firework-builder.md @@ -0,0 +1,14 @@ +--- +title: KSpigotFireworkBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[KSpigotFireworkBuilder](index.md)/[KSpigotFireworkBuilder](-k-spigot-firework-builder.md) + + + +# KSpigotFireworkBuilder +[jvm] +Content +fun [KSpigotFireworkBuilder](-k-spigot-firework-builder.md)() + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/apply-to.html b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/apply-to.html deleted file mode 100644 index 63c722b9..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/apply-to.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - applyTo - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

applyTo

-
-
-
- -
-
fun applyTo(fireworkMeta: FireworkMeta): FireworkMeta - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/apply-to.md b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/apply-to.md new file mode 100644 index 00000000..bd15417d --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/apply-to.md @@ -0,0 +1,14 @@ +--- +title: applyTo - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[KSpigotFireworkBuilder](index.md)/[applyTo](apply-to.md) + + + +# applyTo +[jvm] +Content +fun [applyTo](apply-to.md)(fireworkMeta: FireworkMeta): FireworkMeta + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/effect.html b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/effect.html deleted file mode 100644 index 75a7f527..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/effect.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - effect - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

effect

-
-
-
- -
-
inline fun effect(builder: FireworkEffectBuilder.() -> Unit) - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/effect.md b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/effect.md new file mode 100644 index 00000000..9aa2ffb4 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/effect.md @@ -0,0 +1,14 @@ +--- +title: effect - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[KSpigotFireworkBuilder](index.md)/[effect](effect.md) + + + +# effect +[jvm] +Content +inline fun [effect](effect.md)(builder: [FireworkEffectBuilder](../-firework-effect-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/index.html deleted file mode 100644 index 8446291a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/index.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - KSpigotFireworkBuilder - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotFireworkBuilder

-
class KSpigotFireworkBuilder - -
-
-
-
-
-

Functions

-
-
-
applyTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun applyTo(fireworkMeta: FireworkMeta): FireworkMeta - -
-
-
-
-
-
- -
-
effect - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun effect(builder: FireworkEffectBuilder.() -> Unit) - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
effects - - - -
- -Link copied to clipboard
-
-
-
-
-
val effects: ArrayList<FireworkEffect> - -
-
-
-
- -
-
power - - - -
- -Link copied to clipboard
-
-
-
-
-
var power: Int? - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/index.md new file mode 100644 index 00000000..34015648 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework-builder/index.md @@ -0,0 +1,29 @@ +--- +title: KSpigotFireworkBuilder - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[KSpigotFireworkBuilder](index.md) + + + +# KSpigotFireworkBuilder + [jvm] class [KSpigotFireworkBuilder](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [applyTo](apply-to.md)| [jvm]
Content
fun [applyTo](apply-to.md)(fireworkMeta: FireworkMeta): FireworkMeta


+| [effect](effect.md)| [jvm]
Content
inline fun [effect](effect.md)(builder: [FireworkEffectBuilder](../-firework-effect-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))


+| [equals](../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [effects](index.md#net.axay.kspigot.utils/KSpigotFireworkBuilder/effects/#/PointingToDeclaration/)| [jvm] val [effects](index.md#net.axay.kspigot.utils/KSpigotFireworkBuilder/effects/#/PointingToDeclaration/): [ArrayList](https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html)
+| [power](index.md#net.axay.kspigot.utils/KSpigotFireworkBuilder/power/#/PointingToDeclaration/)| [jvm] var [power](index.md#net.axay.kspigot.utils/KSpigotFireworkBuilder/power/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build-firework-meta.html b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build-firework-meta.html deleted file mode 100644 index f799d4dd..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build-firework-meta.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - buildFireworkMeta - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

buildFireworkMeta

-
-
-
- -
-
inline fun buildFireworkMeta(fireworkMeta: FireworkMeta, builder: KSpigotFireworkBuilder.() -> Unit): FireworkMeta - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build-firework-meta.md b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build-firework-meta.md new file mode 100644 index 00000000..0b5626d9 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build-firework-meta.md @@ -0,0 +1,14 @@ +--- +title: buildFireworkMeta - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[KSpigotFirework](index.md)/[buildFireworkMeta](build-firework-meta.md) + + + +# buildFireworkMeta +[jvm] +Content +inline fun [buildFireworkMeta](build-firework-meta.md)(fireworkMeta: FireworkMeta, builder: [KSpigotFireworkBuilder](../-k-spigot-firework-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): FireworkMeta + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build.html b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build.html deleted file mode 100644 index b02f899b..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - build - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

build

-
-
-
- -
-
fun FireworkMeta.build(builder: KSpigotFireworkBuilder.() -> Unit): FireworkMeta - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build.md b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build.md new file mode 100644 index 00000000..8f090084 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/build.md @@ -0,0 +1,14 @@ +--- +title: build - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[KSpigotFirework](index.md)/[build](build.md) + + + +# build +[jvm] +Content +fun FireworkMeta.[build](build.md)(builder: [KSpigotFireworkBuilder](../-k-spigot-firework-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): FireworkMeta + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/index.html deleted file mode 100644 index 82079d2d..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/index.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - KSpigotFirework - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

KSpigotFirework

-
object KSpigotFirework - -
-
-
-
-
-

Functions

-
-
-
build - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun FireworkMeta.build(builder: KSpigotFireworkBuilder.() -> Unit): FireworkMeta - -
-
-
-
-
-
- -
-
buildFireworkMeta - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
inline fun buildFireworkMeta(fireworkMeta: FireworkMeta, builder: KSpigotFireworkBuilder.() -> Unit): FireworkMeta - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/index.md new file mode 100644 index 00000000..f1208c1a --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-k-spigot-firework/index.md @@ -0,0 +1,21 @@ +--- +title: KSpigotFirework - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[KSpigotFirework](index.md) + + + +# KSpigotFirework + [jvm] object [KSpigotFirework](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [build](build.md)| [jvm]
Content
fun FireworkMeta.[build](build.md)(builder: [KSpigotFireworkBuilder](../-k-spigot-firework-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): FireworkMeta


+| [buildFireworkMeta](build-firework-meta.md)| [jvm]
Content
inline fun [buildFireworkMeta](build-firework-meta.md)(fireworkMeta: FireworkMeta, builder: [KSpigotFireworkBuilder](../-k-spigot-firework-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): FireworkMeta


+| [equals](../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/index.html deleted file mode 100644 index 25b076ee..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/index.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - RegisterableCommand - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

RegisterableCommand

-
interface RegisterableCommand : CommandExecutor - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
onCommand - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
abstract override fun onCommand(@NotNull() p0: CommandSender, @NotNull() p1: Command, @NotNull() p2: String, @NotNull() p3: Array<String>): Boolean - -
-
-
-
-
-
- -
-
registerCommand - - - -
- -Link copied to clipboard
-
-
-
-

Registers this executor for the given command and for the given instance of kSpigot.

-
- -
-
open fun registerCommand(commandName: String, kSpigot: KSpigot): Boolean - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/index.md new file mode 100644 index 00000000..380f28ff --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/index.md @@ -0,0 +1,21 @@ +--- +title: RegisterableCommand - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[RegisterableCommand](index.md) + + + +# RegisterableCommand + [jvm] interface [RegisterableCommand](index.md) : CommandExecutor + + +## Functions + +| Name| Summary| +|---|---| +| [equals](index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [hashCode](index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [onCommand](index.md#org.bukkit.command/CommandExecutor/onCommand/#org.bukkit.command.CommandSender#org.bukkit.command.Command#kotlin.String#kotlin.Array[kotlin.String]/PointingToDeclaration/)| [jvm]
Content
abstract override fun [onCommand](index.md#org.bukkit.command/CommandExecutor/onCommand/#org.bukkit.command.CommandSender#org.bukkit.command.Command#kotlin.String#kotlin.Array[kotlin.String]/PointingToDeclaration/)(@NotNull()p0: CommandSender, @NotNull()p1: Command, @NotNull()p2: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), @NotNull()p3: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [registerAs](register-as.md)| [jvm]
Brief description


Registers this executor for the given command and for the given instance of kSpigot.


Content
open fun [registerAs](register-as.md)(commandName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [toString](index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/register-as.md b/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/register-as.md new file mode 100644 index 00000000..09ade326 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/register-as.md @@ -0,0 +1,27 @@ +--- +title: registerAs - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[RegisterableCommand](index.md)/[registerAs](register-as.md) + + + +# registerAs +[jvm] +Brief description + + +Registers this executor for the given command and for the given instance of kSpigot. + + + +#### Return + + +true if the command was found - false if not + + +Content +open fun [registerAs](register-as.md)(commandName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/register-command.html b/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/register-command.html deleted file mode 100644 index ebbd3ba0..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/register-command.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - registerCommand - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

registerCommand

-
-

Registers this executor for the given command and for the given instance of kSpigot.

Return

true if the command was found - false if not

-
- -
-
open fun registerCommand(commandName: String, kSpigot: KSpigot): Boolean - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/from-location.html b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/from-location.html deleted file mode 100644 index c2d3e3ad..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/from-location.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - fromLocation - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

fromLocation

-
-
-
- -
-
fun fromLocation(location: Location): VerticalDirection - -
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/from-location.md b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/from-location.md new file mode 100644 index 00000000..2e1db555 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/from-location.md @@ -0,0 +1,14 @@ +--- +title: fromLocation - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[VerticalDirection](../index.md)/[Companion](index.md)/[fromLocation](from-location.md) + + + +# fromLocation +[jvm] +Content +fun [fromLocation](from-location.md)(location: Location): [VerticalDirection](../index.md) + + + diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/index.html deleted file mode 100644 index 6a4ff6a3..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - Companion - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Companion

-
object Companion - -
-
-
-
-
-

Functions

-
-
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
fromLocation - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
fun fromLocation(location: Location): VerticalDirection - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/index.md new file mode 100644 index 00000000..8885ab07 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-companion/index.md @@ -0,0 +1,20 @@ +--- +title: Companion - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[VerticalDirection](../index.md)/[Companion](index.md) + + + +# Companion + [jvm] object [Companion](index.md) + + +## Functions + +| Name| Summary| +|---|---| +| [equals](../../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
open operator override fun [equals](../../-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [fromLocation](from-location.md)| [jvm]
Content
fun [fromLocation](from-location.md)(location: Location): [VerticalDirection](../index.md)


+| [hashCode](../../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm]
Content
open override fun [hashCode](../../-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-d-o-w-n/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-d-o-w-n/index.html deleted file mode 100644 index fa7ac6c2..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-d-o-w-n/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - DOWN - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

DOWN

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: VerticalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<VerticalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<VerticalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
override val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-d-o-w-n/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-d-o-w-n/index.md new file mode 100644 index 00000000..a6aa79fa --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-d-o-w-n/index.md @@ -0,0 +1,35 @@ +--- +title: DOWN - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[VerticalDirection](../index.md)/[DOWN](index.md) + + + +# DOWN + [jvm] [DOWN](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-s-t-r-a-i-g-h-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.VerticalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-s-t-r-a-i-g-h-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.VerticalDirection/PointingToDeclaration/)(other: [VerticalDirection](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[VerticalDirection](../index.md)>>


+| [equals](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[VerticalDirection](../index.md)>


+| [hashCode](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/VerticalDirection.DOWN/facing/#/PointingToDeclaration/)| [jvm] override val [facing](index.md#net.axay.kspigot.utils/VerticalDirection.DOWN/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/VerticalDirection.DOWN/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/VerticalDirection.DOWN/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/VerticalDirection.DOWN/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/VerticalDirection.DOWN/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-s-t-r-a-i-g-h-t/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-s-t-r-a-i-g-h-t/index.html deleted file mode 100644 index c15b9fbb..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-s-t-r-a-i-g-h-t/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - STRAIGHT - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

STRAIGHT

-
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: VerticalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<VerticalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<VerticalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
override val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-s-t-r-a-i-g-h-t/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-s-t-r-a-i-g-h-t/index.md new file mode 100644 index 00000000..4ce56031 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-s-t-r-a-i-g-h-t/index.md @@ -0,0 +1,35 @@ +--- +title: STRAIGHT - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[VerticalDirection](../index.md)/[STRAIGHT](index.md) + + + +# STRAIGHT + [jvm] [STRAIGHT](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.VerticalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.VerticalDirection/PointingToDeclaration/)(other: [VerticalDirection](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[VerticalDirection](../index.md)>>


+| [equals](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[VerticalDirection](../index.md)>


+| [hashCode](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/VerticalDirection.STRAIGHT/facing/#/PointingToDeclaration/)| [jvm] override val [facing](index.md#net.axay.kspigot.utils/VerticalDirection.STRAIGHT/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/VerticalDirection.STRAIGHT/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/VerticalDirection.STRAIGHT/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/VerticalDirection.STRAIGHT/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/VerticalDirection.STRAIGHT/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-u-p/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-u-p/index.html deleted file mode 100644 index cf4576e1..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-u-p/index.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - UP - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

UP

-
UP()
- -
-
-
-
-
-

Functions

-
-
-
clone - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
protected override fun clone(): Any - -
-
-
-
-
-
- -
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: VerticalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<VerticalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<VerticalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
override val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-u-p/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-u-p/index.md new file mode 100644 index 00000000..b8c0fcc2 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/-u-p/index.md @@ -0,0 +1,35 @@ +--- +title: UP - +--- +//[KSpigot](../../../index.md)/[net.axay.kspigot.utils](../../index.md)/[VerticalDirection](../index.md)/[UP](index.md) + + + +# UP + [jvm] [UP](index.md)() + + + + +## Functions + +| Name| Summary| +|---|---| +| [clone](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)| [jvm]
Content
protected override fun [clone](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/clone/#/PointingToDeclaration/)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


+| [compareTo](../-s-t-r-a-i-g-h-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.VerticalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](../-s-t-r-a-i-g-h-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.VerticalDirection/PointingToDeclaration/)(other: [VerticalDirection](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[VerticalDirection](../index.md)>>


+| [equals](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[VerticalDirection](../index.md)>


+| [hashCode](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/VerticalDirection.UP/facing/#/PointingToDeclaration/)| [jvm] override val [facing](index.md#net.axay.kspigot.utils/VerticalDirection.UP/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/VerticalDirection.UP/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/VerticalDirection.UP/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/VerticalDirection.UP/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/VerticalDirection.UP/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/index.html b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/index.html deleted file mode 100644 index 9d9f63d4..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/index.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - VerticalDirection - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

VerticalDirection

-

This enum class is useful for determining vertical directions (pitch).

enum VerticalDirection : Enum<VerticalDirection> - -
-
-
-
-
-

Entries

-
-
-
UP - - - -
- -Link copied to clipboard
-
-
-
-
-
UP()
- -
-
-
-
- -
-
DOWN - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
- -
-
STRAIGHT - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
-
-
-
-

Types

-
-
-
Companion - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object Companion - -
-
-
-
-
-
-
-

Functions

-
-
-
compareTo - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun compareTo(other: VerticalDirection): Int - -
-
-
-
-
-
- -
-
describeConstable - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun describeConstable(): Optional<Enum.EnumDesc<VerticalDirection>> - -
-
-
-
-
-
- -
-
equals - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
operator override fun equals(other: Any?): Boolean - -
-
-
-
-
-
- -
-
finalize - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun finalize() - -
-
-
-
-
-
- -
-
getDeclaringClass - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun getDeclaringClass(): Class<VerticalDirection> - -
-
-
-
-
-
- -
-
hashCode - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
override fun hashCode(): Int - -
-
-
-
-
-
- -
-
toString - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
open override fun toString(): String - -
-
-
-
-
-
-
-

Properties

-
-
-
facing - - - -
- -Link copied to clipboard
-
-
-
-
-
val facing: BlockFace? - -
-
-
-
- -
-
name - - - -
- -Link copied to clipboard
-
-
-
-
-
override val name: String - -
-
-
-
- -
-
ordinal - - - -
- -Link copied to clipboard
-
-
-
-
-
override val ordinal: Int - -
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/index.md b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/index.md new file mode 100644 index 00000000..8d6fc7df --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/-vertical-direction/index.md @@ -0,0 +1,52 @@ +--- +title: VerticalDirection - +--- +//[KSpigot](../../index.md)/[net.axay.kspigot.utils](../index.md)/[VerticalDirection](index.md) + + + +# VerticalDirection + [jvm] + +This enum class is useful for determining vertical directions (pitch). + +enum [VerticalDirection](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[VerticalDirection](index.md)> + + +## Entries + +| Name| Summary| +|---|---| +| [UP](-u-p/index.md)| [jvm] [UP](-u-p/index.md)()


+| [DOWN](-d-o-w-n/index.md)| [jvm] [DOWN](-d-o-w-n/index.md)()


+| [STRAIGHT](-s-t-r-a-i-g-h-t/index.md)| [jvm] [STRAIGHT](-s-t-r-a-i-g-h-t/index.md)()


+ + +## Types + +| Name| Summary| +|---|---| +| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


+ + +## Functions + +| Name| Summary| +|---|---| +| [compareTo](-s-t-r-a-i-g-h-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.VerticalDirection/PointingToDeclaration/)| [jvm]
Content
operator override fun [compareTo](-s-t-r-a-i-g-h-t/index.md#kotlin/Enum/compareTo/#net.axay.kspigot.utils.VerticalDirection/PointingToDeclaration/)(other: [VerticalDirection](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [describeConstable](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)| [jvm]
Content
~~override~~ ~~fun~~ [~~describeConstable~~](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/describeConstable/#/PointingToDeclaration/)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.EnumDesc.html)<[VerticalDirection](index.md)>>


+| [equals](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm]
Content
operator override fun [equals](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [finalize](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)| [jvm]
Content
override fun [finalize](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/finalize/#/PointingToDeclaration/)()


+| [getDeclaringClass](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)| [jvm]
Content
override fun [getDeclaringClass](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/getDeclaringClass/#/PointingToDeclaration/)(): [Class](https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html)<[VerticalDirection](index.md)>


+| [hashCode](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)| [jvm]
Content
override fun [hashCode](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


+| [toString](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)| [jvm]
Content
open override fun [toString](../-cardinal-direction/-w-e-s-t/index.md#kotlin/Enum/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+ + +## Properties + +| Name| Summary| +|---|---| +| [facing](index.md#net.axay.kspigot.utils/VerticalDirection/facing/#/PointingToDeclaration/)| [jvm] val [facing](index.md#net.axay.kspigot.utils/VerticalDirection/facing/#/PointingToDeclaration/): BlockFace?
+| [name](index.md#net.axay.kspigot.utils/VerticalDirection/name/#/PointingToDeclaration/)| [jvm] override val [name](index.md#net.axay.kspigot.utils/VerticalDirection/name/#/PointingToDeclaration/): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [ordinal](index.md#net.axay.kspigot.utils/VerticalDirection/ordinal/#/PointingToDeclaration/)| [jvm] override val [ordinal](index.md#net.axay.kspigot.utils/VerticalDirection/ordinal/#/PointingToDeclaration/): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+ diff --git a/docs/-k-spigot/net.axay.kspigot.utils/index.html b/docs/-k-spigot/net.axay.kspigot.utils/index.html deleted file mode 100644 index 71f1634a..00000000 --- a/docs/-k-spigot/net.axay.kspigot.utils/index.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - net.axay.kspigot.utils - - - - - - - - - - -
-
- -
-
-
-
-
- - - -
- -
-

Package net.axay.kspigot.utils

-
-
-
-
-

Types

-
-
-
CardinalDirection - - - -
- -Link copied to clipboard
-
-
-
-

This enum class is useful for determining cardinal directions (yaw).

-
- -
-
enum CardinalDirection : Enum<CardinalDirection> - -
-
-
-
-
-
- -
-
FireworkEffectBuilder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class FireworkEffectBuilder - -
-
-
-
-
-
- -
-
KSpigotFirework - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
object KSpigotFirework - -
-
-
-
-
-
- -
-
KSpigotFireworkBuilder - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
class KSpigotFireworkBuilder - -
-
-
-
-
-
- -
-
RegisterableCommand - - - -
- -Link copied to clipboard
-
-
-
-
-
- -
-
interface RegisterableCommand : CommandExecutor - -
-
-
-
-
-
- -
-
VerticalDirection - - - -
- -Link copied to clipboard
-
-
-
-

This enum class is useful for determining vertical directions (pitch).

-
- -
-
enum VerticalDirection : Enum<VerticalDirection> - -
-
-
-
-
-
-
-
-
-
- -
-
- - - diff --git a/docs/-k-spigot/net.axay.kspigot.utils/index.md b/docs/-k-spigot/net.axay.kspigot.utils/index.md new file mode 100644 index 00000000..8fa5f852 --- /dev/null +++ b/docs/-k-spigot/net.axay.kspigot.utils/index.md @@ -0,0 +1,21 @@ +--- +title: net.axay.kspigot.utils - +--- +//[KSpigot](../index.md)/[net.axay.kspigot.utils](index.md) + + + +# Package net.axay.kspigot.utils + + +## Types + +| Name| Summary| +|---|---| +| [CardinalDirection](-cardinal-direction/index.md)| [jvm]
Brief description


This enum class is useful for determining cardinal directions (yaw).


Content
enum [CardinalDirection](-cardinal-direction/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[CardinalDirection](-cardinal-direction/index.md)>


+| [FireworkEffectBuilder](-firework-effect-builder/index.md)| [jvm]
Content
class [FireworkEffectBuilder](-firework-effect-builder/index.md)


+| [KSpigotFirework](-k-spigot-firework/index.md)| [jvm]
Content
object [KSpigotFirework](-k-spigot-firework/index.md)


+| [KSpigotFireworkBuilder](-k-spigot-firework-builder/index.md)| [jvm]
Content
class [KSpigotFireworkBuilder](-k-spigot-firework-builder/index.md)


+| [RegisterableCommand](-registerable-command/index.md)| [jvm]
Content
interface [RegisterableCommand](-registerable-command/index.md) : CommandExecutor


+| [VerticalDirection](-vertical-direction/index.md)| [jvm]
Brief description


This enum class is useful for determining vertical directions (pitch).


Content
enum [VerticalDirection](-vertical-direction/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[VerticalDirection](-vertical-direction/index.md)>


+ diff --git a/docs/-k-spigot/package-list b/docs/-k-spigot/package-list index 5adf0208..c251f1d5 100644 --- a/docs/-k-spigot/package-list +++ b/docs/-k-spigot/package-list @@ -1,8 +1,9 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html +$dokka.format:jekyll-v1 +$dokka.linkExtension:md net.axay.kspigot.annotations net.axay.kspigot.chat +net.axay.kspigot.config net.axay.kspigot.data net.axay.kspigot.event net.axay.kspigot.extensions @@ -13,10 +14,10 @@ net.axay.kspigot.game net.axay.kspigot.inventory net.axay.kspigot.ipaddress net.axay.kspigot.items -net.axay.kspigot.kotlinextensions net.axay.kspigot.main net.axay.kspigot.particles net.axay.kspigot.runnables +net.axay.kspigot.sound net.axay.kspigot.structures net.axay.kspigot.utils diff --git a/docs/-search.html b/docs/-search.html deleted file mode 100644 index d60543b2..00000000 --- a/docs/-search.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - Search - - - - - - - -
-
- -
-
-
-
-
- - - -

Search results for

- - -
- -
-
- - - diff --git a/docs/images/arrow_down.svg b/docs/images/arrow_down.svg deleted file mode 100644 index 89e7df47..00000000 --- a/docs/images/arrow_down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/images/docs_logo.svg b/docs/images/docs_logo.svg deleted file mode 100644 index 7c1e3ae8..00000000 --- a/docs/images/docs_logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/docs/images/logo-icon.svg b/docs/images/logo-icon.svg deleted file mode 100644 index 1b3b3670..00000000 --- a/docs/images/logo-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/docs/images/logo-text.svg b/docs/images/logo-text.svg deleted file mode 100644 index 7bf3e6c5..00000000 --- a/docs/images/logo-text.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/docs/navigation.html b/docs/navigation.html deleted file mode 100644 index dda6968c..00000000 --- a/docs/navigation.html +++ /dev/null @@ -1,715 +0,0 @@ - - diff --git a/docs/scripts/clipboard.js b/docs/scripts/clipboard.js deleted file mode 100644 index b00ce246..00000000 --- a/docs/scripts/clipboard.js +++ /dev/null @@ -1,52 +0,0 @@ -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/docs/scripts/main.js b/docs/scripts/main.js deleted file mode 100644 index 6eba7685..00000000 --- a/docs/scripts/main.js +++ /dev/null @@ -1,67 +0,0 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=389)}([function(e,t,n){e.exports=n(243)()},function(e,t,n){"use strict";e.exports=n(238)},function(e,t,n){var r; -/*! - Copyright (c) 2017 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;to;)Q(e,n=r[o++],t[n]);return e},Y=function(e){var t=F.call(this,e=x(e,!0));return!(this===W&&o(H,e)&&!o(U,e))&&(!(t||!o(this,e)||!o(H,e)||o(this,N)&&this[N][e])||t)},J=function(e,t){if(e=w(e),t=x(t,!0),e!==W||!o(H,t)||o(U,t)){var n=I(e,t);return!n||!o(H,t)||o(e,N)&&e[N][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=j(w(e)),r=[],i=0;n.length>i;)o(H,t=n[i++])||t==N||t==c||r.push(t);return r},ee=function(e){for(var t,n=e===W,r=j(n?U:w(e)),i=[],a=0;r.length>a;)!o(H,t=r[a++])||n&&!o(W,t)||i.push(H[t]);return i};B||(l((z=function(){if(this instanceof z)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===W&&t.call(U,n),o(this,N)&&o(this[N],e)&&(this[N][e]=!1),K(this,e,S(1,n))};return i&&V&&K(W,e,{configurable:!0,set:t}),q(e)}).prototype,"toString",(function(){return this._k})),E.f=J,C.f=Q,n(111).f=O.f=Z,n(93).f=Y,T.f=ee,i&&!n(108)&&l(W,"propertyIsEnumerable",Y,!0),h.f=function(e){return q(d(e))}),a(a.G+a.W+a.F*!B,{Symbol:z});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ne=0;te.length>ne;)d(te[ne++]);for(var re=P(d.store),oe=0;re.length>oe;)v(re[oe++]);a(a.S+a.F*!B,"Symbol",{for:function(e){return o(D,e+="")?D[e]:D[e]=z(e)},keyFor:function(e){if(!$(e))throw TypeError(e+" is not a symbol!");for(var t in D)if(D[t]===e)return t},useSetter:function(){V=!0},useSimple:function(){V=!1}}),a(a.S+a.F*!B,"Object",{create:function(e,t){return void 0===t?k(e):X(k(e),t)},defineProperty:Q,defineProperties:X,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:ee});var ie=u((function(){T.f(1)}));a(a.S+a.F*ie,"Object",{getOwnPropertySymbols:function(e){return T.f(_(e))}}),M&&a(a.S+a.F*(!B||u((function(){var e=z();return"[null]"!=A([e])||"{}"!=A({a:e})||"{}"!=A(Object(e))}))),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(b(t)||void 0!==e)&&!$(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!$(t))return t}),r[1]=t,A.apply(M,r)}}),z.prototype[L]||n(59)(z.prototype,L,z.prototype.valueOf),f(z,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperty:n(39).f})},function(e,t,n){"use strict";n(265);var r=n(27),o=n(136),i=n(30),a=/./.toString,l=function(e){n(42)(RegExp.prototype,"toString",e,!0)};n(31)((function(){return"/a/b"!=a.call({source:"a",flags:"b"})}))?l((function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)})):"toString"!=a.name&&l((function(){return a.call(this)}))},function(e,t,n){var r=Date.prototype,o=r.toString,i=r.getTime;new Date(NaN)+""!="Invalid Date"&&n(42)(r,"toString",(function(){var e=i.call(this);return e==e?o.call(this):"Invalid Date"}))},function(e,t,n){n(179)("asyncIterator")},function(e,t,n){var r=n(32),o=n(78),i=n(59),a=n(42),l=n(79),c=function(e,t,n){var u,s,f,p,d=e&c.F,h=e&c.G,v=e&c.S,g=e&c.P,m=e&c.B,y=h?r:v?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});for(u in h&&(n=t),n)f=((s=!d&&y&&void 0!==y[u])?y:n)[u],p=m&&s?l(f,r):g&&"function"==typeof f?l(Function.call,f):f,y&&a(y,u,f,e&c.U),b[u]!=f&&i(b,u,p),g&&_[u]!=f&&(_[u]=f)};r.core=o,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){for(var r=n(12),o=n(69),i=n(42),a=n(32),l=n(59),c=n(94),u=n(26),s=u("iterator"),f=u("toStringTag"),p=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=o(d),v=0;v=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(10);r(r.S,"Object",{create:n(82)})},function(e,t,n){var r=n(10),o=n(82),i=n(80),a=n(27),l=n(29),c=n(31),u=n(181),s=(n(32).Reflect||{}).construct,f=c((function(){function e(){}return!(s((function(){}),[],e)instanceof e)})),p=!c((function(){s((function(){}))}));r(r.S+r.F*(f||p),"Reflect",{construct:function(e,t){i(e),a(t);var n=arguments.length<3?e:i(arguments[2]);if(p&&!f)return s(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var c=n.prototype,d=o(l(c)?c:Object.prototype),h=Function.apply.call(e,d,t);return l(h)?h:d}})},function(e,t,n){var r=n(10);r(r.S,"Object",{setPrototypeOf:n(177).set})},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,l,c;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},function(e,t,n){var r=n(35),o=n(28),i=n(96),a=n(73),l=n(74),c=function(e,t,n){var u,s,f,p=e&c.F,d=e&c.G,h=e&c.S,v=e&c.P,g=e&c.B,m=e&c.W,y=d?o:o[t]||(o[t]={}),b=y.prototype,_=d?r:h?r[t]:(r[t]||{}).prototype;for(u in d&&(n=t),n)(s=!p&&_&&void 0!==_[u])&&l(y,u)||(f=s?_[u]:n[u],y[u]=d&&"function"!=typeof _[u]?n[u]:g&&s?i(f,r):m&&_[u]==f?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(f):v&&"function"==typeof f?i(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,e&c.R&&b&&!b[u]&&a(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,e.exports=c},function(e,t,n){var r=n(23),o=n(338);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(110),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(70);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(1);r(r.P+r.F*!n(71)([].map,!0),"Array",{map:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(64);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(84)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(e,t,n){"use strict";var r=n(79),o=n(10),i=n(54),a=n(186),l=n(187),c=n(53),u=n(171),s=n(188);o(o.S+o.F*!n(189)((function(e){Array.from(e)})),"Array",{from:function(e){var t,n,o,f,p=i(e),d="function"==typeof this?this:Array,h=arguments.length,v=h>1?arguments[1]:void 0,g=void 0!==v,m=0,y=s(p);if(g&&(v=r(v,h>2?arguments[2]:void 0,2)),null==y||d==Array&&l(y))for(n=new d(t=c(p.length));t>m;m++)u(n,m,g?v(p[m],m):p[m]);else for(f=y.call(p),n=new d;!(o=f.next()).done;m++)u(n,m,g?a(f,v,[o.value,m],!0):o.value);return n.length=m,n}})},function(e,t,n){var r=n(39),o=n(89);e.exports=n(30)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(109),o=n(70);e.exports=function(e){return r(o(e))}},function(e,t,n){"use strict";var r=n(10),o=n(62)(0),i=n(71)([].forEach,!0);r(r.P+r.F*!i,"Array",{forEach:function(e){return o(this,e,arguments[1])}})},function(e,t,n){var r=n(79),o=n(109),i=n(54),a=n(53),l=n(267);e.exports=function(e,t){var n=1==e,c=2==e,u=3==e,s=4==e,f=6==e,p=5==e||f,d=t||l;return function(t,l,h){for(var v,g,m=i(t),y=o(m),b=r(l,h,3),_=a(y.length),w=0,x=n?d(t,_):c?d(t,0):void 0;_>w;w++)if((p||w in y)&&(g=b(v=y[w],w,m),e))if(n)x[w]=g;else if(g)switch(e){case 3:return!0;case 5:return v;case 6:return w;case 2:x.push(v)}else if(s)return!1;return f?-1:u||s?s:x}}},function(e,t,n){var r=n(56),o=n(197),i=n(148),a=Object.defineProperty;t.f=n(57)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports={default:n(288),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=a(n(310)),o=a(n(314)),i=a(n(202));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},function(e,t,n){var r=n(23),o=n(341);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(23),o=n(382);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},function(e,t,n){var r=n(170),o=n(133);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(31);e.exports=function(e,t){return!!e&&r((function(){t?e.call(null,(function(){}),1):e.call(null)}))}},function(e,t,n){"use strict";var r=n(27),o=n(54),i=n(53),a=n(110),l=n(139),c=n(140),u=Math.max,s=Math.min,f=Math.floor,p=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;n(141)("replace",2,(function(e,t,n,h){return[function(r,o){var i=e(this),a=null==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=h(n,e,this,t);if(o.done)return o.value;var f=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var g=f.global;if(g){var m=f.unicode;f.lastIndex=0}for(var y=[];;){var b=c(f,p);if(null===b)break;if(y.push(b),!g)break;""===String(b[0])&&(f.lastIndex=l(p,i(f.lastIndex),m))}for(var _,w="",x=0,S=0;S=x&&(w+=p.slice(x,O)+I,x=O+k.length)}return w+p.slice(x)}];function v(e,t,r,i,a,l){var c=r+e.length,u=i.length,s=d;return void 0!==a&&(a=o(a),s=p),n.call(l,s,(function(n,o){var l;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(c);case"<":l=a[o.slice(1,-1)];break;default:var s=+o;if(0===s)return n;if(s>u){var p=f(s/10);return 0===p?n:p<=u?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}l=i[s-1]}return void 0===l?"":l}))}}))},function(e,t,n){var r=n(63),o=n(118);e.exports=n(57)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var r=n(199),o=n(149);e.exports=function(e){return r(o(e))}},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(105))},function(e,t,n){var r=n(10);r(r.S+r.F*!n(30),"Object",{defineProperties:n(169)})},function(e,t){var n=e.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},function(e,t,n){var r=n(80);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){var r=n(10),o=n(257),i=n(60),a=n(92),l=n(171);r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),c=a.f,u=o(r),s={},f=0;u.length>f;)void 0!==(n=c(r,t=u[f++]))&&l(s,t,n);return s}})},function(e,t,n){var r=n(27),o=n(169),i=n(133),a=n(132)("IE_PROTO"),l=function(){},c=function(){var e,t=n(168)("iframe"),r=i.length;for(t.style.display="none",n(259).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("