YARRP
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
YARRP
1.21.3-fabric
/
de.rubixdev.yarrp
/
MixinPlugin
Mixin
Plugin
class
MixinPlugin
:
RestrictiveMixinConfigPlugin
Members
Constructors
Mixin
Plugin
Link copied to clipboard
constructor
(
)
Functions
accept
Targets
Link copied to clipboard
open
override
fun
acceptTargets
(
myTargets
:
Set
<
String
?
>
?
,
otherTargets
:
Set
<
String
?
>
?
)
get
Mixins
Link copied to clipboard
open
override
fun
getMixins
(
)
:
List
<
String
>
?
get
Ref
Mapper
Config
Link copied to clipboard
open
override
fun
getRefMapperConfig
(
)
:
String
?
on
Load
Link copied to clipboard
open
override
fun
onLoad
(
mixinPackage
:
String
)
post
Apply
Link copied to clipboard
open
override
fun
postApply
(
targetClassName
:
String
,
targetClass
:
ClassNode
,
mixinClassName
:
String
,
mixinInfo
:
IMixinInfo
)
pre
Apply
Link copied to clipboard
open
override
fun
preApply
(
targetClassName
:
String
,
targetClass
:
ClassNode
,
mixinClassName
:
String
,
mixinInfo
:
IMixinInfo
)
should
Apply
Mixin
Link copied to clipboard
open
override
fun
shouldApplyMixin
(
targetClassName
:
String
,
mixinClassName
:
String
)
:
Boolean