BetterHud
Toggle table of contents
1.13.3-SNAPSHOT-434
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.popup
/
PopupIteratorGroup
Popup
Iterator
Group
interface
PopupIteratorGroup
Represents the group of iterator.
Members
Functions
add
Iterator
Link copied to clipboard
abstract
fun
addIterator
(
@
NotNull
iterator
:
@
NotNull
PopupIterator
)
Adds iterator.
clear
Link copied to clipboard
abstract
fun
clear
(
)
Clears this group.
contains
Link copied to clipboard
abstract
fun
contains
(
@
NotNull
name
:
@
NotNull
String
)
:
Boolean
Returns whether this name is contained
open
fun
contains
(
@
NotNull
popup
:
@
NotNull
Popup
)
:
Boolean
Returns whether this popup is contained
get
Index
Link copied to clipboard
abstract
fun
getIndex
(
)
:
Int
Gets index
next
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
next
(
)
:
@
NotNull
@
Unmodifiable
List
<
WidthComponent
>
Gets all next value of iterator.