Package net.minecraft.entity.attribute
Class EntityAttributes
java.lang.Object
net.minecraft.entity.attribute.EntityAttributes
public class EntityAttributes extends Object
- Mappings:
Namespace Name official vyintermediary net/minecraft/class_1932named net/minecraft/entity/attribute/EntityAttributes
-
Field Summary
Fields Modifier and Type Field Description static EntityAttributeGENERIC_ATTACK_DAMAGEstatic EntityAttributeGENERIC_FOLLOW_RANGEstatic EntityAttributeGENERIC_KNOCKBACK_RESISTANCEstatic EntityAttributeGENERIC_MAX_HEALTHstatic EntityAttributeGENERIC_MOVEMENT_SPEEDprivate static LoggerLOGGER -
Constructor Summary
Constructors Constructor Description EntityAttributes() -
Method Summary
Modifier and Type Method Description static voidfromTag(AbstractEntityAttributeContainer container, ListTag tag)private static voidfromTag(EntityAttributeInstance instance, CompoundTag tag)static AttributeModifiermethod_7875(CompoundTag NBT)private static CompoundTagmethod_7878(AttributeModifier modifier)static ListTagtoTag(AbstractEntityAttributeContainer container)private static CompoundTagtoTag(EntityAttributeInstance instance)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official fLvy;f:Lorg/apache/logging/log4j/Logger;intermediary field_8236Lnet/minecraft/class_1932;field_8236:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/entity/attribute/EntityAttributes;LOGGER:Lorg/apache/logging/log4j/Logger;
-
GENERIC_MAX_HEALTH
- Mappings:
Namespace Name Mixin selector official aLvy;a:Lqb;intermediary field_8231Lnet/minecraft/class_1932;field_8231:Lnet/minecraft/class_1765;named GENERIC_MAX_HEALTHLnet/minecraft/entity/attribute/EntityAttributes;GENERIC_MAX_HEALTH:Lnet/minecraft/entity/attribute/EntityAttribute;
-
GENERIC_FOLLOW_RANGE
- Mappings:
Namespace Name Mixin selector official bLvy;b:Lqb;intermediary field_8232Lnet/minecraft/class_1932;field_8232:Lnet/minecraft/class_1765;named GENERIC_FOLLOW_RANGELnet/minecraft/entity/attribute/EntityAttributes;GENERIC_FOLLOW_RANGE:Lnet/minecraft/entity/attribute/EntityAttribute;
-
GENERIC_KNOCKBACK_RESISTANCE
- Mappings:
Namespace Name Mixin selector official cLvy;c:Lqb;intermediary field_8233Lnet/minecraft/class_1932;field_8233:Lnet/minecraft/class_1765;named GENERIC_KNOCKBACK_RESISTANCELnet/minecraft/entity/attribute/EntityAttributes;GENERIC_KNOCKBACK_RESISTANCE:Lnet/minecraft/entity/attribute/EntityAttribute;
-
GENERIC_MOVEMENT_SPEED
- Mappings:
Namespace Name Mixin selector official dLvy;d:Lqb;intermediary field_8234Lnet/minecraft/class_1932;field_8234:Lnet/minecraft/class_1765;named GENERIC_MOVEMENT_SPEEDLnet/minecraft/entity/attribute/EntityAttributes;GENERIC_MOVEMENT_SPEED:Lnet/minecraft/entity/attribute/EntityAttribute;
-
GENERIC_ATTACK_DAMAGE
- Mappings:
Namespace Name Mixin selector official eLvy;e:Lqb;intermediary field_8235Lnet/minecraft/class_1932;field_8235:Lnet/minecraft/class_1765;named GENERIC_ATTACK_DAMAGELnet/minecraft/entity/attribute/EntityAttributes;GENERIC_ATTACK_DAMAGE:Lnet/minecraft/entity/attribute/EntityAttribute;
-
-
Constructor Details
-
EntityAttributes
public EntityAttributes()
-
-
Method Details
-
toTag
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqf;)Ldu;intermediary method_7879Lnet/minecraft/class_1932;method_7879(Lnet/minecraft/class_1769;)Lnet/minecraft/class_1411;named toTagLnet/minecraft/entity/attribute/EntityAttributes;toTag(Lnet/minecraft/entity/attribute/AbstractEntityAttributeContainer;)Lnet/minecraft/nbt/ListTag;
-
toTag
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqc;)Ldn;intermediary method_7876Lnet/minecraft/class_1932;method_7876(Lnet/minecraft/class_1766;)Lnet/minecraft/class_1405;named toTagLnet/minecraft/entity/attribute/EntityAttributes;toTag(Lnet/minecraft/entity/attribute/EntityAttributeInstance;)Lnet/minecraft/nbt/CompoundTag;
-
method_7878
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqd;)Ldn;intermediary method_7878Lnet/minecraft/class_1932;method_7878(Lnet/minecraft/class_1767;)Lnet/minecraft/class_1405;named method_7878Lnet/minecraft/entity/attribute/EntityAttributes;method_7878(Lnet/minecraft/entity/attribute/AttributeModifier;)Lnet/minecraft/nbt/CompoundTag;
-
fromTag
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqf;Ldu;)Vintermediary method_7880Lnet/minecraft/class_1932;method_7880(Lnet/minecraft/class_1769;Lnet/minecraft/class_1411;)Vnamed fromTagLnet/minecraft/entity/attribute/EntityAttributes;fromTag(Lnet/minecraft/entity/attribute/AbstractEntityAttributeContainer;Lnet/minecraft/nbt/ListTag;)V
-
fromTag
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqc;Ldn;)Vintermediary method_7877Lnet/minecraft/class_1932;method_7877(Lnet/minecraft/class_1766;Lnet/minecraft/class_1405;)Vnamed fromTagLnet/minecraft/entity/attribute/EntityAttributes;fromTag(Lnet/minecraft/entity/attribute/EntityAttributeInstance;Lnet/minecraft/nbt/CompoundTag;)V
-
method_7875
- Mappings:
Namespace Name Mixin selector official aLvy;a(Ldn;)Lqd;intermediary method_7875Lnet/minecraft/class_1932;method_7875(Lnet/minecraft/class_1405;)Lnet/minecraft/class_1767;named method_7875Lnet/minecraft/entity/attribute/EntityAttributes;method_7875(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/entity/attribute/AttributeModifier;
-