Package net.minecraft.server.command
Class DamageCommand
java.lang.Object
net.minecraft.server.command.DamageCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/DamageCommandintermediary net/minecraft/class_8102official amm
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, Entity target, float amount, DamageSource damageSource) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)  
- 
Field Details
- 
INVULNERABLE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVULNERABLE_EXCEPTION- Mappings:
 Namespace Name Mixin selector named INVULNERABLE_EXCEPTIONLnet/minecraft/server/command/DamageCommand;INVULNERABLE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_42238Lnet/minecraft/class_8102;field_42238:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official aLamm;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
DamageCommand
public DamageCommand() 
 - 
 - 
Method Details
- 
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess) - Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/DamageCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary method_48748Lnet/minecraft/class_8102;method_48748(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vofficial aLamm;a(Lcom/mojang/brigadier/CommandDispatcher;Let;)V
 - 
execute
private static int execute(ServerCommandSource source, Entity target, float amount, DamageSource damageSource) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/server/command/DamageCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;FLnet/minecraft/entity/damage/DamageSource;)Iintermediary method_48751Lnet/minecraft/class_8102;method_48751(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;FLnet/minecraft/class_1282;)Iofficial aLamm;a(Lex;Lbum;FLbtc;)I
 
 -