DimDoors/StevenDimDoors/mod_pocketDim
SenseiKiwi 56ecb0cd9e Reorganized DimLink Code
Moved the DimLink code out of NewDimData in order to reduce clutter
inside that class and made it a separate class, except for functions
that should only be available for NewDimData. Deleted IDimLink and
changed all references to it to use DimLink instead. DimLink is now an
abstract class, which achieves the same encapsulation and protection we
had before by having DimLink implement IDimLink from within NewDimData.
NewDimData has a new class inside, InnerDimLink, which provides it
access to special functions that would be dangerous to expose. This is
the same mechanism used to protect NewDimData's dangerous functions.
These changes are in preparation for adding more code for packet
handling.
2013-09-02 11:47:12 -04:00
..
blocks Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
commands Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
core Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
dungeon Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
helpers Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
items Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
schematic Reorganized and Renamed Classes 2013-08-31 16:43:18 -04:00
ticking Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
tileentities Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
util Fixed PocketBuilder and More 2013-08-30 16:27:27 -04:00
watcher Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
world Reorganized DimLink Code 2013-09-02 11:47:12 -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 Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
ConnectionHandler.java Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
DDLoot.java Improved Dungeon Loot and Selection 2013-08-24 07:52:35 -04:00
DDProperties.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
DDTeleporter.java Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
DimUpdatePacket.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
EventHookContainer.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
mod_pocketDim.java Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
ObjectSaveInputStream.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
PacketConstants.java Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
PlayerRespawnTracker.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
Point3D.java Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
ServerPacketHandler.java Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
Spells.java finished mob (I think) 2013-05-30 02:30:17 -04:00