summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockCactus.java
Commit message (Collapse)AuthorAgeLines
* [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