net.minecraft.entity.living.attribute

public abstract class BaseEntityAttribute

implements EntityAttribute

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

Field summary

Modifier and TypeField
private final EntityAttribute
a
field_11926
parent
parent
private final String
b
field_6817
name
unlocalizedName
private final double
c
field_6818
defaultValue
defaultValue
private boolean
d
field_6819
trackable
shouldWatch

Constructor summary

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

Method summary

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