-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
implement missed bukkit things #1625
Conversation
Would you mind migrating the |
of course, but i'm busy atm. i'll look into it tomorrow. |
No matter when. And, thank you. |
heya, sry for late. BannerPatternLayers.CODEC.parse(provider.createSerializationContext(NbtOps.INSTANCE), compoundTag.get("patterns")).resultOrPartial((string) -> {
LOGGER.error("Failed to parse banner patterns: '{}'", string);
}).ifPresent((bannerPatternLayers) -> {
this.patterns = bannerPatternLayers; // <- Here
}); this field is inside the lambda, so I have no idea about it. |
Yes, things inside the lambda is actually an anonymous method or inner anonymous class. |
Thx! |
@sj-hub9796 could you pretty please help on this matter pretty please ? 😃 |
yea, i'll look into it when i'm free |
alright, done! |
also bring mod sign fix from #1586 |
thank you so much ❤️ |
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.
oh, yeah, thank you
No description provided.