Skip to content
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

MultiToolPaintEvent #11

Open
DukeVindzor opened this issue Jun 16, 2015 · 2 comments
Open

MultiToolPaintEvent #11

DukeVindzor opened this issue Jun 16, 2015 · 2 comments

Comments

@DukeVindzor
Copy link
Contributor

Custom event for when user uses the paint brush.
Should be called in the onUse and onRangedUse methods in the PaintBrush class.

@DukeVindzor DukeVindzor added this to the All events completed milestone Jun 16, 2015
@AceDexter
Copy link
Contributor

@DukeVindzor This event would be called when a Player applies a data value (or label) of a previous selection to a block with a [left-click] correct?

@AceDexter AceDexter changed the title OnMultiToolPaint onMultiToolPaint Jun 16, 2015
@Zeboot
Copy link
Contributor

Zeboot commented Jun 17, 2015

painting is more than just label changing. painting applies an entirely new block AND label (paintbrush). This event would probably contain a fromMaterial and a toMaterial that can be access via getter methods (but not via setters)

@DukeVindzor DukeVindzor changed the title onMultiToolPaint MultiToolPaintEvent Jun 17, 2015
@AceDexter AceDexter self-assigned this Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants