net.minecraft.entity.attribute

public class ClampedEntityAttribute

extends EntityAttribute

net.minecraft.world.entity.ai.attributes.RangedAttribute
net.minecraft.class_1329
net.minecraft.entity.attribute.ClampedEntityAttribute

Field summary

Modifier and TypeField
private final double
minValue
field_6353
minValue
private final double
maxValue
field_6351
maxValue

Constructor summary

ModifierConstructor
public (String translationKey, double fallback, double min, double max)

Method summary

Modifier and TypeMethod
public double
getMinValue()
method_35061()
getMinValue()
public double
getMaxValue()
method_35062()
getMaxValue()
public double
sanitizeValue(double value)
method_6165(double arg0)
clamp(double arg0)