BetterHud
Toggle table of contents
1.12.1
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.manager
/
ShaderManager
/
ShaderTag
Shader
Tag
open
class
ShaderTag
Shader tag.
Members
Functions
add
Link copied to clipboard
@
NotNull
open
fun
add
(
@
NotNull
tag
:
@
NotNull
String
,
@
NotNull
line
:
@
NotNull
List
<
String
>
)
:
@
NotNull
ShaderManager.ShaderTag
Adds to tag newTag() .add("GenerateOtherMainMethod", Collections.emptyList()) .
get
Link copied to clipboard
@
ApiStatus.Internal
@
Nullable
open
fun
get
(
@
NotNull
tagName
:
@
NotNull
String
)
:
@
Nullable
List
<
String
>
Gets a list from name
plus
Link copied to clipboard
@
NotNull
open
fun
plus
(
@
NotNull
tag
:
@
NotNull
ShaderManager.ShaderTag
)
:
@
NotNull
ShaderManager.ShaderTag
Sums two different tags to new one.