public class CUpdateStructureBlockPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
コンストラクタと説明 |
---|
CUpdateStructureBlockPacket() |
CUpdateStructureBlockPacket(BlockPos p_i49541_1_,
StructureBlockTileEntity.UpdateCommand p_i49541_2_,
StructureMode p_i49541_3_,
java.lang.String p_i49541_4_,
BlockPos p_i49541_5_,
BlockPos p_i49541_6_,
Mirror p_i49541_7_,
Rotation p_i49541_8_,
java.lang.String p_i49541_9_,
boolean p_i49541_10_,
boolean p_i49541_11_,
boolean p_i49541_12_,
float p_i49541_13_,
long p_i49541_14_) |
修飾子とタイプ | メソッドと説明 |
---|---|
StructureBlockTileEntity.UpdateCommand |
func_210384_b() |
float |
getIntegrity() |
java.lang.String |
getMetadata() |
Mirror |
getMirror() |
StructureMode |
getMode() |
java.lang.String |
getName() |
BlockPos |
getPos() |
BlockPos |
getPosition() |
Rotation |
getRotation() |
long |
getSeed() |
BlockPos |
getSize() |
void |
processPacket(IServerPlayNetHandler handler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
boolean |
shouldIgnoreEntities() |
boolean |
shouldShowAir() |
boolean |
shouldShowBoundingBox() |
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public CUpdateStructureBlockPacket()
public CUpdateStructureBlockPacket(BlockPos p_i49541_1_, StructureBlockTileEntity.UpdateCommand p_i49541_2_, StructureMode p_i49541_3_, java.lang.String p_i49541_4_, BlockPos p_i49541_5_, BlockPos p_i49541_6_, Mirror p_i49541_7_, Rotation p_i49541_8_, java.lang.String p_i49541_9_, boolean p_i49541_10_, boolean p_i49541_11_, boolean p_i49541_12_, float p_i49541_13_, long p_i49541_14_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
インタフェース内 IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
インタフェース内 IPacket<IServerPlayNetHandler>
java.io.IOException
public void processPacket(IServerPlayNetHandler handler)
processPacket
インタフェース内 IPacket<IServerPlayNetHandler>
public BlockPos getPos()
public StructureBlockTileEntity.UpdateCommand func_210384_b()
public StructureMode getMode()
public java.lang.String getName()
public BlockPos getPosition()
public BlockPos getSize()
public Mirror getMirror()
public Rotation getRotation()
public java.lang.String getMetadata()
public boolean shouldIgnoreEntities()
public boolean shouldShowAir()
public boolean shouldShowBoundingBox()
public float getIntegrity()
public long getSeed()