类 SynchronisePlugin
java.lang.Object
cn.korostudio.c3h6n6o6.mixin.SynchronisePlugin
- 所有已实现的接口:
org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
public class SynchronisePlugin
extends Object
implements org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
项目究竟核心玄学类,一个Mixin的插件
-
字段概要
字段修饰符和类型字段说明列表类集private static final org.apache.logging.log4j.Loggerlogger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidacceptTargets(Set<String> myTargets, Set<String> otherTargets) 没用到(((没用到(((没用到(((void加入列表.pngvoidpostApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) 最玄学的地方!voidpreApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) 没用到(((booleanshouldApplyMixin(String targetClassName, String mixinClassName) 没用到(((
-
字段详细资料
-
syncLogger
private static final org.apache.logging.log4j.Logger syncLoggerlogger -
syncAllSet
列表类集
-
-
构造器详细资料
-
SynchronisePlugin
public SynchronisePlugin()
-
-
方法详细资料
-
onLoad
加入列表.png- 指定者:
onLoad在接口中org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin- 参数:
mixinPackage- The mixin root package from the config
-
getRefMapperConfig
没用到(((- 指定者:
getRefMapperConfig在接口中org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin- 返回:
- returnnull 还要写注释??????
-
shouldApplyMixin
没用到(((- 指定者:
shouldApplyMixin在接口中org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin- 返回:
- 问海绵组去
-
acceptTargets
没用到(((- 指定者:
acceptTargets在接口中org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
getMixins
没用到(((- 指定者:
getMixins在接口中org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin- 返回:
- return null 还要写注释??????
-
preApply
public void preApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) 没用到(((- 指定者:
preApply在接口中org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
-
postApply
public void postApply(String targetClassName, org.objectweb.asm.tree.ClassNode targetClass, String mixinClassName, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixinInfo) 最玄学的地方!去看源码罢- 指定者:
postApply在接口中org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin- 参数:
targetClassName- Transformed name of the target classtargetClass- Target class treemixinClassName- Name of the mixin classmixinInfo- Information about this mixin
-