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 IntRangeIntRange.exact(int p_165010_)static IntRangeIntRange.lowerBound(int p_165027_)static IntRangeIntRange.range(int p_165012_, int p_165013_)static IntRangeIntRange.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) IntRangeValueCheckCondition.rangeprivate IntRangeTimeCheck.Builder.value(package private) IntRangeTimeCheck.valueFields in net.minecraft.world.level.storage.loot.predicates with type parameters of type IntRangeModifier and TypeFieldDescriptionEntityHasScoreCondition.Builder.scoresEntityHasScoreCondition.scoresMethods in net.minecraft.world.level.storage.loot.predicates with parameters of type IntRangeModifier and TypeMethodDescriptionprotected booleanEntityHasScoreCondition.hasScore(LootContext p_165491_, Entity p_165492_, Scoreboard p_165493_, String p_165494_, IntRange p_165495_)static LootItemCondition.BuilderValueCheckCondition.hasValue(NumberProvider p_165529_, IntRange p_165530_)static TimeCheck.BuilderConstructors 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_)