31 lines
1.8 KiB
Markdown
31 lines
1.8 KiB
Markdown
---
|
|
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)() <br>
|
|
|
|
|
|
## Functions
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>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) <br><br><br>
|
|
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>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) <br><br><br>
|
|
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>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) <br><br><br>
|
|
|