Package net.minecraft.server.commands
Class WorldBorderCommand
java.lang.Object
net.minecraft.server.commands.WorldBorderCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intgetSize(CommandSourceStack p_139251_) static voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_139247_) private static intsetCenter(CommandSourceStack p_139263_, Vec2 p_139264_) private static intsetDamageAmount(CommandSourceStack p_139270_, float p_139271_) private static intsetDamageBuffer(CommandSourceStack p_139257_, float p_139258_) private static intsetSize(CommandSourceStack p_139253_, double p_139254_, long p_139255_) private static intsetWarningDistance(CommandSourceStack p_139273_, int p_139274_) private static intsetWarningTime(CommandSourceStack p_139260_, int p_139261_) 
- 
Field Details- 
ERROR_SAME_CENTERprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_SAME_CENTER
- 
ERROR_SAME_SIZEprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_SAME_SIZE
- 
ERROR_TOO_SMALLprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_TOO_SMALL
- 
ERROR_TOO_BIGprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_TOO_BIG
- 
ERROR_TOO_FAR_OUTprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_TOO_FAR_OUT
- 
ERROR_SAME_WARNING_TIMEprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_SAME_WARNING_TIME
- 
ERROR_SAME_WARNING_DISTANCEprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_SAME_WARNING_DISTANCE
- 
ERROR_SAME_DAMAGE_BUFFERprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_SAME_DAMAGE_BUFFER
- 
ERROR_SAME_DAMAGE_AMOUNTprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_SAME_DAMAGE_AMOUNT
 
- 
- 
Constructor Details- 
WorldBorderCommandpublic WorldBorderCommand()
 
- 
- 
Method Details- 
register
- 
setDamageBufferprivate static int setDamageBuffer(CommandSourceStack p_139257_, float p_139258_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
setDamageAmountprivate static int setDamageAmount(CommandSourceStack p_139270_, float p_139271_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
setWarningTimeprivate static int setWarningTime(CommandSourceStack p_139260_, int p_139261_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
setWarningDistanceprivate static int setWarningDistance(CommandSourceStack p_139273_, int p_139274_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
getSize
- 
setCenterprivate static int setCenter(CommandSourceStack p_139263_, Vec2 p_139264_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
setSizeprivate static int setSize(CommandSourceStack p_139253_, double p_139254_, long p_139255_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-