Package net.minecraft.loot
Interface IParameterized
-
- All Known Subinterfaces:
ILootCondition
,ILootFunction
- All Known Implementing Classes:
Alternative
,ApplyBonus
,BlockStateProperty
,CopyBlockState
,CopyName
,CopyNbt
,DamageSourceProperties
,EnchantRandomly
,EnchantWithLevels
,EntityHasProperty
,EntityHasScore
,ExplorationMap
,ExplosionDecay
,FillPlayerHead
,Inverted
,KilledByPlayer
,LimitCount
,LocationCheck
,LootFunction
,LootingEnchantBonus
,LootPredicateManager.AndCombiner
,LootTableIdCondition
,MatchTool
,RandomChance
,RandomChanceWithLooting
,Reference
,SetAttributes
,SetContents
,SetCount
,SetDamage
,SetLootTable
,SetLore
,SetName
,SetNBT
,SetStewEffect
,Smelt
,SurvivesExplosion
,TableBonus
,TimeCheck
,WeatherCheck
public interface IParameterized
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.Set<LootParameter<?>>
getReferencedContextParams()
default void
validate(ValidationTracker p_225580_1_)
-
-
-
Method Detail
-
getReferencedContextParams
default java.util.Set<LootParameter<?>> getReferencedContextParams()
-
validate
default void validate(ValidationTracker p_225580_1_)
-
-