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 LootConditionType
LootPredicateManager.AndCombiner. getType()
-
Uses of LootConditionType in net.minecraft.loot.conditions
Methods in net.minecraft.loot.conditions that return LootConditionType Modifier and Type Method Description LootConditionType
Alternative. getType()
LootConditionType
BlockStateProperty. getType()
LootConditionType
DamageSourceProperties. getType()
LootConditionType
EntityHasProperty. getType()
LootConditionType
EntityHasScore. getType()
LootConditionType
ILootCondition. getType()
LootConditionType
Inverted. getType()
LootConditionType
KilledByPlayer. getType()
LootConditionType
LocationCheck. getType()
LootConditionType
MatchTool. getType()
LootConditionType
RandomChance. getType()
LootConditionType
RandomChanceWithLooting. getType()
LootConditionType
Reference. getType()
LootConditionType
SurvivesExplosion. getType()
LootConditionType
TableBonus. getType()
LootConditionType
TimeCheck. getType()
LootConditionType
WeatherCheck. getType()
private static LootConditionType
LootConditionManager. 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_TYPE
static 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 LootConditionType
LootTableIdCondition. LOOT_TABLE_ID
Methods in net.minecraftforge.common.loot that return LootConditionType Modifier and Type Method Description LootConditionType
LootTableIdCondition. getType()
-