public class ServerExplosionPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerExplosionPacket(float x,
float y,
float z,
float radius,
List<ExplodedBlockRecord> exploded,
float pushX,
float pushY,
float pushZ) |
| Modifier and Type | Method and Description |
|---|---|
List<ExplodedBlockRecord> |
getExploded() |
float |
getPushX() |
float |
getPushY() |
float |
getPushZ() |
float |
getRadius() |
float |
getX() |
float |
getY() |
float |
getZ() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerExplosionPacket(float x,
float y,
float z,
float radius,
List<ExplodedBlockRecord> exploded,
float pushX,
float pushY,
float pushZ)
public float getX()
public float getY()
public float getZ()
public float getRadius()
public List<ExplodedBlockRecord> getExploded()
public float getPushX()
public float getPushY()
public float getPushZ()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.