BetterHud
Toggle table of contents
2.0.0-SNAPSHOT-444
velocity-api
Target filter
velocity-api
Switch theme
Search in API
Skip to content
BetterHud
velocity-api
/
kr.toxicity.hud.api.velocity
/
VelocityBootstrap
Velocity
Bootstrap
interface
VelocityBootstrap
:
BetterHudBootstrap
Represents Velocity bootstrap.
Members
Functions
classloader
Link copied to clipboard
abstract
fun
classloader
(
)
:
@
NotNull
URLClassLoader
console
Link copied to clipboard
abstract
fun
console
(
)
:
@
NotNull
Audience
console
Source
Link copied to clipboard
open
fun
consoleSource
(
)
:
@
NotNull
BetterCommandSource
core
Link copied to clipboard
abstract
fun
core
(
)
:
@
NotNull
BetterHud
data
Folder
Link copied to clipboard
abstract
fun
dataFolder
(
)
:
@
NotNull
File
end
Metrics
Link copied to clipboard
abstract
fun
endMetrics
(
)
is
Fabric
Link copied to clipboard
open
fun
isFabric
(
)
:
Boolean
is
Folia
Link copied to clipboard
open
fun
isFolia
(
)
:
Boolean
is
Paper
Link copied to clipboard
open
fun
isPaper
(
)
:
Boolean
is
Velocity
Link copied to clipboard
open
fun
isVelocity
(
)
:
Boolean
jar
File
Link copied to clipboard
abstract
fun
jarFile
(
)
:
@
NotNull
File
loader
Name
Link copied to clipboard
open
fun
loaderName
(
)
:
@
NotNull
String
logger
Link copied to clipboard
abstract
fun
logger
(
)
:
@
NotNull
BetterHudLogger
mcmeta
Version
Link copied to clipboard
abstract
fun
mcmetaVersion
(
)
:
Int
minecraft
Version
Link copied to clipboard
abstract
fun
minecraftVersion
(
)
:
@
NotNull
MinecraftVersion
resource
Link copied to clipboard
abstract
fun
resource
(
p
:
@
NotNull
String
)
:
@
Nullable
InputStream
scheduler
Link copied to clipboard
abstract
fun
scheduler
(
)
:
@
NotNull
HudScheduler
send
Resource
Pack
Link copied to clipboard
abstract
fun
sendResourcePack
(
p
:
@
NotNull
HudPlayer
)
start
Metrics
Link copied to clipboard
abstract
fun
startMetrics
(
)
version
Link copied to clipboard
abstract
fun
version
(
)
:
@
NotNull
String
volatile
Code
Link copied to clipboard
abstract
fun
volatileCode
(
)
:
@
NotNull
VolatileCodeHandler
world
Link copied to clipboard
abstract
fun
world
(
p
:
@
NotNull
String
)
:
@
Nullable
WorldWrapper
worlds
Link copied to clipboard
abstract
fun
worlds
(
)
:
@
NotNull
@
Unmodifiable
List
<
WorldWrapper
>