-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/1.20.6 #2501
Update/1.20.6 #2501
Conversation
- Expose and unify the data properties between WorldType and WorldTypeTemplate - Remove the type getter from template. This prompts a much larger discussion about data packs but templates should never reference their actual built type. It is an implementation detail and the API should declare these as temporary, lifecycle-like objects. Signed-off-by: Chris Sanders <[email protected]>
This needs a far better fix in 11 but that comes with looking over DataPack objects as a whole. Signed-off-by: Chris Sanders <[email protected]>
src/main/java/org/spongepowered/api/network/EngineConnectionStates.java
Outdated
Show resolved
Hide resolved
Instead of having : Also why have |
Yes, thanks. The constants are for the |
src/main/java/org/spongepowered/api/network/ServerConnectionState.java
Outdated
Show resolved
Hide resolved
* Gets the connection latency. This is constantly calculated by the server. | ||
* | ||
* @return The latency | ||
* Represents an authenicated state between a minecraft client and server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still typo, authenicated
is missing a t
SpongeAPI | Sponge