Uses of Interface
net.minecraft.world.level.storage.loot.FloatRangePredicate
Packages that use FloatRangePredicate
Package
Description
-
Uses of FloatRangePredicate in net.minecraft.world.level.storage.loot
Classes in net.minecraft.world.level.storage.loot that implement FloatRangePredicateModifier and TypeClassDescriptionstatic final classstatic final recordFields in net.minecraft.world.level.storage.loot with type parameters of type FloatRangePredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FloatRangePredicate> FloatRangePredicate.CODECMethods in net.minecraft.world.level.storage.loot that return FloatRangePredicateModifier and TypeMethodDescriptionstatic FloatRangePredicateFloatRangePredicate.exact(float value) static FloatRangePredicateFloatRangePredicate.lowerBound(float value) static FloatRangePredicateFloatRangePredicate.range(float min, float max) static FloatRangePredicateFloatRangePredicate.upperBound(float value) -
Uses of FloatRangePredicate in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates declared as FloatRangePredicateModifier and TypeFieldDescriptionprivate final FloatRangePredicateFloatValueCheck.rangeThe field for therangerecord component.Methods in net.minecraft.world.level.storage.loot.predicates that return FloatRangePredicateModifier and TypeMethodDescriptionFloatValueCheck.range()Returns the value of therangerecord component.Methods in net.minecraft.world.level.storage.loot.predicates with parameters of type FloatRangePredicateModifier and TypeMethodDescriptionstatic LootItemCondition.BuilderFloatValueCheck.hasValue(Holder<ContextFloatProvider> value, FloatRangePredicate range) Constructors in net.minecraft.world.level.storage.loot.predicates with parameters of type FloatRangePredicateModifierConstructorDescriptionFloatValueCheck(Holder<ContextFloatProvider> value, FloatRangePredicate range) Creates an instance of aFloatValueCheckrecord class.