Replies: 2 comments
-
Looks good however it's a little bit weird how those are missing since the impl is autogenerated by spigot. I will fix those in the generators branch for now but in the future stuff like this will be accessible through the property directly: #7223 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Resolved in 1.21.5 with the new generator |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
I can set
has_book
to true directly through debugstick, but not throughorg.bukkit.block.data.type.Lectern
. Obviously We need a method to set this value directly.Describe the solution you'd like.
Add a
setHasBook(boolean)
Describe alternatives you've considered.
Use Server.createBlockData(java.lang.String) to create a Lectern with a specific has_book value
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions