Package devs.beer.nativepackets.api
Interface SetCommandBlockPacketView
- All Superinterfaces:
PacketView
Serverbound command-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() -
command
String command() -
mode
CommandBlockMode mode() -
trackOutput
boolean trackOutput() -
conditional
boolean conditional() -
automatic
boolean automatic()
-