public class SUpdateRecipesPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.List<IRecipe<?>> | recipes | 
| Constructor and Description | 
|---|
| SUpdateRecipesPacket() | 
| SUpdateRecipesPacket(java.util.Collection<IRecipe<?>> p_i48176_1_) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends IRecipe<?>> | func_218771_a(T p_218771_0_,
             PacketBuffer p_218771_1_) | 
| static IRecipe<?> | func_218772_c(PacketBuffer p_218772_0_) | 
| java.util.List<IRecipe<?>> | getRecipes() | 
| void | processPacket(IClientPlayNetHandler handler) | 
| void | readPacketData(PacketBuffer buf) | 
| void | writePacketData(PacketBuffer buf) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorsprivate java.util.List<IRecipe<?>> recipes
public SUpdateRecipesPacket()
public SUpdateRecipesPacket(java.util.Collection<IRecipe<?>> p_i48176_1_)
public void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic java.util.List<IRecipe<?>> getRecipes()
public static IRecipe<?> func_218772_c(PacketBuffer p_218772_0_)
public static <T extends IRecipe<?>> void func_218771_a(T p_218771_0_, PacketBuffer p_218771_1_)