Tribot SDK
Toggle table of contents
java
Target filter
java
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk-interfaces
/
org.tribot.script.sdk.script
/
TribotScriptManifest
Tribot
Script
Manifest
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
annotation class
TribotScriptManifest
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
author
Link copied to clipboard
abstract
fun
author
(
)
:
String
category
Link copied to clipboard
abstract
fun
category
(
)
:
String
description
Link copied to clipboard
abstract
fun
description
(
)
:
String
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
name
Link copied to clipboard
abstract
fun
name
(
)
:
String
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String