Class Commands
java.lang.Object
net.thomilist.dimensionalinventories.command.Commands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintassignDimensionToPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) intcreateDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) intlistAllDimensionPools(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) intlistDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) intprintVersion(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) voidregister(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher) voidregister(DimensionPoolConfigModule dimensionPoolConfig) intremoveDimensionFromPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) intremoveDimensionPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) voidsendFeedback(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context, String message) intsetDimensionPoolGameMode(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) intsetIncrementStatisticsInPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context) intsetProgressAdvancementsInPool(com.mojang.brigadier.context.CommandContext<net.minecraft.server.command.ServerCommandSource> context)
-
Constructor Details
-
Commands
public Commands()
-
-
Method Details
-
register
-
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)
-