Skip to content

Main to next chunk 3 - #1129

Merged
object-Object merged 17 commits into
FallingColors:1.21from
s5bug:main-to-next-chunk3
Jun 10, 2026
Merged

Main to next chunk 3#1129
object-Object merged 17 commits into
FallingColors:1.21from
s5bug:main-to-next-chunk3

Conversation

@object-Object object-Object left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one deprecation removal

Comment on lines +40 to +51
/**
* @deprecated Binary compatibility API. Use exampleEntities instead.
*/
@Nullable
public abstract Entity exampleEntity(Level level);
@Deprecated
public final Entity exampleEntity(Level level) {
try {
return exampleEntities(level).iterator().next();
} catch (NoSuchElementException e) {
return null;
}
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This deprecated method can be removed

@object-Object
object-Object merged commit b2dc590 into FallingColors:1.21 Jun 10, 2026
4 of 8 checks passed
@github-project-automation github-project-automation Bot moved this from 📋 Backlog to ✅ Done in Hex Casting Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

7 participants