net.minecraft.server.command

public class RecipeCommand

sw
net.minecraft.class_3095
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_13681
COULD_NOT_GIVE_EXCEPTION
field_198595_a
field_198595_a
private static final SimpleCommandExceptionType
b
field_13682
COULD_NOT_TAKE_EXCEPTION
field_198596_b
field_198596_b

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cd> arg0)
method_13517(com.mojang.brigadier.CommandDispatcher<class_2168> 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(cd arg0, Collection<vh> arg1, Collection<bei<?>> arg2)
method_13520(class_2168 arg0, Collection<class_3222> arg1, Collection<class_1860<?>> arg2)
give(CommandSourceStack source, Collection<ServerPlayerEntity> targets, Collection<Recipe<?>> recipes)
func_198594_a(CommandSource arg0, Collection<ServerPlayerEntity> arg1, Collection<IRecipe<?>> arg2)
giveRecipes(CommandSource source, Collection<ServerPlayerEntity> targets, Collection<IRecipe<?>> recipes)
private static int
b(cd arg0, Collection<vh> arg1, Collection<bei<?>> arg2)
method_13518(class_2168 arg0, Collection<class_3222> arg1, Collection<class_1860<?>> arg2)
take(CommandSourceStack source, Collection<ServerPlayerEntity> targets, Collection<Recipe<?>> recipes)
func_198590_b(CommandSource arg0, Collection<ServerPlayerEntity> arg1, Collection<IRecipe<?>> arg2)
takeRecipes(CommandSource source, Collection<ServerPlayerEntity> targets, Collection<IRecipe<?>> recipes)