Package net.minecraft.server.commands
Class ForceLoadCommand
java.lang.Object
net.minecraft.server.commands.ForceLoadCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeprivate static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intchangeForceLoad(CommandSourceStack p_137686_, ColumnPos p_137687_, ColumnPos p_137688_, boolean p_137689_) private static intlistForceLoad(CommandSourceStack p_137681_) private static intqueryForceLoad(CommandSourceStack p_137683_, ColumnPos p_137684_) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137677_) private static intremoveAll(CommandSourceStack p_137696_) 
- 
Field Details- 
MAX_CHUNK_LIMITprivate static final int MAX_CHUNK_LIMIT- See Also:
 
- 
ERROR_TOO_MANY_CHUNKSprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_TOO_MANY_CHUNKS
- 
ERROR_NOT_TICKINGprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_NOT_TICKING
- 
ERROR_ALL_ADDEDprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALL_ADDED
- 
ERROR_NONE_REMOVEDprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NONE_REMOVED
 
- 
- 
Constructor Details- 
ForceLoadCommandpublic ForceLoadCommand()
 
- 
- 
Method Details- 
register
- 
queryForceLoadprivate static int queryForceLoad(CommandSourceStack p_137683_, ColumnPos p_137684_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
listForceLoad
- 
removeAll
- 
changeForceLoadprivate static int changeForceLoad(CommandSourceStack p_137686_, ColumnPos p_137687_, ColumnPos p_137688_, boolean p_137689_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-