summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemRedstone.java
Commit message (Collapse)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-6/+2
| | | | | | | | | | | | | 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 CraftBukkit to 1.2Nathan Adams2012-03-01-5/+3
|
* 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
* Fixed BlockPlace event. Fixes BUKKIT-663Tahg2012-01-30-4/+7
|
* Reverted onPlace changes.EvilSeph2012-01-28-1/+0
|
* [Bleeding] Audit of onPlace methods, Moved to postPlace as appropriate.Tahg2012-01-24-0/+1
| | | | Closes BUKKIT-89
* Fix formatting.Erik Broes2012-01-15-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-14/+18
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-2/+1
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Properly fixed BlockPlace event for Redstone wire.EvilSeph2011-06-15-1/+3
|
* Fixed redstone current being sent even if a BlockPlace was cancelled.EvilSeph2011-06-09-2/+2
|
* Whitespace + general cleanupErik Broes2011-05-15-34/+36
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-2/+2
|
* Fix BlockPlaceErik Broes2011-03-21-23/+13
|
* More PLAYER_ITEM blockFace fixes of static fails; (1!=l) -- Thanks Scient ↵Erik Broes2011-02-25-1/+1
| | | | for pointing it out
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-1/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-27/+36
|
* removed some potential bugs from some itemsAndrew Ardill2011-01-24-4/+5
|
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-10/+19
| | | | Entity.getBukkitEntity() is now used instead.
* Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.BlockDinnerbone2011-01-15-1/+1
|
* 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-1/+1
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-9/+9
| | | | the cost of extra ()'s
* Fixed lack of calling callEvent(event), finished Item Usedurron5972011-01-08-0/+58