summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntitySquid.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-3/+3
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-11/+11
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-4/+4
| | | | | 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-8/+8
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-20/+31
|
* Refactored a bunch of death code into the event factoryDinnerbone2011-09-21-10/+2
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-45/+45
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-5/+7
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-15/+6
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Made Squids fire EntityDeath events.EvilSeph2011-06-14-0/+164
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-157/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-88/+77
|
* 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/+159
These are needed to properly allow for determining class type, in accordance with current practice.