CC-Tweaked/src/main/java/dan200/computercraft/api/turtle/event
SquidDev 2965fb666f Some further cleanup and 1.13 cherry-picks
Are most of these changes small and petty? Yes. However, IMO they do
make the code more readable. Anyway, a summary of some of the more
interesting changes:

 - Expose Abstract*Upgrade classes in the API
 - Fix the spelling of Jonathan in the API docs (*shakes fist*)
 - Fix bug with printout not working in the offhand.
 - Rename any argments/variables accidentally named "m_*", and add an
   inspection to prevent it happening again.
 - Remove most of the Block*.Properties classes - just inline them in
   the parent class.
 - Return super.writeToNBT instead of reassigning at the top.
2019-04-02 12:08:03 +01:00
..
TurtleAction.java Remove redundant line in copyright header 2019-01-03 11:02:21 +00:00
TurtleActionEvent.java Remove redundant line in copyright header 2019-01-03 11:02:21 +00:00
TurtleAttackEvent.java Remove redundant line in copyright header 2019-01-03 11:02:21 +00:00
TurtleBlockEvent.java Cherry pick several improvements from 1.13 2019-03-27 19:20:59 +00:00
TurtleEvent.java Remove redundant line in copyright header 2019-01-03 11:02:21 +00:00
TurtleInspectItemEvent.java Add an event for inspecting items too 2019-03-27 20:58:14 +00:00
TurtleInventoryEvent.java Some further cleanup and 1.13 cherry-picks 2019-04-02 12:08:03 +01:00
TurtlePlayerEvent.java Remove redundant line in copyright header 2019-01-03 11:02:21 +00:00
TurtleRefuelEvent.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
package-info.java Remove redundant line in copyright header 2019-01-03 11:02:21 +00:00