summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityMinecart.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-24/+9
| | | | | | | | | | | | | | | | | | 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-6/+14
|
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵Celtic Minstrel2012-03-21-8/+23
| | | | | | | | 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
* Fixed translation issue in EntityMinecart. Addresses BUKKIT-980EvilSeph2012-03-16-2/+2
|
* [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076Celtic Minstrel2012-03-15-3/+8
| | | | - Custom inventories also respect this setting now.
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-20/+31
|
* Updated to rename revision 02Erik Broes2012-03-01-4/+6
|
* [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856Celtic Minstrel2012-02-29-1/+24
| | | | | | | | | | | | See the corresponding Bukkit commit for details. Implementation details: - Any packets that include an itemstack will send air stacks as null; maybe this will even eliminate the client crash that occurs if the client receives an air stack - Better handling of null itemstacks in general (ie less converting them to air stacks) - Inventory.setContents() can now take an array smaller than the inventory without error - Player.updateInventory() should now correctly update the result slot in a crafting inventory Some small credit goes to Afforess (initial implementation of openInventory() methods) and Drakia (initial implementation of InventoryOpenEvent and InventoryCloseEvent).
* Fixed items losing their enchantments under certain circumstances.Travis Watkins2012-02-03-2/+2
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-3/+3
| | | | | 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-5/+5
|
* Fix balance of CraftBukkit start/end.Erik Broes2012-01-12-2/+2
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
|
* Prevent VehicleEnterEvent being sent when player exits vehicle.Sam Wilson2011-12-19-19/+1
| | | | | | | | | | | | | | | | | Fix for BUKKIT-223. Issue BUKKIT-223: When a player exits a minecart or boat, both a VehicleExitEvent and a VehicleEnterEvent are fired. Only the VehicleExitEvent should fire. Reason for bug: This occurs because the VehicleEnterEvent is fired in EntityBoat.b and EntityMinecart.b *any* time a player right-clicks on a vehicle, whether the right-click is to enter the vehicle or exit it. Fix: By moving the creation of VehicleEnterEvents from EntityBoat.b and EntityMinecart.b to Entity.setPassengerOf, we can create either a VehicleEnterEvent or a VehicleExitEvent, depending on whether the player is entering or exiting a vehicle.
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-17/+17
|
* Fix Craft Entity constructors and toStrings.Andrew Ardill2011-11-29-6/+29
| | | | | | Also, standardise getHandle and clean up in general. getHandle is now using the 'entity' member variable instead of super.getHandle, as this reduces the number of chained calls needed.
* Update for 1.0.0Erik Broes2011-11-20-177/+219
|
* Rename revision 2Dinnerbone2011-09-15-1/+1
|
* Fixed minecarts forgetting their purpose in lifeDinnerbone2011-09-15-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-18/+22
|
* Update for 1.7.3Dinnerbone2011-07-08-6/+6
|
* Update for 1.7.2Erik Broes2011-07-01-2/+2
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-7/+7
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-34/+25
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-1/+1
|
* Fixed issues introduced by recent 'portal changes' commit.EvilSeph2011-06-08-0/+1
|
* Update for 1.6.5Erik Broes2011-05-30-7/+7
|
* Implemented 1.6!Dinnerbone2011-05-26-23/+63
|
* Update for 1.5_02.Erik Broes2011-04-21-67/+125
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-89/+88
|
* Added VEHICLE_DESTROY eventRobert Sargant2011-04-02-0/+11
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-14/+17
|
* Updated for the cleanups done in BukkitErik Broes2011-03-26-13/+7
|
* Fixes minecart type reporting for VEHICLE_CREATE.Tanel Suurhans2011-03-15-9/+9
|
* Generic code cleanupErik Broes2011-02-23-6/+11
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-92/+92
|
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-3/+1
|
* Added MaxSpeed methods to minecarts. Added MaxSpeed methods to boats. Added ↵afforess2011-02-12-15/+22
| | | | SlowWhenEmpty, FlyingMod, and DerailedMod methods to minecarts.
* inventory fixesTahg2011-02-08-4/+1
|
* Added VEHICLE_COLLISION_ENTITY which vanished after porting the codeErik Broes2011-02-06-2/+27
|
* Clean vehicle code.Erik Broes2011-02-02-29/+5
|
* Implemented VEHICLE_UPDATEDinnerbone2011-02-01-3/+3
|
* Fixed VEHICLE_MOVEDinnerbone2011-02-01-5/+6
|
* Port to new mc-dev format.Erik Broes2011-01-30-605/+548
|
* Reordered calls to fix use before assignment issuetahg2011-01-21-3/+1
|
* Entity audit. Adds checks for null entities, and adds conformity.Andrew Ardill2011-01-21-14/+35
|
* Fix up NPE's in EntityMinecart/CraftVehicle and removed a little un-needed ↵speakeasy2011-01-20-1/+5
| | | | code in EntityArrow
* fixes to combust event so that it is raised only once on combustion.Andrew Ardill2011-01-18-1/+0
| | | | minor fixes to imports
* Updates to all Entities to use getBukkitEntity() any time an event isAndrew Ardill2011-01-18-12/+9
| | | | | raised. Similar update to CraftVehicle and CraftLivingEntity
* added handling of powered and storage minecartsAndrew Ardill2011-01-18-1/+19
|