- enqueueMixin(boolean, String...) - Static method in class fermiumbooter.FermiumRegistryAPI
-
Register multiple mixin config resources at once to be applied
- enqueueMixin(boolean, String) - Static method in class fermiumbooter.FermiumRegistryAPI
-
Register a mixin config resource to be applied
- enqueueMixin(boolean, String, boolean) - Static method in class fermiumbooter.FermiumRegistryAPI
-
Add a mixin config resource to be applied, with a toggle to apply or not
Note: I do not think this specific method is necessary, but it's here just in case
- enqueueMixin(boolean, String, Supplier<Boolean>) - Static method in class fermiumbooter.FermiumRegistryAPI
-
Add a mixin config resource to be applied, with a supplier to toggle application to be evaluated after all like-timed configs are registered
Note: If multiple suppliers are given for a single configuration, it is evaluated as OR