DimDoors/StevenDimDoors/mod_pocketDim
SenseiKiwi f34b06b834 More Progress on Rewrite
More cleaning up errors and code. There were a lot of things that needed
simplifying. Rather than fix the 3 or 5 copies of the same function
throughout the code, I made an effort to use the same function and
delete its copies.

Created the BaseItemDoor class to hold all the basic door item methods
that don't vary between types. That helped cut down on fixing things.
Also renamed the door item classes to match their in-game  names.

There is still a ton of duplicate code out there.
2013-08-31 16:00:18 -04:00
..
blocks More Progress on Rewrite 2013-08-31 12:58:35 -04:00
commands Flipped a Table 2013-08-29 02:14:24 -04:00
core More Progress on Rewrite 2013-08-31 16:00:18 -04:00
dungeon Fixed PocketBuilder and More 2013-08-30 16:27:27 -04:00
helpers More Progress on Rewrite 2013-08-31 16:00:18 -04:00
items More Progress on Rewrite 2013-08-31 16:00:18 -04:00
schematic More Progress on Rewrite 2013-08-31 16:00:18 -04:00
ticking More Progress on Rewrite 2013-08-31 12:58:35 -04:00
util Fixed PocketBuilder and More 2013-08-30 16:27:27 -04:00
world More Progress on Rewrite 2013-08-31 16:00:18 -04:00
BlankTeleporter.java More Progress on Rewrite 2013-08-31 07:39:52 -04:00
CloudRenderBlank.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
CommonProxy.java finished mob (I think) 2013-05-30 02:30:17 -04:00
ConnectionHandler.java More Progress on Rewrite 2013-08-31 12:58:35 -04:00
DDLoot.java Improved Dungeon Loot and Selection 2013-08-24 07:52:35 -04:00
DDProperties.java Flipped a Table 2013-08-29 02:14:24 -04:00
DDTeleporter.java Flipped a Table 2013-08-29 02:14:24 -04:00
DimUpdatePacket.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
EventHookContainer.java Flipped a Table 2013-08-29 02:14:24 -04:00
mod_pocketDim.java More Progress on Rewrite 2013-08-31 16:00:18 -04:00
ObjectSaveInputStream.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
PacketHandler.java More Progress on Rewrite 2013-08-31 12:58:35 -04:00
PlayerRespawnTracker.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
Point3D.java Made Rifts Destroy Blocks in Layers 2013-08-03 13:56:48 -04:00
ServerPacketHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
Spells.java finished mob (I think) 2013-05-30 02:30:17 -04:00
TileEntityDimDoor.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
TileEntityDimRail.java rift blade creates rifts, doors can teleport carts and items 2013-03-09 23:04:20 -05:00
TileEntityRift.java Flipped a Table 2013-08-29 02:14:24 -04:00
TransientDoor.java More Progress on Rewrite 2013-08-31 07:39:52 -04:00