Uses of Class
net.minecraft.loot.conditions.Alternative
-
Packages that use Alternative Package Description net.minecraft.loot.conditions net.minecraftforge.common.data -
-
Uses of Alternative in net.minecraft.loot.conditions
Methods in net.minecraft.loot.conditions that return Alternative Modifier and Type Method Description AlternativeAlternative.Serializer. deserialize(com.google.gson.JsonObject p_230423_1_, com.google.gson.JsonDeserializationContext p_230423_2_)Methods in net.minecraft.loot.conditions with parameters of type Alternative Modifier and Type Method Description voidAlternative.Serializer. serialize(com.google.gson.JsonObject p_230424_1_, Alternative p_230424_2_, com.google.gson.JsonSerializationContext p_230424_3_) -
Uses of Alternative in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type Alternative Modifier and Type Method Description private booleanForgeLootTableProvider. findAndReplaceInAlternative(Alternative alternative, Item from, ITag.INamedTag<Item> to)
-