A F G L O P S 
All Classes All Packages

A

acceptTargets(Set<String>, Set<String>) - Method in class ftbsc.lll.mixin.LilleroMixinPlugin
Does nothing, as we don't need to alter the target class list.
applyLilleroPatches(String, ClassNode) - Method in class ftbsc.lll.mixin.LilleroMixinPlugin
Applies the appropriate Lillero patches given a node and a class name.

F

ftbsc.lll.mixin - package ftbsc.lll.mixin
 

G

getMixins() - Method in class ftbsc.lll.mixin.LilleroMixinPlugin
This does not apply any additional mixins.
getRefMapperConfig() - Method in class ftbsc.lll.mixin.LilleroMixinPlugin
Returns null, so it's effectively ignored.

L

LilleroMixinPlugin - Class in ftbsc.lll.mixin
Allows you to load your mod's Lillero patches as a Mixin plugin.
LilleroMixinPlugin(boolean) - Constructor for class ftbsc.lll.mixin.LilleroMixinPlugin
The constructor.
LOGGER - Static variable in class ftbsc.lll.mixin.LilleroMixinPlugin
The Logger used by this library.

O

onLoad(String) - Method in class ftbsc.lll.mixin.LilleroMixinPlugin
Called after the plugin is instantiated, do any setup here.

P

postApply(String, ClassNode, String, IMixinInfo) - Method in class ftbsc.lll.mixin.LilleroMixinPlugin
Called immediately after a mixin is applied to a target class.
preApply(String, ClassNode, String, IMixinInfo) - Method in class ftbsc.lll.mixin.LilleroMixinPlugin
Called immediately before a mixin is applied to a target class.

S

shouldApplyMixin(String, String) - Method in class ftbsc.lll.mixin.LilleroMixinPlugin
Tells Mixin to always apply these patches.
A F G L O P S 
All Classes All Packages