Package net.minecraft
Class class_5644
java.lang.Object
net.minecraft.class_5644
- All Implemented Interfaces:
Predicate<LootContext>,LootCondition,LootContextAware
public class class_5644 extends Object implements LootCondition
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classclass_5644.class_5645Nested classes/interfaces inherited from interface net.minecraft.loot.condition.LootCondition
LootCondition.Builder -
Field Summary
Fields Modifier and Type Field Description private class_5658field_27912private BoundedIntUnaryOperatorfield_27913 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5644(class_5658 class_5658, BoundedIntUnaryOperator boundedIntUnaryOperator) -
Method Summary
Modifier and Type Method Description Set<LootContextParameter<?>>getRequiredParameters()LootConditionTypegetType()booleantest(LootContext lootContext)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAware
validate
-
Field Details
-
field_27912
-
field_27913
-
-
Constructor Details
-
class_5644
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLootCondition
-
getRequiredParameters
- Specified by:
getRequiredParametersin interfaceLootContextAware
-
test
- Specified by:
testin interfacePredicate<LootContext>
-