Package net.minecraftforge.common.loot
Class LootTableIdCondition
java.lang.Object
net.minecraftforge.common.loot.LootTableIdCondition
- All Implemented Interfaces:
- Predicate<LootContext>,- LootContextUser,- LootItemCondition
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final LootItemConditionTypeprivate final ResourceLocationstatic final ResourceLocation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LootTableIdCondition.Builderbuilder(ResourceLocation targetLootTableId) getType()booleantest(LootContext lootContext) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.storage.loot.LootContextUsergetReferencedContextParams, validate
- 
Field Details- 
LOOT_TABLE_ID
- 
UNKNOWN_LOOT_TABLE
- 
targetLootTableId
 
- 
- 
Constructor Details- 
LootTableIdCondition
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein interface- LootItemCondition
 
- 
test- Specified by:
- testin interface- Predicate<LootContext>
 
- 
builder
 
-