Class SUpdateRecipesPacket
- java.lang.Object
-
- net.minecraft.network.play.server.SUpdateRecipesPacket
-
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
public class SUpdateRecipesPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
-
-
Constructor Summary
Constructors Constructor Description SUpdateRecipesPacket()
SUpdateRecipesPacket(java.util.Collection<IRecipe<?>> p_i48176_1_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IRecipe<?>
fromNetwork(PacketBuffer p_218772_0_)
java.util.List<IRecipe<?>>
getRecipes()
void
handle(IClientPlayNetHandler p_148833_1_)
void
read(PacketBuffer p_148837_1_)
static <T extends IRecipe<?>>
voidtoNetwork(T p_218771_0_, PacketBuffer p_218771_1_)
void
write(PacketBuffer p_148840_1_)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
-
-
-
Field Detail
-
recipes
private java.util.List<IRecipe<?>> recipes
-
-
Constructor Detail
-
SUpdateRecipesPacket
public SUpdateRecipesPacket()
-
SUpdateRecipesPacket
public SUpdateRecipesPacket(java.util.Collection<IRecipe<?>> p_i48176_1_)
-
-
Method Detail
-
handle
public void handle(IClientPlayNetHandler p_148833_1_)
- Specified by:
handle
in interfaceIPacket<IClientPlayNetHandler>
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
read
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
java.io.IOException
-
getRecipes
public java.util.List<IRecipe<?>> getRecipes()
-
fromNetwork
public static IRecipe<?> fromNetwork(PacketBuffer p_218772_0_)
-
toNetwork
public static <T extends IRecipe<?>> void toNetwork(T p_218771_0_, PacketBuffer p_218771_1_)
-
-