public class ConflictCommand
extends crafttweaker.mc1120.commands.CraftTweakerCommand
| Modifier and Type | Class and Description |
|---|---|
class |
ConflictCommand.CraftingRecipeEntry
Own class for keeping track of the recipes
Makes it easier to compare
|
| Modifier and Type | Field and Description |
|---|---|
static crafttweaker.mods.jei.commands.ConflictCommand.CraftRecipeEntryComparator |
CRAFT_RECIPE_ENTRY_COMPARATOR |
| Constructor and Description |
|---|
ConflictCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpRecipes()
Dumps all recipe to the log
|
void |
executeCommand(net.minecraft.server.MinecraftServer server,
net.minecraft.command.ICommandSender sender,
java.lang.String[] args) |
protected void |
init() |
public static final crafttweaker.mods.jei.commands.ConflictCommand.CraftRecipeEntryComparator CRAFT_RECIPE_ENTRY_COMPARATOR
protected void init()
init in class crafttweaker.mc1120.commands.CraftTweakerCommandpublic void executeCommand(net.minecraft.server.MinecraftServer server,
net.minecraft.command.ICommandSender sender,
java.lang.String[] args)
executeCommand in class crafttweaker.mc1120.commands.CraftTweakerCommandpublic void dumpRecipes()