Class LootItemRandomChanceCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.LootItemRandomChanceCondition
- 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
static LootItemCondition.Builder
randomChance
(float p_81928_) boolean
test
(LootContext p_81930_) 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
getReferencedContextParams, validate
-
Field Details
-
probability
final float probability
-
-
Constructor Details
-
LootItemRandomChanceCondition
LootItemRandomChanceCondition(float p_81923_)
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootItemCondition
-
test
- Specified by:
test
in interfacePredicate<LootContext>
-
randomChance
-