net.minecraft.world.entity.ai.attributes

public class Attribute

arg
net.minecraft.world.entity.ai.attributes.Attribute
net.minecraft.class_1320
net.minecraft.entity.attribute.EntityAttribute
net.minecraft.entity.ai.attributes.Attribute
net.minecraft.server.v1_16_R3.AttributeBase

Field summary

Modifier and TypeField
private final double
a
defaultValue
field_23697
fallback
field_233750_a_
private boolean
b
syncable
field_23698
tracked
field_233751_b_
private final String
c
descriptionId
field_23699
translationKey
field_233752_c_

Constructor summary

ModifierConstructor
protected (String translationKey, double fallback)

Method summary

Modifier and TypeMethod
public double
a()
getDefaultValue()
method_6169()
getDefaultValue()
func_111110_b()
getDefault()
public boolean
b()
isClientSyncable()
method_6168()
isTracked()
func_111111_c()
public Attribute
a(boolean arg0)
setSyncable(boolean arg0)
method_26829(boolean arg0)
setTracked(boolean tracked)
func_233753_a_(boolean arg0)
public double
a(double arg0)
sanitizeValue(double arg0)
method_6165(double arg0)
clamp(double value)
func_111109_a(double arg0)
public String
c()
getDescriptionId()
method_26830()
getTranslationKey()
func_233754_c_()
getName()