Package net.minecraft.entity.attribute
Class EntityAttributes
java.lang.Object
net.minecraft.entity.attribute.EntityAttributes
- Mappings:
Namespace Name official vyintermediary net/minecraft/class_1715named net/minecraft/entity/attribute/EntityAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EntityAttributestatic final EntityAttributestatic final EntityAttributestatic final EntityAttributestatic final EntityAttributeprivate static final Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfromNbt(AbstractEntityAttributeContainer container, NbtList nbt) private static voidfromNbt(EntityAttributeInstance instance, NbtCompound nbt) static AttributeModifierfromNbt(NbtCompound nbt) static NbtListtoNbt(AbstractEntityAttributeContainer container) private static NbtCompoundtoNbt(AttributeModifier modifier) private static NbtCompoundtoNbt(EntityAttributeInstance instance)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official fLvy;f:Lorg/apache/logging/log4j/Logger;intermediary field_9126Lnet/minecraft/class_1715;field_9126: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_6917Lnet/minecraft/class_1715;field_6917:Lnet/minecraft/class_1702;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_6918Lnet/minecraft/class_1715;field_6918:Lnet/minecraft/class_1702;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_6919Lnet/minecraft/class_1715;field_6919:Lnet/minecraft/class_1702;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_6920Lnet/minecraft/class_1715;field_6920:Lnet/minecraft/class_1702;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_6921Lnet/minecraft/class_1715;field_6921:Lnet/minecraft/class_1702;named GENERIC_ATTACK_DAMAGELnet/minecraft/entity/attribute/EntityAttributes;GENERIC_ATTACK_DAMAGE:Lnet/minecraft/entity/attribute/EntityAttribute;
-
-
Constructor Details
-
EntityAttributes
public EntityAttributes()
-
-
Method Details
-
toNbt
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqf;)Ldu;intermediary method_6313Lnet/minecraft/class_1715;method_6313(Lnet/minecraft/class_1706;)Lnet/minecraft/class_474;named toNbtLnet/minecraft/entity/attribute/EntityAttributes;toNbt(Lnet/minecraft/entity/attribute/AbstractEntityAttributeContainer;)Lnet/minecraft/nbt/NbtList;
-
toNbt
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqc;)Ldn;intermediary method_6310Lnet/minecraft/class_1715;method_6310(Lnet/minecraft/class_1703;)Lnet/minecraft/class_322;named toNbtLnet/minecraft/entity/attribute/EntityAttributes;toNbt(Lnet/minecraft/entity/attribute/EntityAttributeInstance;)Lnet/minecraft/nbt/NbtCompound;
-
toNbt
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqd;)Ldn;intermediary method_6312Lnet/minecraft/class_1715;method_6312(Lnet/minecraft/class_1704;)Lnet/minecraft/class_322;named toNbtLnet/minecraft/entity/attribute/EntityAttributes;toNbt(Lnet/minecraft/entity/attribute/AttributeModifier;)Lnet/minecraft/nbt/NbtCompound;
-
fromNbt
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqf;Ldu;)Vintermediary method_8413Lnet/minecraft/class_1715;method_8413(Lnet/minecraft/class_1706;Lnet/minecraft/class_474;)Vnamed fromNbtLnet/minecraft/entity/attribute/EntityAttributes;fromNbt(Lnet/minecraft/entity/attribute/AbstractEntityAttributeContainer;Lnet/minecraft/nbt/NbtList;)V
-
fromNbt
- Mappings:
Namespace Name Mixin selector official aLvy;a(Lqc;Ldn;)Vintermediary method_6311Lnet/minecraft/class_1715;method_6311(Lnet/minecraft/class_1703;Lnet/minecraft/class_322;)Vnamed fromNbtLnet/minecraft/entity/attribute/EntityAttributes;fromNbt(Lnet/minecraft/entity/attribute/EntityAttributeInstance;Lnet/minecraft/nbt/NbtCompound;)V
-
fromNbt
- Mappings:
Namespace Name Mixin selector official aLvy;a(Ldn;)Lqd;intermediary method_6309Lnet/minecraft/class_1715;method_6309(Lnet/minecraft/class_322;)Lnet/minecraft/class_1704;named fromNbtLnet/minecraft/entity/attribute/EntityAttributes;fromNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/entity/attribute/AttributeModifier;
-