public class CUpdateJigsawBlockPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
| Constructor and Description |
|---|
CUpdateJigsawBlockPacket() |
CUpdateJigsawBlockPacket(BlockPos p_i50757_1_,
ResourceLocation p_i50757_2_,
ResourceLocation p_i50757_3_,
java.lang.String p_i50757_4_) |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocation |
func_218786_c() |
ResourceLocation |
func_218787_d() |
java.lang.String |
func_218788_e() |
BlockPos |
func_218789_b() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic CUpdateJigsawBlockPacket()
public CUpdateJigsawBlockPacket(BlockPos p_i50757_1_, ResourceLocation p_i50757_2_, ResourceLocation p_i50757_3_, java.lang.String p_i50757_4_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void processPacket(IServerPlayNetHandler handler)
processPacket in interface IPacket<IServerPlayNetHandler>public BlockPos func_218789_b()
public ResourceLocation func_218786_c()
public ResourceLocation func_218787_d()
public java.lang.String func_218788_e()