BetterHud
Toggle table of contents
1.14.1-SNAPSHOT-439
bukkit
Target filter
bukkit
Switch theme
Search in API
Skip to content
BetterHud
BetterHud/bootstrap/bukkit
/
kr.toxicity.hud.bootstrap.bukkit.compatibility.skript.effect
/
EffClearPopup
Eff
Clear
Popup
class
EffClearPopup
:
Effect
Members
Constructors
Eff
Clear
Popup
Link copied to clipboard
constructor
(
)
Properties
actual
Next
Link copied to clipboard
@get:
Nullable
open
val
actualNext
:
@
Nullable
TriggerItem
?
error
Source
Link copied to clipboard
@get:
NotNull
open
val
errorSource
:
@
NotNull
ErrorSource
indentation
Link copied to clipboard
open
val
indentation
:
String
?
next
Link copied to clipboard
@get:
Nullable
open
var
next
:
@
Nullable
TriggerItem
?
node
Link copied to clipboard
open
val
node
:
Node
?
parent
Link copied to clipboard
@get:
Nullable
var
parent
:
@
Nullable
TriggerSection
?
parser
Link copied to clipboard
open
val
parser
:
ParserInstance
?
runtime
Error
Manager
Link copied to clipboard
open
val
runtimeErrorManager
:
RuntimeErrorManager
?
syntax
Type
Name
Link copied to clipboard
@get:
NotNull
open
val
syntaxTypeName
:
@
NotNull
String
trigger
Link copied to clipboard
@get:
Nullable
val
trigger
:
@
Nullable
Trigger
?
Functions
error
Link copied to clipboard
open
fun
error
(
message
:
String
?
)
open
fun
error
(
message
:
String
?
,
highlight
:
String
?
)
execution
Intent
Link copied to clipboard
@
Nullable
open
fun
executionIntent
(
)
:
@
Nullable
ExecutionIntent
?
init
Link copied to clipboard
open
override
fun
init
(
p0
:
Array
<
out
Expression
<
*
>
>
,
p1
:
Int
,
p2
:
Kleenean
,
p3
:
SkriptParser.ParseResult
)
:
Boolean
pre
Init
Link copied to clipboard
open
fun
preInit
(
)
:
Boolean
run
Link copied to clipboard
fun
run
(
event
:
Event
?
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
p0
:
Event
?
,
p1
:
Boolean
)
:
String
warning
Link copied to clipboard
open
fun
warning
(
message
:
String
?
)
open
fun
warning
(
message
:
String
?
,
highlight
:
String
?
)