summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockStationary.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-93/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-2/+2
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-28/+24
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-3/+3
|
* Implement new cause versions of BlockIgniteEvent. Addresses BUKKIT-3609, ↵Yariv Livay2013-03-18-13/+9
| | | | BUKKIT-3656, BUKKIT-3657
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-14/+11
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-2/+2
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-14/+14
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-3/+6
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* [Bleeding] Call a LAVA BlockIgniteEvent in another place in BlockStationary. ↵zml20082012-03-15-5/+10
| | | | | | | Fixes BUKKIT-970 Also adds CraftEventFactory.callEvent(Event), which returns the event called. Currently only used for n.m.s.BlockStationary's lava BlockIgniteEvent calls.
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-3/+22
|
* Update for 1.0.0Erik Broes2011-11-20-1/+1
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-18/+10
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Implemented 1.6!Dinnerbone2011-05-26-3/+3
|
* Whitespace + general cleanupErik Broes2011-05-15-2/+2
|
* Update for 1.5_02.Erik Broes2011-04-21-2/+2
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-4/+4
|
* Generic code cleanupErik Broes2011-02-23-3/+3
|
* BlockStationary fixErik Broes2011-02-23-1/+1
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-5/+5
|
* Port to new mc-dev format.Erik Broes2011-01-30-39/+40
|
* Further fixes to fire eventsAndrew Ardill2011-01-19-12/+23
| | | | | Moved lava ignition event into the correct position. Spam should be reduced significantly.
* Moved block stuff from org.bukkit to org.bukkit.blockDinnerbone2011-01-15-2/+2
|
* Various fixes; boats, minecarts, musicblocksDinnerbone2011-01-14-1/+1
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-21/+22
|
* Added hooks for BlockIgniteEventspeakeasy2011-01-11-0/+72
Signed-off-by: speakeasy <mekevin1917@gmail.com>