You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can set has_record to true directly through debugstick, but not through org.bukkit.block.data.type.Jukebox
. Obviously We need a method to set this value directly.
Describe the solution you'd like.
Add setHasRecord(boolean)
Describe alternatives you've considered.
Use Server.createBlockData(java.lang.String) to create a Jukebox with a specific has_record value
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.good first issueSimple bug fix or feature which would be a good first PR for someone new to the project
1 participant
Converted from issue
This discussion was converted from issue #10261 on April 28, 2024 17:44.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem?
I can set
has_record
to true directly through debugstick, but not throughorg.bukkit.block.data.type.Jukebox
. Obviously We need a method to set this value directly.
Describe the solution you'd like.
Add
setHasRecord(boolean)
Describe alternatives you've considered.
Use
Server.createBlockData(java.lang.String)
to create a Jukebox with a specifichas_record
valueOther
No response
Beta Was this translation helpful? Give feedback.
All reactions