net.minecraft.entity.living.attribute

public abstract class BaseEntityAttribute

implements EntityAttribute

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

Field summary

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

Constructor summary

ModifierConstructor
protected (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 arg0)