Uses of Class
net.minecraft.world.level.storage.loot.IntLimit
Packages that use IntLimit
Package
Description
-
Uses of IntLimit in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type IntLimitModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<IntLimit> IntLimit.CODECMethods in net.minecraft.world.level.storage.loot that return IntLimitModifier and TypeMethodDescriptionstatic IntLimitIntLimit.lowerBound(int value) static IntLimitIntLimit.range(int min, int max) static IntLimitIntLimit.upperBound(int value) -
Uses of IntLimit in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as IntLimitMethods in net.minecraft.world.level.storage.loot.functions with parameters of type IntLimitModifier and TypeMethodDescriptionstatic LootItemConditionalFunction.Builder<?> LimitCount.limitCount(IntLimit limit) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type IntLimitModifierConstructorDescriptionprivateLimitCount(Optional<Holder<LootItemCondition>> condition, IntLimit limit)