summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockCactus.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-19/+19
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-3/+3
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-15/+11
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-4/+4
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-10/+11
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-6/+3
| | | | | | | | | | | | | 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
* Apply setLastDamageCause after processing events and the event has not been ↵feildmaster2012-07-02-0/+1
| | | | | | | | canceled. Fixes BUKKIT-1881 This allows previous causes to be available during the event, as well as making the damage cause a valid one. If EntityDamageEvent is canceled, then it's not the last DamageCause. Also prevents setting DamageCause involuntarily through construction.
* [Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104Feildmaster2012-02-22-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-1/+5
|
* Rename revision 2Dinnerbone2011-09-15-2/+2
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-2/+2
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-2/+2
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-8/+4
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Implemented 1.6!Dinnerbone2011-05-26-1/+5
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-9/+9
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-1/+1
|
* Generic code cleanupErik Broes2011-02-23-3/+3
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-2/+2
|
* Port to new mc-dev format.Erik Broes2011-01-30-40/+25
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-6/+1
|
* small change to block event with lava and cactus, to improveAndrew Ardill2011-01-18-4/+10
| | | | readability and consistency
* Implementation of the EntityDamage*Events.Andrew Ardill2011-01-16-11/+10
| | | | | | | | | | | | | Many files were added to enable the correct hooking of these events, and a new event EntityDamageByProjectileEvent. EntityDamageByProjectileEvent adds the ability to get the projectile entity (such as an egg) and also set if the projectile 'bounces'. Only two projectiles currently respond to bouncing, Arrow and Fish - were if the fish bounces it means the fish is not hooked. Bouncing is independent of any damage caused via the event. In addition, the changes to EntityDamageEvent that enable setting post-event damage were implemented in all hooks. Finally, a bug in CraftArrow was fixed, where the constructor was not declared public.
* Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.BlockDinnerbone2011-01-15-1/+1
|
* All entity stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-3/+3
| | | | org.bukkit.craftbukkit.entity
* All entity stuff in org.bukkit moved to org.bukkit.entityDinnerbone2011-01-15-1/+1
|
* Events should be present tense, not paste tense.Erik Broes2011-01-15-3/+3
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-9/+9
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-15/+16
| | | | the cost of extra ()'s
* Explosion damage entity hook.angelsl2011-01-03-2/+7
|
* Cactus damage event.angelsl2011-01-03-0/+110