Class Commands

java.lang.Object
net.thomilist.dimensionalinventories.command.Commands

public class Commands extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    assignDimensionToPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    int
    createDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    int
    listAllDimensionPools(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    int
    listDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    int
    printVersion(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    void
    register(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher)
     
    void
    register(DimensionPoolConfigModule dimensionPoolConfig)
     
    int
    removeDimensionFromPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    int
    removeDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    void
    sendFeedback(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context, String message)
     
    int
    setDimensionPoolGameMode(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    int
    setIncrementStatisticsInPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     
    int
    setProgressAdvancementsInPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
     

    Methods inherited from class java.lang.Object

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

    • Commands

      public Commands()
  • Method Details

    • register

      public void register(DimensionPoolConfigModule dimensionPoolConfig)
    • register

      public void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher)
    • printVersion

      public int printVersion(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • listAllDimensionPools

      public int listAllDimensionPools(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • listDimensionPool

      public int listDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • sendFeedback

      public void sendFeedback(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context, String message)
    • createDimensionPool

      public int createDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • removeDimensionPool

      public int removeDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • assignDimensionToPool

      public int assignDimensionToPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • removeDimensionFromPool

      public int removeDimensionFromPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • setDimensionPoolGameMode

      public int setDimensionPoolGameMode(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • setProgressAdvancementsInPool

      public int setProgressAdvancementsInPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
    • setIncrementStatisticsInPool

      public int setIncrementStatisticsInPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)