Skip to content

Conversation

@Faithcaio
Copy link
Contributor

@Faithcaio Faithcaio commented May 4, 2024

SpongeAPI | Sponge

@Faithcaio Faithcaio changed the base branch from api-10 to api-11 May 4, 2024 21:08
ImMorpheus and others added 7 commits May 4, 2024 23:14
- 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 <zidane@spongepowered.org>
This needs a far better fix in 11 but that comes with looking over DataPack objects as a whole.

Signed-off-by: Chris Sanders <zidane@spongepowered.org>
@Yeregorix
Copy link
Member

Instead of having :
EngineConnectionState
EngineConnectionIntentState
EngineConnectionLoginState
EngineConnectionConfigurationState
EngineConnectionGameState
Shouldn't we have :
EngineConnectionState
EngineConnectionState.Intent
EngineConnectionState.Login
EngineConnectionState.Configuration
EngineConnectionState.Game
?
Same for ClientConnectionState and ServerConnectionState.

Also why have EngineConnectionStates (all the constants) ?

@aromaa
Copy link
Member

aromaa commented May 13, 2024

Yes, thanks.

The constants are for the Channels, thats kinda how it was and I just kept the same idea.

* Gets the connection latency. This is constantly calculated by the server.
*
* @return The latency
* Represents an authenicated state between a minecraft client and server.
Copy link
Member

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

@ImMorpheus ImMorpheus marked this pull request as ready for review May 15, 2024 14:36
@ImMorpheus ImMorpheus merged commit 5f93bbb into api-11 May 15, 2024
@ImMorpheus ImMorpheus deleted the update/1.20.6 branch May 15, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants