BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-405
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.database
/
HudDatabase
Hud
Database
interface
HudDatabase
:
AutoCloseable
User data save class.
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
is
Closed
Link copied to clipboard
abstract
fun
isClosed
(
)
:
Boolean
Returns whether this database is closed.
load
Link copied to clipboard
abstract
fun
load
(
@
NotNull
player
:
@
NotNull
HudPlayer
)
Loads player's data.
save
Link copied to clipboard
abstract
fun
save
(
@
NotNull
player
:
@
NotNull
HudPlayer
)
:
Boolean
Saves player's data