summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemSign.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-9/+8
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-2/+4
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-2/+2
|
* Direct all BlockPlaceEvents to a singular location. Fixes BUKKIT-3438feildmaster2013-01-27-20/+9
| | | | | | | | | | By having a single function to process BlockPlacement logic, we make it so that there is consistent behavior throughout all BlockPlace events. This should allow for easier troubleshooting and less diffs in source. This also fixes BUKKIT-3463 by including the correct coordinates that were clicked to the event.
* Don't update physics until after the place event. Fixes BUKKIT-3316Wizjany2012-12-27-3/+9
| | | | | | If you cancel a BlockPlaceEvent for a sign the world is updated as if the block was placed and then destroyed. To avoid this we set the block without updating physics then apply the update after the event.
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-2/+2
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-3/+4
|
* 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 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.0.0Erik Broes2011-11-20-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-2/+6
|
* 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.
* 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-3/+3
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-1/+0
|
* Fix BlockPlaceErik Broes2011-03-21-27/+15
|
* Fixed 'sign'-BlockFace (1!=l).Erik Broes2011-02-25-1/+1
|
* Generic cleanup/reformat.Erik Broes2011-02-02-1/+1
|
* Port to new mc-dev format.Erik Broes2011-01-30-53/+60
|
* removed some potential bugs from some itemsAndrew Ardill2011-01-24-5/+4
|
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-9/+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-5/+5
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-10/+11
| | | | the cost of extra ()'s
* Fixed lack of calling callEvent(event), finished Item Usedurron5972011-01-08-0/+72