Class BonusLevelTableCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.BonusLevelTableCondition
- All Implemented Interfaces:
Predicate<LootContext>
,LootContextUser
,LootItemCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition
LootItemCondition.Builder
-
Field Summary
Modifier and TypeFieldDescription(package private) final Enchantment
(package private) final float[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LootItemCondition.Builder
bonusLevelFlatChance
(Enchantment p_81518_, float... p_81519_) Set<LootContextParam<?>>
getType()
boolean
test
(LootContext p_81521_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.storage.loot.LootContextUser
validate
-
Field Details
-
enchantment
-
values
final float[] values
-
-
Constructor Details
-
BonusLevelTableCondition
BonusLevelTableCondition(Enchantment p_81510_, float[] p_81511_)
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootItemCondition
-
getReferencedContextParams
- Specified by:
getReferencedContextParams
in interfaceLootContextUser
-
test
- Specified by:
test
in interfacePredicate<LootContext>
-
bonusLevelFlatChance
public static LootItemCondition.Builder bonusLevelFlatChance(Enchantment p_81518_, float... p_81519_)
-