TheDreamSanctuary / Multitool

GNU General Public License v2.0
0 stars 2 forks source link

MultiToolPaintEvent #11

Open DukeVindzor opened 9 years ago

DukeVindzor commented 9 years ago

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

AceDexter commented 9 years ago

@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?

Zeboot commented 9 years ago

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)