Uses of Interface
net.minecraft.loot.IParameterized
-
Packages that use IParameterized Package Description net.minecraft.loot net.minecraft.loot.conditions net.minecraft.loot.functions net.minecraftforge.common.loot -
-
Uses of IParameterized in net.minecraft.loot
Classes in net.minecraft.loot that implement IParameterized Modifier and Type Class Description class
LootFunction
(package private) static class
LootPredicateManager.AndCombiner
Methods in net.minecraft.loot with parameters of type IParameterized Modifier and Type Method Description void
LootParameterSet. validateUser(ValidationTracker p_227556_1_, IParameterized p_227556_2_)
void
ValidationTracker. validateUser(IParameterized p_227528_1_)
-
Uses of IParameterized in net.minecraft.loot.conditions
Subinterfaces of IParameterized in net.minecraft.loot.conditions Modifier and Type Interface Description interface
ILootCondition
Classes in net.minecraft.loot.conditions that implement IParameterized Modifier and Type Class Description class
Alternative
class
BlockStateProperty
class
DamageSourceProperties
class
EntityHasProperty
class
EntityHasScore
class
Inverted
class
KilledByPlayer
class
LocationCheck
class
MatchTool
class
RandomChance
class
RandomChanceWithLooting
class
Reference
class
SurvivesExplosion
class
TableBonus
class
TimeCheck
class
WeatherCheck
-
Uses of IParameterized in net.minecraft.loot.functions
Subinterfaces of IParameterized in net.minecraft.loot.functions Modifier and Type Interface Description interface
ILootFunction
Classes in net.minecraft.loot.functions that implement IParameterized Modifier and Type Class Description class
ApplyBonus
class
CopyBlockState
class
CopyName
class
CopyNbt
class
EnchantRandomly
class
EnchantWithLevels
class
ExplorationMap
class
ExplosionDecay
class
FillPlayerHead
class
LimitCount
class
LootingEnchantBonus
class
SetAttributes
class
SetContents
class
SetCount
class
SetDamage
class
SetLootTable
class
SetLore
class
SetName
class
SetNBT
class
SetStewEffect
class
Smelt
-
Uses of IParameterized in net.minecraftforge.common.loot
Classes in net.minecraftforge.common.loot that implement IParameterized Modifier and Type Class Description class
LootTableIdCondition
-