All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.jorel.commandapi.LoadContext Maven / Gradle / Ivy

The newest version!
package dev.jorel.commandapi;

public record LoadContext(CommandAPIPlatform platform, Runnable context) {

	public LoadContext(CommandAPIPlatform platform) {
		this(platform, () -> {});
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy