Package devs.beer.nativepackets.api
Interface OpenSignEditorPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound sign-editor packet.
-
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() -
frontText
boolean frontText() -
position
void position(int x, int y, int z) -
frontText
void frontText(boolean frontText)
-