Interface LootCondition

All Superinterfaces:
LootContextAware, Predicate<LootContext>
All Known Implementing Classes:
AlternativeLootCondition, BlockStatePropertyLootCondition, DamageSourcePropertiesLootCondition, EntityPropertiesLootCondition, EntityScoresLootCondition, InvertedLootCondition, KilledByPlayerLootCondition, LocationCheckLootCondition, LootConditionManager.AndCondition, MatchToolLootCondition, RandomChanceLootCondition, RandomChanceWithLootingLootCondition, ReferenceLootCondition, SurvivesExplosionLootCondition, TableBonusLootCondition, TimeCheckLootCondition, WeatherCheckLootCondition

public interface LootCondition
extends LootContextAware, Predicate<LootContext>