public class SPacketUpdateRecipes extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Constructor and Description |
|---|
SPacketUpdateRecipes() |
SPacketUpdateRecipes(java.util.Collection<IRecipe> p_i48176_1_) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IRecipe> |
getRecipes() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SPacketUpdateRecipes()
public SPacketUpdateRecipes(java.util.Collection<IRecipe> p_i48176_1_)
public void processPacket(INetHandlerPlayClient handler)
processPacket in interface Packet<INetHandlerPlayClient>public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic java.util.List<IRecipe> getRecipes()