summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockPortal.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-122/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-2/+2
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-2/+2
|
* Implement SpawnReason.NETHER_PORTAL and DISPENSE_EGG. Fixes BUKKIT-3148Kodekpl2014-02-01-1/+2
| | | | | | | | | | | | | | | | Previously any entities spawned through dispensers (monster eggs) or by nether portals were given the incorrect SpawnReason of SPAWNER_EGG. This made it impossible to distinguish what exactly happened in regards to the creature being spawned. A method in ItemMonsterEgg has been added to further fine tune reasons for spawning creatures. This permits the DISPENSE_EGG reason to be used correctly and accuratly as well as the NETHER_PORTAL reason due to how BlockPortal spawns the mobs. The redirected method, a(World, int, double, double, double), is still called by the ItemMonsterEgg itself and therefore uses the default reason of SPAWNER_EGG. This does not change previous behaviour.
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-133/+63
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-2/+2
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-2/+2
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-18/+15
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-3/+3
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-3/+7
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-6/+24
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-1/+1
| | | | | | | | | | | | | 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-1/+1
|
* Implement PortalCreateEvent reason codes. Addresses BUKKIT-833Sam Wilson2012-02-26-1/+1
| | | | | | | | This commit modifies the construction of PortalCreateEvents to specify a reason for the event. Reasons are either: 1. FIRE: the portal is being created because a player set fire to an obsidian frame. 2. DESTINATION: the portal is being created as a destination for an existing portal.
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-2/+2
|
* Update for 1.0.0Erik Broes2011-11-20-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-2/+2
|
* 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-23/+11
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Portals created by fire now trigger PortalCreateEvent.Rigby2011-06-23-1/+32
|
* Generic cleanupErik Broes2011-06-12-150/+153
|
* Implemented 1.6 portal events.Stephen2011-06-08-0/+150
|
* Implemented 1.6!Dinnerbone2011-05-26-141/+0
|
* Cleaned up left over debug messages.EvilSeph2011-05-10-0/+141