net.minecraft.entity.living.attribute

public class RangedEntityAttribute

extends BaseEntityAttribute

All mapped superinterfaces:

EntityAttribute

ss
net.minecraft.class_1708
net.minecraft.entity.living.attribute.RangedEntityAttribute
net.minecraft.entity.ai.attributes.RangedAttribute

Field summary

Modifier and TypeField
private final double
a
field_6830
min
minimumValue
private final double
b
field_6831
max
maximumValue
private String
c
field_6832
displayName
description

Constructor summary

ModifierConstructor
public (EntityAttribute parent, String name, double defaultValue, double min, double max)

Method summary

Modifier and TypeMethod
public RangedEntityAttribute
a(String arg0)
method_6214(String arg0)
setDisplayName(String displayName)
setDescription(String descriptionIn)
public String
g()
method_6215()
getDisplayName()
getDescription()
public double
a(double arg0)
method_6185(double arg0)
clamp(double arg0)
clampValue(double arg0)