Package net.minecraft.loot.conditions
Class Reference
- java.lang.Object
-
- net.minecraft.loot.conditions.Reference
-
- All Implemented Interfaces:
java.util.function.Predicate<LootContext>
,ILootCondition
,IParameterized
public class Reference extends java.lang.Object implements ILootCondition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Reference.Serializer
-
Nested classes/interfaces inherited from interface net.minecraft.loot.conditions.ILootCondition
ILootCondition.IBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
LOGGER
private ResourceLocation
name
-
Constructor Summary
Constructors Modifier Constructor Description private
Reference(ResourceLocation p_i225894_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LootConditionType
getType()
boolean
test(LootContext p_test_1_)
void
validate(ValidationTracker p_225580_1_)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.loot.IParameterized
getReferencedContextParams
-
-
-
-
Field Detail
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
name
private final ResourceLocation name
-
-
Constructor Detail
-
Reference
private Reference(ResourceLocation p_i225894_1_)
-
-
Method Detail
-
getType
public LootConditionType getType()
- Specified by:
getType
in interfaceILootCondition
-
validate
public void validate(ValidationTracker p_225580_1_)
- Specified by:
validate
in interfaceIParameterized
-
test
public boolean test(LootContext p_test_1_)
- Specified by:
test
in interfacejava.util.function.Predicate<LootContext>
-
-