net.minecraft.entity.living.attribute

public abstract class BaseEntityAttribute

implements EntityAttribute

yb
net.minecraft.unmapped.C_90179884
net.minecraft.entity.living.attribute.BaseEntityAttribute

Field summary

Modifier and TypeField
private final EntityAttribute
a
f_81553618
parent
private final String
b
f_48611246
name
private final double
c
f_24234811
defaultValue
private boolean
d
f_75163247
trackable

Constructor summary

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

Method summary

Modifier and TypeMethod
public String
a()
m_26539866()
getName()
public double
b()
m_51859251()
getDefault()
public boolean
c()
m_32177300()
isTrackable()
public BaseEntityAttribute
a(boolean arg0)
m_51381896(boolean arg0)
setTrackable(boolean trackable)
public EntityAttribute
d()
m_33317623()
getParent()