public class CUpdateJigsawBlockPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private BlockPos |
field_218790_a |
private ResourceLocation |
field_218791_b |
private ResourceLocation |
field_218792_c |
private java.lang.String |
field_218793_d |
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, wait
shouldSkipErrors
private BlockPos field_218790_a
private ResourceLocation field_218791_b
private ResourceLocation field_218792_c
private java.lang.String field_218793_d
public 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.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public 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()