JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.cloudburstmc.protocol.common
Interface Definition
All Known Subinterfaces:
NamedDefinition
public interface
Definition
A mapping for a protocol feature that uses runtime IDs to transmit data more efficiently.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getRuntimeId
()
The runtime ID of this definition to be sent over the network.
Method Detail
getRuntimeId
int getRuntimeId()
The runtime ID of this definition to be sent over the network.
Returns:
runtime id
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method