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
Methods in net.minecraft.world.level.storage.loot that return IntRangeModifier and TypeMethodDescriptionIntRange.Serializer.deserialize
(com.google.gson.JsonElement p_165064_, Type p_165065_, com.google.gson.JsonDeserializationContext p_165066_) static IntRange
IntRange.exact
(int p_165010_) static IntRange
IntRange.lowerBound
(int p_165027_) static IntRange
IntRange.range
(int p_165012_, int p_165013_) static IntRange
IntRange.upperBound
(int p_165041_) Methods in net.minecraft.world.level.storage.loot with parameters of type IntRange -
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 p_165216_) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type IntRangeModifierConstructorDescription(package private)
LimitCount
(LootItemCondition[] p_165213_, IntRange p_165214_) -
Uses of IntRange in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates declared as IntRangeModifier and TypeFieldDescription(package private) final IntRange
ValueCheckCondition.range
private final IntRange
TimeCheck.Builder.value
(package private) final IntRange
TimeCheck.value
Fields in net.minecraft.world.level.storage.loot.predicates with type parameters of type IntRangeModifier and TypeFieldDescriptionEntityHasScoreCondition.Builder.scores
EntityHasScoreCondition.scores
Methods in net.minecraft.world.level.storage.loot.predicates with parameters of type IntRangeModifier and TypeMethodDescriptionprotected boolean
EntityHasScoreCondition.hasScore
(LootContext p_165491_, Entity p_165492_, Scoreboard p_165493_, String p_165494_, IntRange p_165495_) static LootItemCondition.Builder
ValueCheckCondition.hasValue
(NumberProvider p_165529_, IntRange p_165530_) static TimeCheck.Builder
Constructors in net.minecraft.world.level.storage.loot.predicates with parameters of type IntRangeModifierConstructorDescription(package private)
(package private)
ValueCheckCondition
(NumberProvider p_165523_, IntRange p_165524_) Constructor parameters in net.minecraft.world.level.storage.loot.predicates with type arguments of type IntRangeModifierConstructorDescription(package private)
EntityHasScoreCondition
(Map<String, IntRange> p_81618_, LootContext.EntityTarget p_81619_)