net.minecraft.server.command

public class WorldBorderCommand

uc
net.minecraft.server.commands.WorldBorderCommand
net.minecraft.class_3158
net.minecraft.server.command.WorldBorderCommand
net.minecraft.unmapped.C_ssvhjrqb
net.minecraft.server.command.WorldBorderCommand
net.minecraft.command.impl.WorldBorderCommand
net.minecraft.command.impl.WorldBorderCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
ERROR_SAME_CENTER
field_13775
CENTER_FAILED_EXCEPTION
f_dbrjqgcr
CENTER_UNCHANGED_EXCEPTION
field_198911_a
CENTER_NO_CHANGE
private static final SimpleCommandExceptionType
b
ERROR_SAME_SIZE
field_13780
SET_FAILED_NOCHANGE_EXCEPTION
f_tczdhruz
SIZE_UNCHANGED_EXCEPTION
field_198912_b
SIZE_NO_CHANGE
private static final SimpleCommandExceptionType
c
ERROR_TOO_SMALL
field_13776
SET_FAILED_SMALL_EXCEPTION
f_rrxlrnto
SIZE_TOO_SMALL_EXCEPTION
field_198913_c
SIZE_TOO_SMALL
private static final SimpleCommandExceptionType
d
ERROR_TOO_BIG
field_13779
SET_FAILED_BIG_EXCEPTION
f_oxvlgsyp
SIZE_TOO_LARGE_EXCEPTION
field_198914_d
SIZE_TOO_BIG
private static final SimpleCommandExceptionType
e
ERROR_SAME_WARNING_TIME
field_13773
WARNING_TIME_FAILED_EXCEPTION
f_pdmtfpwi
WARNING_TIME_UNCHANGED_EXCEPTION
field_198915_e
WARNING_TIME_NO_CHANGE
private static final SimpleCommandExceptionType
f
ERROR_SAME_WARNING_DISTANCE
field_13777
WARNING_DISTANCE_FAILED_EXCEPTION
f_cghfegry
WARNING_DISTANCE_UNCHANGED_EXCEPTION
field_198916_f
WARNING_DISTANCE_NO_CHANGE
private static final SimpleCommandExceptionType
g
ERROR_SAME_DAMAGE_BUFFER
field_13778
DAMAGE_BUFFER_FAILED_EXCEPTION
f_qqxjxhiq
SAFE_ZONE_UNCHANGED_EXCEPTION
field_198917_g
DAMAGE_BUFFER_NO_CHANGE
private static final SimpleCommandExceptionType
h
ERROR_SAME_DAMAGE_AMOUNT
field_13774
DAMAGE_AMOUNT_FAILED_EXCEPTION
f_thsmojko
DAMAGE_AMOUNT_UNCHANGED_EXCEPTION
field_198918_h
DAMAGE_AMOUNT_NO_CHANGE

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cd> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13858(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
m_nfrufbol(com.mojang.brigadier.CommandDispatcher<C_pennblrk> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198894_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(cd arg0, float arg1)
setDamageBuffer(CommandSourceStack arg0, float arg1)
method_13865(class_2168 arg0, float arg1)
executeBuffer(ServerCommandSource source, float distance)
m_ikfevzwu(C_pennblrk arg0, float arg1)
setSafeZone(CommandSourceStack source, float safeZone)
func_198898_a(CommandSource arg0, float arg1)
setDamageBuffer(CommandSource source, float distance)
private static int
b(cd arg0, float arg1)
setDamageAmount(CommandSourceStack arg0, float arg1)
method_13863(class_2168 arg0, float arg1)
executeDamage(ServerCommandSource source, float damagePerBlock)
m_ctocnhxy(C_pennblrk arg0, float arg1)
setDamage(CommandSourceStack source, float damage)
func_198904_b(CommandSource arg0, float arg1)
setDamageAmount(CommandSource source, float damagePerBlock)
private static int
a(cd arg0, int arg1)
setWarningTime(CommandSourceStack arg0, int arg1)
method_13856(class_2168 arg0, int arg1)
executeWarningTime(ServerCommandSource source, int time)
m_fbtmvpvr(C_pennblrk arg0, int arg1)
setWarningTime(CommandSourceStack source, int time)
func_198902_a(CommandSource arg0, int arg1)
setWarningTime(CommandSource source, int time)
private static int
b(cd arg0, int arg1)
setWarningDistance(CommandSourceStack arg0, int arg1)
method_13859(class_2168 arg0, int arg1)
executeWarningDistance(ServerCommandSource source, int distance)
m_wqpcetwt(C_pennblrk arg0, int arg1)
setWarningDistance(CommandSourceStack source, int distance)
func_198899_b(CommandSource arg0, int arg1)
setWarningDistance(CommandSource source, int distance)
private static int
a(cd arg0)
getSize(CommandSourceStack arg0)
method_13868(class_2168 arg0)
executeGet(ServerCommandSource source)
m_ggayfjym(C_pennblrk arg0)
querySize(CommandSourceStack source)
func_198910_a(CommandSource arg0)
getSize(CommandSource source)
private static int
a(cd arg0, csh arg1)
setCenter(CommandSourceStack arg0, Vec2 arg1)
method_13869(class_2168 arg0, class_241 arg1)
executeCenter(ServerCommandSource source, Vec2f pos)
m_ojojczto(C_pennblrk arg0, C_krlwdsom arg1)
setCenter(CommandSourceStack source, Vec2f pos)
func_198896_a(CommandSource arg0, Vec2f arg1)
setCenter(CommandSource source, Vec2f pos)
private static int
a(cd arg0, double arg1, long arg2)
setSize(CommandSourceStack arg0, double arg1, long arg2)
method_13854(class_2168 arg0, double arg1, long arg2)
executeSet(ServerCommandSource source, double distance, long time)
m_rkevalhh(C_pennblrk arg0, double arg1, long arg2)
setSize(CommandSourceStack source, double size, long time)
func_198895_a(CommandSource arg0, double arg1, long arg2)
setSize(CommandSource source, double newSize, long time)