Uses of Class
net.minecraftforge.common.crafting.CompoundIngredient
-
Packages that use CompoundIngredient Package Description net.minecraftforge.common.crafting -
-
Uses of CompoundIngredient in net.minecraftforge.common.crafting
Methods in net.minecraftforge.common.crafting that return CompoundIngredient Modifier and Type Method Description CompoundIngredient
CompoundIngredient.Serializer. parse(com.google.gson.JsonObject json)
CompoundIngredient
CompoundIngredient.Serializer. parse(PacketBuffer buffer)
Methods in net.minecraftforge.common.crafting with parameters of type CompoundIngredient Modifier and Type Method Description void
CompoundIngredient.Serializer. write(PacketBuffer buffer, CompoundIngredient ingredient)
-