public class SUpdateRecipesPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| コンストラクタと説明 |
|---|
SUpdateRecipesPacket() |
SUpdateRecipesPacket(java.util.Collection<IRecipe<?>> p_i48176_1_) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SUpdateRecipesPacket()
public SUpdateRecipesPacket(java.util.Collection<IRecipe<?>> p_i48176_1_)
public void processPacket(IClientPlayNetHandler handler)
processPacket インタフェース内 IPacket<IClientPlayNetHandler>public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData インタフェース内 IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData インタフェース内 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_)