summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockPortal.java
Commit message (Collapse)AuthorAgeLines
* 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