Uses of Class
net.minecraft.loot.LootConditionType
-
Packages that use LootConditionType Package Description net.minecraft.loot net.minecraft.loot.conditions net.minecraft.util.registry net.minecraftforge.common.loot -
-
Uses of LootConditionType in net.minecraft.loot
Methods in net.minecraft.loot that return LootConditionType Modifier and Type Method Description LootConditionTypeLootPredicateManager.AndCombiner. getType() -
Uses of LootConditionType in net.minecraft.loot.conditions
Methods in net.minecraft.loot.conditions that return LootConditionType Modifier and Type Method Description LootConditionTypeAlternative. getType()LootConditionTypeBlockStateProperty. getType()LootConditionTypeDamageSourceProperties. getType()LootConditionTypeEntityHasProperty. getType()LootConditionTypeEntityHasScore. getType()LootConditionTypeILootCondition. getType()LootConditionTypeInverted. getType()LootConditionTypeKilledByPlayer. getType()LootConditionTypeLocationCheck. getType()LootConditionTypeMatchTool. getType()LootConditionTypeRandomChance. getType()LootConditionTypeRandomChanceWithLooting. getType()LootConditionTypeReference. getType()LootConditionTypeSurvivesExplosion. getType()LootConditionTypeTableBonus. getType()LootConditionTypeTimeCheck. getType()LootConditionTypeWeatherCheck. getType()private static LootConditionTypeLootConditionManager. register(java.lang.String p_237475_0_, ILootSerializer<? extends ILootCondition> p_237475_1_) -
Uses of LootConditionType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type LootConditionType Modifier and Type Field Description static Registry<LootConditionType>Registry. LOOT_CONDITION_TYPEstatic RegistryKey<Registry<LootConditionType>>Registry. LOOT_ITEM_REGISTRY -
Uses of LootConditionType in net.minecraftforge.common.loot
Fields in net.minecraftforge.common.loot declared as LootConditionType Modifier and Type Field Description static LootConditionTypeLootTableIdCondition. LOOT_TABLE_IDMethods in net.minecraftforge.common.loot that return LootConditionType Modifier and Type Method Description LootConditionTypeLootTableIdCondition. getType()
-