summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntitySpider.java
Commit message (Collapse)AuthorAgeLines
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-2/+2
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-14/+14
|
* Fix formatting.Erik Broes2012-01-15-7/+7
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-2/+2
| | | | | 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.
* Updated to Minecraft 1.1Erik Broes2012-01-12-5/+5
|
* Fixed spiders not respecting the EntityDeathEvent. This fixes BUKKIT-275.EvilSeph2011-12-10-2/+20
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-6/+6
|
* Update for 1.0.0Erik Broes2011-11-20-13/+64
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-9/+11
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-6/+3
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Update for 1.6.5Erik Broes2011-05-30-1/+1
|
* Implemented 1.6!Dinnerbone2011-05-26-1/+1
|
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
|
* Update for 1.5_02.Erik Broes2011-04-21-12/+12
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-5/+5
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-5/+9
|
* Generic code cleanupErik Broes2011-02-23-1/+2
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-4/+4
|
* Fixed rogue chmodsErik Broes2011-01-30-0/+0
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-6/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-32/+32
|
* EntityTargetEventTaylor Kelly2011-01-26-2/+16
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-4/+4
|
* fixed imports on all EntitiesAndrew Ardill2011-01-18-0/+2
|
* Addition of all Entity classes.Andrew Ardill2011-01-18-0/+7
| | | | | | Each Entity creates a corresponding instance of a Craft Entity, to be used whenever sending instances to an event handler with getBukkitEntity().
* Adding all Entities into CraftBukkit.Andrew Ardill2011-01-18-0/+79
These are needed to properly allow for determining class type, in accordance with current practice.