summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityTNTPrimed.java
Commit message (Collapse)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-8/+3
| | | | | | | | | | | | | 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-4/+4
|
* Updated to Minecraft 1.1Erik Broes2012-01-12-2/+2
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-3/+3
|
* Update for 1.0.0Erik Broes2011-11-20-5/+5
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-4/+4
|
* 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-7/+7
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Added the implementation of the concept of an Explosive.sunkid2011-06-17-3/+6
|
* Update for 1.6.5Erik Broes2011-05-30-3/+5
|
* Implemented 1.6!Dinnerbone2011-05-26-5/+7
|
* Update for 1.5_02.Erik Broes2011-04-21-7/+7
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-8/+8
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-4/+7
|
* Updated for the cleanups done in BukkitErik Broes2011-03-26-2/+1
|
* Fixing event namesErik Broes2011-03-21-3/+3
|
* TNT now gives its entity to the damage handlerGunther De Wachter2011-03-17-1/+2
|
* Generic code cleanupErik Broes2011-02-23-6/+7
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-10/+12
|
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-1/+0
|
* Added EXPLOSION_PRIMED event.culturespy2011-02-12-0/+88
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-82/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-37/+39
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-4/+4
|
* fixed imports on all EntitiesAndrew Ardill2011-01-18-1/+2
|
* 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/+71
These are needed to properly allow for determining class type, in accordance with current practice.