summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemFlintAndSteel.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-72/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-8/+4
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-4/+7
|
* Implement new cause versions of BlockIgniteEvent. Addresses BUKKIT-3609, ↵Yariv Livay2013-03-18-12/+2
| | | | 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
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-3/+1
| | | | | | | | | | | | | 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
* Updated to rename revision 02Erik Broes2012-03-01-1/+1
|
* [Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses ↵Feildmaster2012-02-23-1/+1
| | | | BUKKIT-767
* Update for 1.1_01 renames.Erik Broes2012-01-15-1/+1
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Update for 1.0.0Erik Broes2011-11-20-3/+3
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-30/+34
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-14/+5
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-3/+3
|
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-4/+4
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-3/+3
|
* Fix BlockPlaceErik Broes2011-03-21-23/+21
|
* Port to new mc-dev format.Erik Broes2011-01-30-27/+31
|
* removed some potential bugs from some itemsAndrew Ardill2011-01-24-7/+8
|
* Change block ignite in flint and steel to be seperate from item usespeakeasy2011-01-19-8/+13
|
* Further fixes to fire eventsAndrew Ardill2011-01-19-12/+22
| | | | | Moved lava ignition event into the correct position. Spam should be reduced significantly.
* Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.BlockDinnerbone2011-01-15-1/+1
|
* Moved block stuff from org.bukkit to org.bukkit.blockDinnerbone2011-01-15-2/+2
|
* All inventory stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-1/+1
| | | | org.bukkit.craftbukkit.inventory
* All entity stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-1/+1
| | | | org.bukkit.craftbukkit.entity
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-3/+3
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-12/+13
| | | | the cost of extra ()'s
* Fixed file name mismatch :(speakeasy2011-01-11-2/+7
| | | | Signed-off-by: speakeasy <mekevin1917@gmail.com>
* Fixed lack of calling callEvent(event), finished Item Usedurron5972011-01-08-0/+65