Uses of Class
net.minecraft.loot.conditions.MatchTool
-
Packages that use MatchTool Package Description net.minecraft.loot.conditions net.minecraftforge.common.data -
-
Uses of MatchTool in net.minecraft.loot.conditions
Methods in net.minecraft.loot.conditions that return MatchTool Modifier and Type Method Description MatchTool
MatchTool.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 MatchTool Modifier and Type Method Description void
MatchTool.Serializer. serialize(com.google.gson.JsonObject p_230424_1_, MatchTool p_230424_2_, com.google.gson.JsonSerializationContext p_230424_3_)
-
Uses of MatchTool in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type MatchTool Modifier and Type Method Description private boolean
ForgeLootTableProvider. checkMatchTool(MatchTool lootCondition, Item expected)
-