toggle menu
BetterHud docs
1.8
standard-api
switch theme
search in API
BetterHud/api/standard-api
/
kr.toxicity.hud.api.manager
/
ShaderManager
/
ShaderTag
Shader
Tag
open
class
ShaderTag
Members
Constructors
Shader
Tag
Link copied to clipboard
constructor
(
)
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
>
plus
Link copied to clipboard
@
NotNull
open
fun
plus
(
@
NotNull
tag
:
@
NotNull
ShaderManager.ShaderTag
)
:
@
NotNull
ShaderManager.ShaderTag
Sums two different tags to new one.