Package codechicken.chunkloader.command
Class ChickenChunksCommand
java.lang.Object
codechicken.chunkloader.command.ChickenChunksCommand
Created by covers1624 on 28/7/20.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()static intsetAllowedChunksFor(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx) static intsetChunksPerLoaderFor(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx) static intsetTimeoutFor(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx)
-
Constructor Details
-
ChickenChunksCommand
public ChickenChunksCommand()
-
-
Method Details
-
init
public static void init() -
setTimeoutFor
public static int setTimeoutFor(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
setAllowedChunksFor
public static int setAllowedChunksFor(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
setChunksPerLoaderFor
public static int setChunksPerLoaderFor(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-