net.minecraft.server.command

public class RecipeCommand

rg
net.minecraft.class_3321
net.minecraft.server.command.RecipeCommand
net.minecraft.command.impl.RecipeCommand
net.minecraft.command.impl.RecipeCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
field_21769
COULD_NOT_GIVE_EXCEPTION
field_198595_a
GIVE_FAILED_EXCEPTION
private static final SimpleCommandExceptionType
b
field_21770
COULD_NOT_TAKE_EXCEPTION
field_198596_b
TAKE_FAILED_EXCEPTION

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
method_20912(com.mojang.brigadier.CommandDispatcher<class_3915> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198589_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(bu arg0, Collection<tf> arg1, Collection<avk> arg2)
method_20911(class_3915 arg0, Collection<class_798> arg1, Collection<class_1114> arg2)
give(CommandSourceStack source, Collection<ServerPlayerEntity> targets, Collection<Recipe> recipes)
func_198594_a(CommandSource arg0, Collection<EntityPlayerMP> arg1, Collection<IRecipe> arg2)
giveRecipes(CommandSource source, Collection<EntityPlayerMP> targets, Collection<IRecipe> recipes)
private static int
b(bu arg0, Collection<tf> arg1, Collection<avk> arg2)
method_20914(class_3915 arg0, Collection<class_798> arg1, Collection<class_1114> arg2)
take(CommandSourceStack source, Collection<ServerPlayerEntity> targets, Collection<Recipe> recipes)
func_198590_b(CommandSource arg0, Collection<EntityPlayerMP> arg1, Collection<IRecipe> arg2)
takeRecipes(CommandSource source, Collection<EntityPlayerMP> targets, Collection<IRecipe> recipes)