Package cpw.mods.modlauncher.api
package cpw.mods.modlauncher.api
-
ClassDescriptionSystem environment.A singleton instance of this is loaded by the system to designate the launch targetIndicate an incompatible environment to the modlauncher system.Users who wish to provide a mod service which plugs into this API should implement this interface, and provide a
ServiceLoader
configuration file pointing at their implementation.ITransformer<T>A transformer is injected into the modding ClassLoader.Simple data holder indicating where theITransformer
can target.From stackoverflow: https://stackoverflow.com/a/27644392LambdaExceptionUtils.BiConsumer_WithExceptions<T,U, E extends Exception> LambdaExceptionUtils.Consumer_WithExceptions<T,E extends Exception> LambdaExceptionUtils.Function_WithExceptions<T,R, E extends Exception> LambdaExceptionUtils.Supplier_WithExceptions<T,E extends Exception> A type of Runnable that throws a Throwable.TargetType<T>Specifies the target type for theITransformer.Target
.Typed key-value map, similar to the AttributeKey netty stuff.Unique blackboard key