summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityGhast.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-20/+20
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-9/+9
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-9/+9
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-60/+53
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-13/+13
|
* Update Fireballs to account for ExplosionPower. Fixes BUKKIT-3460feildmaster2013-01-27-1/+2
| | | | Adds BUKKIT-3516
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-3/+18
|
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-2/+2
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-9/+11
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-49/+49
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-21/+23
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-4/+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 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-12/+12
|
* Updated to rename revision 02Erik Broes2012-03-01-1/+1
|
* 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-6/+6
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-4/+4
|
* Fixed EntityDeathEvent not throwing for Ghasts and Pig Zombies (fixes issue #13)Nathan Adams2011-11-27-4/+12
|
* Update for 1.0.0Erik Broes2011-11-20-21/+51
|
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-4/+4
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-16/+17
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-3/+3
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-25/+21
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Added Entity target events to EntityGhast. Thanks winsock!EvilSeph2011-06-19-0/+198
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-154/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-83/+83
|
* 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
|
* fixes to combust event so that it is raised only once on combustion.Andrew Ardill2011-01-18-1/+0
| | | | minor fixes to imports
* Addition of all Entity classes.Andrew Ardill2011-01-18-0/+8
| | | | | | 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/+145
These are needed to properly allow for determining class type, in accordance with current practice.