Package devs.beer.nativepackets.api
Interface SetStructureBlockPacketView
- All Superinterfaces:
PacketView
Serverbound structure-block update.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
blockX
int blockX() -
blockY
int blockY() -
blockZ
int blockZ() -
action
StructureUpdateAction action() -
mode
StructureMode mode() -
name
String name() -
offsetX
int offsetX() -
offsetY
int offsetY() -
offsetZ
int offsetZ() -
sizeX
int sizeX() -
sizeY
int sizeY() -
sizeZ
int sizeZ() -
mirror
BlockMirror mirror() -
rotation
BlockRotation rotation() -
data
String data() -
ignoreEntities
boolean ignoreEntities() -
hasStrict
boolean hasStrict() -
strict
boolean strict() -
showAir
boolean showAir() -
showBoundingBox
boolean showBoundingBox() -
integrity
float integrity() -
seed
long seed()
-