public class PacketChiselingRecipes
extends java.lang.Object
implements com.supermartijn642.core.network.BasePacket
| Constructor and Description |
|---|
PacketChiselingRecipes() |
PacketChiselingRecipes(java.util.List<ChiselingRecipe> recipes) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.supermartijn642.core.network.PacketContext context) |
void |
read(net.minecraft.network.PacketBuffer buffer) |
boolean |
verify(com.supermartijn642.core.network.PacketContext context) |
void |
write(net.minecraft.network.PacketBuffer buffer) |
public PacketChiselingRecipes(java.util.List<ChiselingRecipe> recipes)
public PacketChiselingRecipes()
public void write(net.minecraft.network.PacketBuffer buffer)
write in interface com.supermartijn642.core.network.BasePacketpublic void read(net.minecraft.network.PacketBuffer buffer)
read in interface com.supermartijn642.core.network.BasePacketpublic boolean verify(com.supermartijn642.core.network.PacketContext context)
verify in interface com.supermartijn642.core.network.BasePacketpublic void handle(com.supermartijn642.core.network.PacketContext context)
handle in interface com.supermartijn642.core.network.BasePacket