Class BookshelfCommands

java.lang.Object
net.darkhax.bookshelf.impl.commands.BookshelfCommands
All Implemented Interfaces:
ICommandBuilder

public class BookshelfCommands extends Object implements ICommandBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    build(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext registryAccess, net.minecraft.commands.Commands.CommandSelection environment)
     

    Methods inherited from class java.lang.Object

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

    • BookshelfCommands

      public BookshelfCommands()
  • Method Details

    • build

      public void build(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext registryAccess, net.minecraft.commands.Commands.CommandSelection environment)
      Specified by:
      build in interface ICommandBuilder