tessera
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tessera
tessera
/
ratph6.tessera.engine
/
MixinManager
Mixin
Manager
object
MixinManager
Members
Functions
clear
Link copied to clipboard
fun
clear
(
)
register
Link copied to clipboard
fun
register
(
target
:
String
,
method
:
String
,
descriptor
:
String
?
,
at
:
String
,
callback
:
Consumer
<
Any
?
>
)
:
MixinRegistry.Hook
remove
Link copied to clipboard
fun
remove
(
hook
:
MixinRegistry.Hook
)
remove
Module
Link copied to clipboard
fun
removeModule
(
moduleName
:
String
)
widen
Link copied to clipboard
fun
widen
(
target
:
String
,
kind
:
AccessRegistry.Kind
,
member
:
String
?
,
descriptor
:
String
?
)