Uses of Class
net.minecraft.loot.condition.LootConditionManager
| Package | Description |
|---|---|
| net.minecraft.loot | |
| net.minecraft.loot.function | |
| net.minecraft.predicate.entity | |
| net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
| net.minecraft.server |
-
Uses of LootConditionManager in net.minecraft.loot
Fields in net.minecraft.loot declared as LootConditionManager Modifier and Type Field Description private LootConditionManagerLootManager. conditionManagerConstructors in net.minecraft.loot with parameters of type LootConditionManager Constructor Description LootManager(LootConditionManager conditionManager) -
Uses of LootConditionManager in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as LootConditionManager Modifier and Type Field Description private LootConditionManagerLootFunctionManager. lootConditionManagerConstructors in net.minecraft.loot.function with parameters of type LootConditionManager Constructor Description LootFunctionManager(LootConditionManager lootConditionManager, LootManager lootManager) -
Uses of LootConditionManager in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as LootConditionManager Modifier and Type Field Description private LootConditionManagerAdvancementEntityPredicateDeserializer. conditionManagerConstructors in net.minecraft.predicate.entity with parameters of type LootConditionManager Constructor Description AdvancementEntityPredicateDeserializer(Identifier advancementId, LootConditionManager conditionManager) -
Uses of LootConditionManager in net.minecraft.resource
Fields in net.minecraft.resource declared as LootConditionManager Modifier and Type Field Description private LootConditionManagerServerResourceManager. lootConditionManagerMethods in net.minecraft.resource that return LootConditionManager Modifier and Type Method Description LootConditionManagerServerResourceManager. getLootConditionManager() -
Uses of LootConditionManager in net.minecraft.server
Fields in net.minecraft.server declared as LootConditionManager Modifier and Type Field Description private LootConditionManagerServerAdvancementLoader. conditionManagerMethods in net.minecraft.server that return LootConditionManager Modifier and Type Method Description LootConditionManagerMinecraftServer. getPredicateManager()Constructors in net.minecraft.server with parameters of type LootConditionManager Constructor Description ServerAdvancementLoader(LootConditionManager conditionManager)