net.minecraft.entity.living.attribute

public abstract class BaseEntityAttribute

implements EntityAttribute

afp
net.minecraft.class_1705
net.minecraft.entity.living.attribute.BaseEntityAttribute
net.minecraft.entity.ai.attributes.BaseAttribute
net.minecraft.entity.ai.attributes.BaseAttribute

Field summary

Modifier and TypeField
private final EntityAttribute
a
field_11926
parent
field_180373_a
parent
private final String
b
field_6817
name
field_111115_a
translationKey
private final double
c
field_6818
defaultValue
field_111113_b
defaultValue
private boolean
d
field_6819
trackable
field_111114_c
shouldWatch

Constructor summary

ModifierConstructor
protected (EntityAttribute parent, String name, double defaultValue)

Method summary

Modifier and TypeMethod
public String
a()
method_6184()
getName()
func_111108_a()
getName()
public double
b()
method_6186()
getDefault()
func_111110_b()
getDefaultValue()
public boolean
c()
method_6187()
isTrackable()
func_111111_c()
getShouldWatch()
public BaseEntityAttribute
a(boolean arg0)
method_6203(boolean arg0)
setTrackable(boolean trackable)
func_111112_a(boolean arg0)
setShouldWatch(boolean shouldWatchIn)
public EntityAttribute
d()
method_10994()
getParent()
func_180372_d()
getParent()