Uses of Interface
net.minecraft.loot.context.LootContextAware
Package | Description |
---|---|
net.minecraft.loot | |
net.minecraft.loot.condition | |
net.minecraft.loot.context | |
net.minecraft.loot.function | |
net.minecraft.loot.provider.number |
-
Uses of LootContextAware in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type LootContextAware Modifier and Type Method Description void
LootTableReporter. validateContext(LootContextAware contextAware)
-
Uses of LootContextAware in net.minecraft.loot.condition
Subinterfaces of LootContextAware in net.minecraft.loot.condition Modifier and Type Interface Description interface
LootCondition
Classes in net.minecraft.loot.condition that implement LootContextAware Modifier and Type Class Description class
AlternativeLootCondition
class
BlockStatePropertyLootCondition
class
DamageSourcePropertiesLootCondition
class
EntityPropertiesLootCondition
class
EntityScoresLootCondition
class
InvertedLootCondition
class
KilledByPlayerLootCondition
class
LocationCheckLootCondition
(package private) static class
LootConditionManager.AndCondition
class
MatchToolLootCondition
class
RandomChanceLootCondition
class
RandomChanceWithLootingLootCondition
class
ReferenceLootCondition
class
SurvivesExplosionLootCondition
class
TableBonusLootCondition
class
TimeCheckLootCondition
class
ValueCheckLootCondition
class
WeatherCheckLootCondition
-
Uses of LootContextAware in net.minecraft.loot.context
Methods in net.minecraft.loot.context with parameters of type LootContextAware Modifier and Type Method Description void
LootContextType. validate(LootTableReporter reporter, LootContextAware parameterConsumer)
-
Uses of LootContextAware in net.minecraft.loot.function
Subinterfaces of LootContextAware in net.minecraft.loot.function Modifier and Type Interface Description interface
LootFunction
Classes in net.minecraft.loot.function that implement LootContextAware Modifier and Type Class Description class
ApplyBonusLootFunction
class
ConditionalLootFunction
class
CopyNameLootFunction
class
CopyNbtLootFunction
class
CopyStateFunction
class
EnchantRandomlyLootFunction
class
EnchantWithLevelsLootFunction
class
ExplorationMapLootFunction
class
ExplosionDecayLootFunction
class
FillPlayerHeadLootFunction
class
FurnaceSmeltLootFunction
class
LimitCountLootFunction
(package private) static class
LootFunctionManager.AndFunction
class
LootingEnchantLootFunction
class
SetAttributesLootFunction
class
SetBannerPatternFunction
class
SetContentsLootFunction
class
SetCountLootFunction
class
SetDamageLootFunction
class
SetEnchantmentsLootFunction
class
SetLootTableLootFunction
class
SetLoreLootFunction
class
SetNameLootFunction
class
SetNbtLootFunction
class
SetStewEffectLootFunction
-
Uses of LootContextAware in net.minecraft.loot.provider.number
Subinterfaces of LootContextAware in net.minecraft.loot.provider.number Modifier and Type Interface Description interface
LootNumberProvider
Classes in net.minecraft.loot.provider.number that implement LootContextAware Modifier and Type Class Description class
BinomialLootNumberProvider
class
ConstantLootNumberProvider
class
ScoreLootNumberProvider
class
UniformLootNumberProvider