Class CommandAdd

java.lang.Object
com.ewyboy.worldstripper.command.CommandAdd

public class CommandAdd extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    addEntry(net.minecraft.commands.CommandSourceStack source, net.minecraft.commands.arguments.blocks.BlockInput block)
     
    static com.mojang.brigadier.builder.ArgumentBuilder<net.minecraft.commands.CommandSourceStack,?>
    register(net.minecraft.commands.CommandBuildContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommandAdd

      public CommandAdd()
  • Method Details

    • register

      public static com.mojang.brigadier.builder.ArgumentBuilder<net.minecraft.commands.CommandSourceStack,?> register(net.minecraft.commands.CommandBuildContext context)
    • addEntry

      public static int addEntry(net.minecraft.commands.CommandSourceStack source, net.minecraft.commands.arguments.blocks.BlockInput block)