net.minecraft.entity.living.attribute

public abstract class BaseEntityAttribute

implements EntityAttribute

ajh
net.minecraft.class_1326
net.minecraft.entity.living.attribute.BaseEntityAttribute
net.minecraft.entity.ai.attributes.Attribute
net.minecraft.entity.ai.attributes.Attribute

Field summary

Modifier and TypeField
private final EntityAttribute
a
field_6340
parent
field_180373_a
field_180373_a
private final String
b
field_6339
name
field_111115_a
field_111115_a
private final double
c
field_6337
defaultValue
field_111113_b
field_111113_b
private boolean
d
field_6338
trackable
field_111114_c
field_111114_c

Constructor summary

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

Method summary

Modifier and TypeMethod
public String
a()
method_6167()
getName()
func_111108_a()
getName()
public double
b()
method_6169()
getDefault()
func_111110_b()
getDefaultValue()
public boolean
c()
method_6168()
isTrackable()
func_111111_c()
getShouldWatch()
public BaseEntityAttribute
a(boolean arg0)
method_6212(boolean arg0)
setTrackable(boolean trackable)
func_111112_a(boolean arg0)
setShouldWatch(boolean shouldWatchIn)
public EntityAttribute
d()
method_6166()
getParent()
func_180372_d()
getParent()