Class DeclareCommandsPacket.Node
java.lang.Object
net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- Enclosing class:
- DeclareCommandsPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[]
byte
byte[]
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
read
(@NotNull BinaryReader reader) Reads from aBinaryReader
.void
write
(@NotNull BinaryWriter writer) Writes into aBinaryWriter
.
-
Field Details
-
flags
public byte flags -
children
public int[] children -
redirectedNode
public int redirectedNode -
name
-
parser
-
properties
public byte[] properties -
suggestionsType
-
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
write
Description copied from interface:Writeable
Writes into aBinaryWriter
. -
read
Description copied from interface:Readable
Reads from aBinaryReader
.
-