-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Expose more data for MusicInstrument #12415
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
base: main
Are you sure you want to change the base?
Conversation
Thanks @Doc94 to still looking into this, still waiting for it to get into Paper so I can finally get those custom goat horn working like I want them 🤣 |
* | ||
* @return a sound | ||
*/ | ||
public abstract Sound getSoundEvent(); |
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.
I'd just call it getSound instead of SoundEvent
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.
Hmm just the method not?
I set this name for avoid confusing for what this get and make consist with the create instrument PR.
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.
LGTM Otherwise please change the method name of sound.
Consistency with the instrument PR is not needed in this case since those represent the concrete schema types.
okay this and with the Kenny comment i rename the method |
This PR take the base of #11925 for expose the data in MusicInstrument for keep the old PR just for create new ones when support exists.