| public static void | |
| private static EntityAttributeInstance | |
| private static LivingEntity | |
| private static LivingEntity | |
| private static int | | getAttributeValue(CommandSourceStack source, Entity target, Holder<Attribute> attribute, double scale) | | getAttributeValue(CommandSourceStack source, Entity target, Holder<Attribute> attribute, double scale) | | method_27739(class_2168 arg0, class_1297 arg1, class_6880<class_1320> arg2, double arg3) | | executeValueGet(ServerCommandSource source, Entity target, RegistryEntry<EntityAttribute> attribute, double multiplier) |
|
| private static int | | getAttributeBase(CommandSourceStack source, Entity target, Holder<Attribute> attribute, double scale) | | getAttributeBase(CommandSourceStack source, Entity target, Holder<Attribute> attribute, double scale) | | method_27748(class_2168 arg0, class_1297 arg1, class_6880<class_1320> arg2, double arg3) | | executeBaseValueGet(ServerCommandSource source, Entity target, RegistryEntry<EntityAttribute> attribute, double multiplier) |
|
| private static int | | getAttributeModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id, double scale) | | getAttributeModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id, double scale) | | method_27741(class_2168 arg0, class_1297 arg1, class_6880<class_1320> arg2, class_2960 arg3, double arg4) | | executeModifierValueGet(ServerCommandSource source, Entity target, RegistryEntry<EntityAttribute> attribute, Identifier id, double multiplier) |
|
| private static Stream<Identifier> | |
| private static int | | setAttributeBase(CommandSourceStack source, Entity target, Holder<Attribute> attribute, double value) | | setAttributeBase(CommandSourceStack source, Entity target, Holder<Attribute> attribute, double value) | | method_27751(class_2168 arg0, class_1297 arg1, class_6880<class_1320> arg2, double arg3) | | executeBaseValueSet(ServerCommandSource source, Entity target, RegistryEntry<EntityAttribute> attribute, double value) |
|
| private static int | |
| private static int | | addModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id, double value, AttributeModifier$Operation operation) | | addModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id, double value, AttributeModifier$Operation operation) | | method_27742(class_2168 arg0, class_1297 arg1, class_6880<class_1320> arg2, class_2960 arg3, double arg4, class_1322$class_1323 arg5) | | executeModifierAdd(ServerCommandSource source, Entity target, RegistryEntry<EntityAttribute> attribute, Identifier id, double value, EntityAttributeModifier$Operation operation) |
|
| private static int | | removeModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id) | | removeModifier(CommandSourceStack source, Entity target, Holder<Attribute> attribute, Identifier id) | | method_27740(class_2168 arg0, class_1297 arg1, class_6880<class_1320> arg2, class_2960 arg3) | | executeModifierRemove(ServerCommandSource source, Entity target, RegistryEntry<EntityAttribute> attribute, Identifier id) |
|
| private static Text | |