Package com.pixelmonmod.tcg.commands
Class TCGGiveCommand
java.lang.Object
com.pixelmonmod.tcg.commands.TCGGiveCommand
Created by Hy on 10/20/2016.
Example usages:
- /tcg give card Dev tcg:base5-83
- /tcg give deck Dev tcg:overgrowth
- /tcg give pack Dev tcg:gym1
- /tcg give cardback Dev tcg:cotton_candy
- /tcg give coin Dev tcg:jigglypuff
- /tcg give jar Dev 80 c:dyes/lime
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionTCGGiveCommand(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) -
Method Summary
-
Field Details
-
ADMIN_PERMISSION_LEVEL
public static final int ADMIN_PERMISSION_LEVEL- See Also:
-
OWNER_PERMISSION_LEVEL
public static final int OWNER_PERMISSION_LEVEL- See Also:
-
-
Constructor Details
-
TCGGiveCommand
public TCGGiveCommand(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
-