Class MockCommandMap

java.lang.Object
org.bukkit.command.SimpleCommandMap
be.seeseemelk.mockbukkit.command.MockCommandMap
All Implemented Interfaces:
CommandMap

public class MockCommandMap extends SimpleCommandMap implements CommandMap
Mock implementation of a CommandMap.
  • Constructor Details

    • MockCommandMap

      @Internal public MockCommandMap(@NotNull @NotNull ServerMock serverMock)
      Parameters:
      serverMock - The ServerMock this command map is for.