summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityPainting.java
Commit message (Collapse)AuthorAgeLines
* Reverting the Drop API for now, we need to re-evalute this as it is causing ↵Warren Loo2012-03-27-21/+6
| | | | | | | | | | | | | | | | | | too many issues and blocking releases. This reverts commits: - d2d03afc8854394aeefb40ea5ebf224c8032b19f - 6245746e91123dd8ef70e5f15b7cdfc7e36d8e8c - 41fae5c613e9e69a8f6bdf33b23bb09d7f407433 - c34bdecab42cf4098054a5ea43e1c2958d44ae92 - d7445084ac9a90fa0b66d8b050b8d0d2a062eaf3 - 6a6ed2e6ae2328a8a791bcc6857c44dc6c6a7030 - a783bc4dc95da8e26c673abe48fad96b550aba28 - cb50fd68766df8e07631ba5be85759f8257e8068 - 34dfff2ad5c407c712b2783f02960aac5e8649f2 - f33b513820de987b49a4338e85df80968217a601 - 5fd9fdfde055e6eb6a83db246d009b69377b7c94 - 2795b116f40d06551fbb7b96d1963c0ddbeac384
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-4/+4
|
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵Celtic Minstrel2012-03-21-5/+20
| | | | | | | | BUKKIT-397 and fixes BUKKIT-1252 - Allows drops in creative mode by adding items to the getDrops() list - Contents of containers are not reported - Contents of storage minecarts are not reported
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-3/+3
|
* Updated to rename revision 02Erik Broes2012-03-01-14/+9
|
* Fixed sprinting while breaking a painting edge case. Fixes BUKKIT-740EvilSeph2012-02-13-2/+5
|
* Fix formatting.Erik Broes2012-01-15-2/+2
|
* Updated to Minecraft 1.1Erik Broes2012-01-12-2/+2
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-64/+63
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-8/+8
|
* Implementation of reworked EntityCombustEventsAndrew Ardill2011-11-29-19/+0
| | | | | Also includes some extra comments, and a refactoring of the PaintingBreakByEntity event that is raised when lighting strikes a painting.
* Update for 1.0.0Erik Broes2011-11-20-28/+22
|
* Painting improvements. Thanks CelticMinstrel!EvilSeph2011-10-01-6/+48
| | | | Implement get/setArt and facing direction for paintings; expanded painting break causes; added painting support to World.spawn
* data improvementsTahg2011-09-26-0/+1
|
* painting fixTahg2011-09-17-11/+25
|
* Rename revision 2Dinnerbone2011-09-15-1/+1
|
* 1.8 rename fixesDinnerbone2011-09-15-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-9/+9
|
* Update for 1.7.3Dinnerbone2011-07-08-0/+14
|
* 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-8/+4
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Update for 1.6.5Erik Broes2011-05-30-3/+3
|
* Implemented 1.6!Dinnerbone2011-05-26-1/+1
|
* Whitespace + general cleanupErik Broes2011-05-15-2/+2
|
* fixed painting NPETahg2011-04-26-1/+1
|
* Implemented painting events (thanks verrier and tanelsuurhans)Erik Broes2011-04-25-0/+255
|
* Reworked getEntity; Hi instanceof, bay 16 classesErik Broes2011-01-30-238/+0
|
* Port to new mc-dev format.Erik Broes2011-01-30-112/+132
|
* Fixed painting placementErik Broes2011-01-23-1/+1
|
* 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/+209
These are needed to properly allow for determining class type, in accordance with current practice.