summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityCow.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-9/+13
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-8/+12
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-19/+20
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-12/+5
| | | | | | | | | | | | | 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-1/+1
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-5/+18
|
* 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-1/+1
|
* Stop converting ItemStack to nms ItemStack by handAndrew Ardill2011-12-13-5/+1
| | | | | | | This should fix many issues with enchantments being lost, as the method used takes care of enchantments. Additionally, use the new nms ItemStack constructor in places where appropriate. Fixes (at least part of) BUKKIT-7. Need to identify any further places to fix.
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-15/+21
|
* Refactored a bunch of death code into the event factoryDinnerbone2011-09-21-8/+1
|
* Added/updated EntityDeathEvents to reflect changes to the Vanilla spec.EvilSeph2011-09-20-11/+21
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-6/+26
|
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
|
* Update for 1.5_02.Erik Broes2011-04-21-9/+9
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-2/+2
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-1/+1
|
* Minor cleanupsErik Broes2011-03-23-2/+0
|
* Implement Bucket eventsErik Broes2011-03-21-0/+72
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-59/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-9/+10
|
* 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/+49
These are needed to properly allow for determining class type, in accordance with current practice.