History - net.minecraft.server.command.AttributeCommand
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
Text (Identifier, RegistryEntry, Entity): lambda$removeModifier$24, method_51902, method_51902
Text (Identifier, RegistryEntry, Entity): lambda$removeModifier$0, method_51902, method_51902
Text (Identifier, RegistryEntry, Entity): lambda$addModifier$23, method_51905, method_51905
Text (Identifier, RegistryEntry, Entity): lambda$addModifier$0, method_51905, method_51905
Text (RegistryEntry, Entity, double): lambda$resetAttributeBase$22, method_65090, method_65090
Text (RegistryEntry, Entity, double): lambda$resetAttributeBase$0, method_65090, method_65090
Text (RegistryEntry, Entity, double): lambda$setAttributeBase$21, method_51901, method_51901
Text (RegistryEntry, Entity, double): lambda$setAttributeBase$0, method_51901, method_51901
Text (Identifier, RegistryEntry, Entity, double): lambda$getAttributeModifier$20, method_51903, method_51903
Text (Identifier, RegistryEntry, Entity, double): lambda$getAttributeModifier$0, method_51903, method_51903
Text (RegistryEntry, Entity, double): lambda$getAttributeBase$19, method_51904, method_51904
Text (RegistryEntry, Entity, double): lambda$getAttributeBase$0, method_51904, method_51904
Text (RegistryEntry, Entity, double): lambda$getAttributeValue$18, method_51906, method_51906
Text (RegistryEntry, Entity, double): lambda$getAttributeValue$0, method_51906, method_51906
int (com.mojang.brigadier.context.CommandContext): lambda$register$17, method_27736, method_27736
int (com.mojang.brigadier.context.CommandContext): lambda$register$13, method_27736, method_27736
int (com.mojang.brigadier.context.CommandContext): lambda$register$16, method_65091, method_65091
int (com.mojang.brigadier.context.CommandContext): lambda$register$12, method_65091, method_65091
CompletableFuture (com.mojang.brigadier.context.CommandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$register$15, method_65088, method_65088
CompletableFuture (com.mojang.brigadier.context.CommandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$register$11, method_65088, method_65088
int (com.mojang.brigadier.context.CommandContext): lambda$register$14, method_65094, method_65094
int (com.mojang.brigadier.context.CommandContext): lambda$register$10, method_65094, method_65094
CompletableFuture (com.mojang.brigadier.context.CommandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$register$13, method_65092, method_65092
CompletableFuture (com.mojang.brigadier.context.CommandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$register$9, method_65092, method_65092
int (com.mojang.brigadier.context.CommandContext): lambda$register$12, method_27752, method_27752
int (com.mojang.brigadier.context.CommandContext): lambda$register$8, method_27752, method_27752
int (com.mojang.brigadier.context.CommandContext): lambda$register$11, method_27753, method_27753
int (com.mojang.brigadier.context.CommandContext): lambda$register$7, method_27753, method_27753
int (com.mojang.brigadier.context.CommandContext): lambda$register$10, method_27754, method_27754
int (com.mojang.brigadier.context.CommandContext): lambda$register$6, method_27754, method_27754
int (com.mojang.brigadier.context.CommandContext): lambda$register$9, method_65095, method_65095
int (com.mojang.brigadier.context.CommandContext): lambda$register$5, method_65095, method_65095
int (com.mojang.brigadier.context.CommandContext): lambda$register$8, method_27755, method_27755
int (com.mojang.brigadier.context.CommandContext): lambda$register$4, method_27755, method_27755
int (com.mojang.brigadier.context.CommandContext): lambda$register$7, method_27756, method_27756
int (com.mojang.brigadier.context.CommandContext): lambda$register$3, method_27756, method_27756
int (com.mojang.brigadier.context.CommandContext): lambda$register$6, method_27757, method_27757
int (com.mojang.brigadier.context.CommandContext): lambda$register$2, method_27757, method_27757
int (com.mojang.brigadier.context.CommandContext): lambda$register$5, method_27758, method_27758
int (com.mojang.brigadier.context.CommandContext): lambda$register$1, method_27758, method_27758
int (com.mojang.brigadier.context.CommandContext): lambda$register$4, method_27759, method_27759
int (com.mojang.brigadier.context.CommandContext): lambda$register$0, method_27759, method_27759
1.21.11_unobfuscated
Names
net.minecraft.server.commands.AttributeCommand
net.minecraft.class_5252
net.minecraft.server.command.AttributeCommand
Fields
com.mojang.brigadier.exceptions.DynamicCommandExceptionType: ERROR_NOT_LIVING_ENTITY, field_24376, ENTITY_FAILED_EXCEPTION
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType: ERROR_NO_SUCH_ATTRIBUTE, field_24377, NO_ATTRIBUTE_EXCEPTION
com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType: ERROR_NO_SUCH_MODIFIER, field_24378, NO_MODIFIER_EXCEPTION
com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType: ERROR_MODIFIER_ALREADY_PRESENT, field_24379, MODIFIER_ALREADY_PRESENT_EXCEPTION
Constructors
()
Methods
void (com.mojang.brigadier.CommandDispatcher<ServerCommandSource>, CommandRegistryAccess): register, method_27735, register
EntityAttributeInstance (Entity, RegistryEntry<EntityAttribute>): getAttributeInstance, method_27734, getAttributeInstance
LivingEntity (Entity): getLivingEntity, method_27733, getLivingEntity
LivingEntity (Entity, RegistryEntry<EntityAttribute>): getEntityWithAttribute, method_27746, getLivingEntityWithAttribute
int (ServerCommandSource, Entity, RegistryEntry<EntityAttribute>, double): getAttributeValue, method_27739, executeValueGet
int (ServerCommandSource, Entity, RegistryEntry<EntityAttribute>, double): getAttributeBase, method_27748, executeBaseValueGet
int (ServerCommandSource, Entity, RegistryEntry<EntityAttribute>, Identifier, double): getAttributeModifier, method_27741, executeModifierValueGet
Stream<Identifier> (Entity, RegistryEntry<EntityAttribute>): getAttributeModifiers, method_65093, streamModifiers
int (ServerCommandSource, Entity, RegistryEntry<EntityAttribute>, double): setAttributeBase, method_27751, executeBaseValueSet
int (ServerCommandSource, Entity, RegistryEntry<EntityAttribute>): resetAttributeBase, method_65089, executeResetToBaseValue
int (ServerCommandSource, Entity, RegistryEntry<EntityAttribute>, Identifier, double, EntityAttributeModifier$Operation): addModifier, method_27742, executeModifierAdd
int (ServerCommandSource, Entity, RegistryEntry<EntityAttribute>, Identifier): removeModifier, method_27740, executeModifierRemove
Text (RegistryEntry<EntityAttribute>): getAttributeDescription, method_45144, getName
Text (Identifier, RegistryEntry, Entity): lambda$removeModifier$24, method_51902, method_51902
Text (Identifier, RegistryEntry, Entity): lambda$addModifier$23, method_51905, method_51905
Text (RegistryEntry, Entity, double): lambda$resetAttributeBase$22, method_65090, method_65090
Text (RegistryEntry, Entity, double): lambda$setAttributeBase$21, method_51901, method_51901
Text (Identifier, RegistryEntry, Entity, double): lambda$getAttributeModifier$20, method_51903, method_51903
Text (RegistryEntry, Entity, double): lambda$getAttributeBase$19, method_51904, method_51904
Text (RegistryEntry, Entity, double): lambda$getAttributeValue$18, method_51906, method_51906
int (com.mojang.brigadier.context.CommandContext): lambda$register$17, method_27736, method_27736
int (com.mojang.brigadier.context.CommandContext): lambda$register$16, method_65091, method_65091
CompletableFuture (com.mojang.brigadier.context.CommandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$register$15, method_65088, method_65088
int (com.mojang.brigadier.context.CommandContext): lambda$register$14, method_65094, method_65094
CompletableFuture (com.mojang.brigadier.context.CommandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder): lambda$register$13, method_65092, method_65092
int (com.mojang.brigadier.context.CommandContext): lambda$register$12, method_27752, method_27752
int (com.mojang.brigadier.context.CommandContext): lambda$register$11, method_27753, method_27753
int (com.mojang.brigadier.context.CommandContext): lambda$register$10, method_27754, method_27754
int (com.mojang.brigadier.context.CommandContext): lambda$register$9, method_65095, method_65095
int (com.mojang.brigadier.context.CommandContext): lambda$register$8, method_27755, method_27755
int (com.mojang.brigadier.context.CommandContext): lambda$register$7, method_27756, method_27756
int (com.mojang.brigadier.context.CommandContext): lambda$register$6, method_27757, method_27757
int (com.mojang.brigadier.context.CommandContext): lambda$register$5, method_27758, method_27758
int (com.mojang.brigadier.context.CommandContext): lambda$register$4, method_27759, method_27759
com.mojang.brigadier.Message (Object, Object, Object): lambda$static$3, method_27745, method_27745
com.mojang.brigadier.Message (Object, Object, Object): lambda$static$2, method_27749, method_27749
com.mojang.brigadier.Message (Object, Object): lambda$static$1, method_27744, method_27744
com.mojang.brigadier.Message (Object): lambda$static$0, method_27743, method_27743