Uses of Class
net.minecraft.world.level.storage.loot.IntRange
Packages that use IntRange
Package
Description
-
Uses of IntRange in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type IntRangeMethods in net.minecraft.world.level.storage.loot that return IntRangeModifier and TypeMethodDescriptionstatic IntRangeIntRange.exact(int value) static IntRangeIntRange.lowerBound(int value) static IntRangeIntRange.range(int min, int max) static IntRangeIntRange.upperBound(int value) -
Uses of IntRange in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as IntRangeMethods in net.minecraft.world.level.storage.loot.functions with parameters of type IntRangeModifier and TypeMethodDescriptionstatic LootItemConditionalFunction.Builder<?> LimitCount.limitCount(IntRange limit) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type IntRangeModifierConstructorDescriptionprivateLimitCount(List<LootItemCondition> predicates, IntRange limit) -
Uses of IntRange in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates declared as IntRangeModifier and TypeFieldDescriptionprivate final IntRangeValueCheckCondition.rangeThe field for therangerecord component.private final IntRangeTimeCheck.Builder.valueprivate final IntRangeTimeCheck.valueThe field for thevaluerecord component.Fields in net.minecraft.world.level.storage.loot.predicates with type parameters of type IntRangeModifier and TypeFieldDescriptionEntityHasScoreCondition.Builder.scoresEntityHasScoreCondition.scoresThe field for thescoresrecord component.Methods in net.minecraft.world.level.storage.loot.predicates that return IntRangeModifier and TypeMethodDescriptionValueCheckCondition.range()Returns the value of therangerecord component.TimeCheck.value()Returns the value of thevaluerecord component.Methods in net.minecraft.world.level.storage.loot.predicates that return types with arguments of type IntRangeModifier and TypeMethodDescriptionEntityHasScoreCondition.scores()Returns the value of thescoresrecord component.Methods in net.minecraft.world.level.storage.loot.predicates with parameters of type IntRangeModifier and TypeMethodDescriptionprotected booleanEntityHasScoreCondition.hasScore(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, IntRange range) static LootItemCondition.BuilderValueCheckCondition.hasValue(NumberProvider value, IntRange range) static TimeCheck.BuilderTimeCheck.time(Holder<WorldClock> clock, IntRange value) Constructors in net.minecraft.world.level.storage.loot.predicates with parameters of type IntRangeModifierConstructorDescriptionBuilder(Holder<WorldClock> clock, IntRange value) Creates an instance of aTimeCheckrecord class.ValueCheckCondition(NumberProvider value, IntRange range) Creates an instance of aValueCheckConditionrecord class.Constructor parameters in net.minecraft.world.level.storage.loot.predicates with type arguments of type IntRangeModifierConstructorDescriptionEntityHasScoreCondition(Map<String, IntRange> scores, LootContext.EntityTarget entityTarget) Creates an instance of aEntityHasScoreConditionrecord class.