Uses of Interface
net.minecraft.world.attribute.AttributeValidator
Packages that use AttributeValidator
-
Uses of AttributeValidator in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as AttributeValidatorModifier and TypeFieldDescriptionstatic final AttributeValidator<Float> AttributeValidator.NON_NEGATIVE_FLOATstatic final AttributeValidator<Float> AttributeValidator.PROBABILITYprivate AttributeValidator<Value> EnvironmentAttribute.Builder.validatorprivate final AttributeValidator<Value> EnvironmentAttribute.validatorMethods in net.minecraft.world.attribute that return AttributeValidatorModifier and TypeMethodDescriptionstatic <Value> AttributeValidator<Value> AttributeValidator.all()static AttributeValidator<Float> AttributeValidator.ranged(float min, float max) Methods in net.minecraft.world.attribute with parameters of type AttributeValidatorModifier and TypeMethodDescriptionEnvironmentAttribute.Builder.validator(AttributeValidator<Value> validator) Constructors in net.minecraft.world.attribute with parameters of type AttributeValidatorModifierConstructorDescription(package private)EnvironmentAttribute(EnvironmentAttributeType<Value> type, Value defaultValue, AttributeValidator<Value> validator, boolean synced, boolean positional, boolean interpolated)