Class LimitCount
java.lang.Object
net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
net.minecraft.world.level.storage.loot.functions.LimitCount
- All Implemented Interfaces:
 BiFunction<ItemStack,,LootContext, ItemStack> LootItemFunction,LootContextUser
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
LootItemConditionalFunction.Builder<T extends LootItemConditionalFunction.Builder<T>>, LootItemConditionalFunction.DummyBuilder - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LimitCount>private final IntRangeFields inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
predicates - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLimitCount(List<LootItemCondition> p_298546_, IntRange p_165214_)  - 
Method Summary
Modifier and TypeMethodDescriptionSet<LootContextParam<?>>getType()static LootItemConditionalFunction.Builder<?>limitCount(IntRange p_165216_) run(ItemStack p_80644_, LootContext p_80645_) Methods inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
apply, commonFields, simpleBuilder, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen 
- 
Field Details
- 
CODEC
 - 
limiter
 
 - 
 - 
Constructor Details
- 
LimitCount
 
 - 
 - 
Method Details
- 
getType
 - 
getReferencedContextParams
 - 
run
- Specified by:
 runin classLootItemConditionalFunction
 - 
limitCount
 
 -