yarn/mappings/net/minecraft/entity/attribute/ClampedEntityAttribute.mapping

12 lines
400 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_1329 net/minecraft/entity/attribute/ClampedEntityAttribute
Some entity attribute docs (#1609) * Some attribute docs * Update mappings/net/minecraft/entity/attribute/EntityAttribute.mapping Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/ClampedEntityAttribute.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttribute.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttributeInstance.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttributeInstance.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttributeInstance.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * has and clarify * Update mappings/net/minecraft/entity/attribute/ClampedEntityAttribute.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttribute.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttribute.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttribute.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttribute.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/entity/attribute/EntityAttributeModifier.mapping Co-authored-by: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
2020-07-27 14:45:14 -04:00
COMMENT Represents a type of attribute with minimum and maximum value limits.
2019-06-28 17:55:20 -04:00
FIELD field_6351 maxValue D
FIELD field_6353 minValue D
METHOD <init> (Ljava/lang/String;DDD)V
ARG 1 translationKey
ARG 2 fallback
ARG 4 min
ARG 6 max
METHOD method_35061 getMinValue ()D
METHOD method_35062 getMaxValue ()D