BetterHud
Toggle table of contents
1.14.1-SNAPSHOT-439
dist
Target filter
dist
Switch theme
Search in API
Skip to content
BetterHud
BetterHud/dist
/
kr.toxicity.hud.equation
Package-level
declarations
Types
Types
Equation
Pair
Link copied to clipboard
class
EquationPair
(
val
x
:
TEquation
,
val
y
:
TEquation
)
Equation
Pair
Location
Link copied to clipboard
class
EquationPairLocation
(
duration
:
Int
,
gui
:
EquationPair
,
pixel
:
EquationTriple
)
Equation
Triple
Link copied to clipboard
class
EquationTriple
(
val
x
:
TEquation
,
val
y
:
TEquation
,
val
opacity
:
TEquation
)
TEquation
Link copied to clipboard
class
TEquation
(
expression
:
String
)