Package net.minecraft.entity.attribute
Class EntityAttribute
java.lang.Object
net.minecraft.entity.attribute.EntityAttribute
- Direct Known Subclasses:
 ClampedEntityAttribute
Represents a type of double-valued attribute that a living entity may have.
 
An attribute is a tracked double value stored on an entity. An attribute has a default value on which attribute modifiers operate.
- Mappings:
 Namespace Name official bhbintermediary net/minecraft/class_1320named net/minecraft/entity/attribute/EntityAttribute
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doublestatic final intprivate booleanprivate final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubleclamp(double value) doublebooleanChecks if instances of this attribute should synchronize values to clients.setTracked(boolean tracked) Sets all instances of this attribute to synchronize their values to clients. 
- 
Field Details
- 
field_30097
public static final int field_30097- See Also:
 - Mappings:
 Namespace Name Mixin selector official aLbhb;a:Iintermediary field_30097Lnet/minecraft/class_1320;field_30097:Inamed field_30097Lnet/minecraft/entity/attribute/EntityAttribute;field_30097:I
 - 
fallback
private final double fallback- Mappings:
 Namespace Name Mixin selector official bLbhb;b:Dintermediary field_23697Lnet/minecraft/class_1320;field_23697:Dnamed fallbackLnet/minecraft/entity/attribute/EntityAttribute;fallback:D
 - 
tracked
private boolean tracked- Mappings:
 Namespace Name Mixin selector official cLbhb;c:Zintermediary field_23698Lnet/minecraft/class_1320;field_23698:Znamed trackedLnet/minecraft/entity/attribute/EntityAttribute;tracked:Z
 - 
translationKey
- Mappings:
 Namespace Name Mixin selector official dLbhb;d:Ljava/lang/String;intermediary field_23699Lnet/minecraft/class_1320;field_23699:Ljava/lang/String;named translationKeyLnet/minecraft/entity/attribute/EntityAttribute;translationKey:Ljava/lang/String;
 
 - 
 - 
Constructor Details
- 
EntityAttribute
- Mappings:
 Namespace Name Mixin selector official <init>Lbhb;<init>(Ljava/lang/String;D)Vintermediary <init>Lnet/minecraft/class_1320;<init>(Ljava/lang/String;D)Vnamed <init>Lnet/minecraft/entity/attribute/EntityAttribute;<init>(Ljava/lang/String;D)V
 
 - 
 - 
Method Details
- 
getDefaultValue
public double getDefaultValue()- Mappings:
 Namespace Name Mixin selector official aLbhb;a()Dintermediary method_6169Lnet/minecraft/class_1320;method_6169()Dnamed getDefaultValueLnet/minecraft/entity/attribute/EntityAttribute;getDefaultValue()D
 - 
isTracked
public boolean isTracked()Checks if instances of this attribute should synchronize values to clients.- Mappings:
 Namespace Name Mixin selector official bLbhb;b()Zintermediary method_6168Lnet/minecraft/class_1320;method_6168()Znamed isTrackedLnet/minecraft/entity/attribute/EntityAttribute;isTracked()Z
 - 
setTracked
Sets all instances of this attribute to synchronize their values to clients.- Mappings:
 Namespace Name Mixin selector official aLbhb;a(Z)Lbhb;intermediary method_26829Lnet/minecraft/class_1320;method_26829(Z)Lnet/minecraft/class_1320;named setTrackedLnet/minecraft/entity/attribute/EntityAttribute;setTracked(Z)Lnet/minecraft/entity/attribute/EntityAttribute;
 - 
clamp
public double clamp(double value) - Mappings:
 Namespace Name Mixin selector official aLbhb;a(D)Dintermediary method_6165Lnet/minecraft/class_1320;method_6165(D)Dnamed clampLnet/minecraft/entity/attribute/EntityAttribute;clamp(D)D
 - 
getTranslationKey
- Mappings:
 Namespace Name Mixin selector official cLbhb;c()Ljava/lang/String;intermediary method_26830Lnet/minecraft/class_1320;method_26830()Ljava/lang/String;named getTranslationKeyLnet/minecraft/entity/attribute/EntityAttribute;getTranslationKey()Ljava/lang/String;
 
 -