From ebdab500b37587f489f5d6dcf0677838a58809be Mon Sep 17 00:00:00 2001 From: Marissa Staib Date: Wed, 10 Apr 2019 10:52:48 -0400 Subject: [PATCH] Detect glass frames being placed, with full logging. --- .idea/uiDesigner.xml | 124 ++++++++++++++ .idea/workspace.xml | 154 ++++++++++++++++-- .../minecraftportal/MinecraftPortalPlugin.kt | 8 +- .../minecraftportal/PortalFrame.kt | 96 +++++++++++ .../minecraftportal/extensions/Location.kt | 32 ++++ .../minecraftportal/extensions/Vector.kt | 31 ++++ 6 files changed, 425 insertions(+), 20 deletions(-) create mode 100644 .idea/uiDesigner.xml create mode 100644 src/main/kotlin/net/deliciousreya/minecraftportal/PortalFrame.kt create mode 100644 src/main/kotlin/net/deliciousreya/minecraftportal/extensions/Location.kt create mode 100644 src/main/kotlin/net/deliciousreya/minecraftportal/extensions/Vector.kt diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 06379bf..2525b02 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,13 +2,8 @@ - - - - - - + @@ -59,11 +54,47 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -83,12 +114,14 @@ 1 + .add $PROJECT_DIR$ @@ -106,7 +139,13 @@ @@ -141,6 +180,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +