Class SUpdateTileEntityPacket
- java.lang.Object
-
- net.minecraft.network.play.server.SUpdateTileEntityPacket
-
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
public class SUpdateTileEntityPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
-
-
Field Summary
Fields Modifier and Type Field Description private BlockPosposprivate CompoundNBTtagprivate inttype
-
Constructor Summary
Constructors Constructor Description SUpdateTileEntityPacket()SUpdateTileEntityPacket(BlockPos p_i46967_1_, int p_i46967_2_, CompoundNBT p_i46967_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockPosgetPos()CompoundNBTgetTag()intgetType()voidhandle(IClientPlayNetHandler p_148833_1_)voidread(PacketBuffer p_148837_1_)voidwrite(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
-
pos
private BlockPos pos
-
type
private int type
-
tag
private CompoundNBT tag
-
-
Constructor Detail
-
SUpdateTileEntityPacket
public SUpdateTileEntityPacket()
-
SUpdateTileEntityPacket
public SUpdateTileEntityPacket(BlockPos p_i46967_1_, int p_i46967_2_, CompoundNBT p_i46967_3_)
-
-
Method Detail
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
readin interfaceIPacket<IClientPlayNetHandler>- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
writein interfaceIPacket<IClientPlayNetHandler>- Throws:
java.io.IOException
-
handle
public void handle(IClientPlayNetHandler p_148833_1_)
- Specified by:
handlein interfaceIPacket<IClientPlayNetHandler>
-
getPos
public BlockPos getPos()
-
getType
public int getType()
-
getTag
public CompoundNBT getTag()
-
-