summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemFireball.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-67/+0
| | | | For more information please see http://www.spigotmc.org/
* Refactored BlockPlaceEvent and BlockChangeDelegate. Adds BUKKIT-5558bloodshot2014-04-23-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 23 classes have been removed as they are no longer needed using the new capture logic. This should help quite a bit with future MC updates. BlockPlaceEvent Refactor Before calling Item.interactWith, a recording flag is turned on for setTypeAndData to capture a blockstate for each block that attempts to be set. When a block place event is cancelled, the recorded blockstate, stack size, and metadata will revert back to the captured state. If the event is not cancelled, a notification will be sent to clients and block physics will be updated. BlockChangeDelegate Refactor Now that we have the ability to capture blockstates through world, there is no need to modify world gen classes with BlockChangeDelegate. Instead we will simply capture blocks during world generation in order to "replay" all of the captured blockstates to send back to delegates. StructureGrowDelegate and BlockSapling.TreeGenerator have also been removed as part of this change. BlockSapling and BlockMushroom will capture blockstates the same as block placement and revert back any grow events if needed.
* [Bleeding] Add many missing event calls.GJ2014-04-18-0/+17
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-1/+1
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-7/+4
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Implement new cause versions of BlockIgniteEvent. Addresses BUKKIT-3609, ↵Yariv Livay2013-03-18-12/+1
| | | | BUKKIT-3656, BUKKIT-3657
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-2/+2
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-1/+1
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-3/+4
|
* Fire events for fireball item usage. Fixes BUKKIT-1566Travis Watkins2012-05-09-0/+20
|
* Add ItemFireball from mc-dev for diff visibilityTravis Watkins2012-05-09-0/+55