2020-01-17 23:26:37 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project version= "4" >
<component name= "ChangeListManager" >
<list default= "true" id= "dcab9632-7b1a-44d7-9283-be9b37640afc" name= "Default Changelist" comment= "" >
2020-08-27 20:09:31 +00:00
<change beforePath= "$PROJECT_DIR$/.idea/workspace.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/.idea/workspace.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/pom.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/pom.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/TamableFoxes.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/TamableFoxes.java" afterDir= "false" />
2020-03-30 19:18:21 +00:00
<change beforePath= "$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/Utils.java" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/Utils.java" afterDir= "false" />
2020-08-27 20:09:31 +00:00
<change beforePath= "$PROJECT_DIR$/src/main/resources/language.yml" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/resources/language.yml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/target/classes/plugin.yml" beforeDir= "false" afterPath= "$PROJECT_DIR$/target/classes/plugin.yml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/target/maven-archiver/pom.properties" beforeDir= "false" afterPath= "$PROJECT_DIR$/target/maven-archiver/pom.properties" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir= "false" afterPath= "$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir= "false" afterPath= "$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" beforeDir= "false" />
2020-01-17 23:26:37 +00:00
</list>
<option name= "SHOW_DIALOG" value= "false" />
<option name= "HIGHLIGHT_CONFLICTS" value= "true" />
<option name= "HIGHLIGHT_NON_ACTIVE_CHANGELIST" value= "false" />
<option name= "LAST_RESOLUTION" value= "IGNORE" />
</component>
2020-02-21 23:12:03 +00:00
<component name= "ComposerSettings" >
<execution >
<executable />
</execution>
</component>
2020-01-21 04:37:42 +00:00
<component name= "FileTemplateManagerImpl" >
<option name= "RECENT_TEMPLATES" >
<list >
<option value= "Class" />
</list>
</option>
</component>
2020-01-17 23:26:37 +00:00
<component name= "Git.Settings" >
<option name= "RECENT_GIT_ROOT_PATH" value= "$PROJECT_DIR$" />
</component>
2020-01-18 19:22:36 +00:00
<component name= "MavenImportPreferences" >
<option name= "importingSettings" >
<MavenImportingSettings >
2020-01-24 16:21:13 +00:00
<option name= "downloadDocsAutomatically" value= "true" />
<option name= "downloadSourcesAutomatically" value= "true" />
2020-01-18 19:22:36 +00:00
<option name= "importAutomatically" value= "true" />
</MavenImportingSettings>
</option>
</component>
2020-01-24 16:21:13 +00:00
<component name= "ProjectId" id= "1WjKBUPOi3VX3mNa4prdDEUI26s" />
2020-01-18 19:22:36 +00:00
<component name= "ProjectViewState" >
<option name= "hideEmptyMiddlePackages" value= "true" />
<option name= "showExcludedFiles" value= "true" />
<option name= "showLibraryContents" value= "true" />
</component>
2020-01-17 23:26:37 +00:00
<component name= "PropertiesComponent" >
2020-01-18 19:22:36 +00:00
<property name= "RunOnceActivity.ShowReadmeOnStart" value= "true" />
2020-02-21 23:12:03 +00:00
<property name= "WebServerToolWindowFactoryState" value= "true" />
<property name= "aspect.path.notification.shown" value= "true" />
2020-08-27 20:09:31 +00:00
<property name= "last_opened_file_path" value= "$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes" />
2020-02-21 23:12:03 +00:00
<property name= "node.js.detected.package.eslint" value= "true" />
<property name= "node.js.detected.package.tslint" value= "true" />
<property name= "node.js.path.for.package.eslint" value= "project" />
<property name= "node.js.path.for.package.tslint" value= "project" />
<property name= "node.js.selected.package.eslint" value= "(autodetect)" />
<property name= "node.js.selected.package.tslint" value= "(autodetect)" />
<property name= "project.structure.last.edited" value= "Project" />
<property name= "project.structure.proportion" value= "0.15" />
<property name= "project.structure.side.proportion" value= "0.2" />
2020-01-24 16:21:13 +00:00
<property name= "restartRequiresConfirmation" value= "false" />
2020-01-26 10:09:34 +00:00
<property name= "run.code.analysis.last.selected.profile" value= "pProject Default" />
2020-07-14 17:51:21 +00:00
<property name= "settings.editor.selected.configurable" value= "preferences.pluginManager" />
2020-01-17 23:26:37 +00:00
</component>
<component name= "RecentsManager" >
2020-07-14 17:51:21 +00:00
<key name= "MoveClassesOrPackagesDialog.RECENTS_KEY" >
<recent name= "net.seanomik.tamablefoxes.versions" />
</key>
<key name= "CopyClassDialog.RECENTS_KEY" >
2020-07-14 18:51:00 +00:00
<recent name= "net.seanomik.tamablefoxes.versions.version_1_15_R1.pathfinding" />
2020-07-14 17:51:21 +00:00
<recent name= "net.seanomik.tamablefoxes.versions.version_1_16_R1.command" />
<recent name= "net.seanomik.tamablefoxes.versions.version_1_15_R1.command" />
<recent name= "net.seanomik.tamablefoxes.versions.version_1_15" />
<recent name= "net.seanomik.tamablefoxes.versions.version_1_16" />
</key>
2020-01-21 04:37:42 +00:00
<key name= "CopyFile.RECENT_KEYS" >
2020-08-27 20:09:31 +00:00
<recent name= "D:\Code\java\spigotPlugins\myPlugins\TamableFoxes\src\main\java\net\seanomik\tamablefoxes" />
2020-07-14 21:37:55 +00:00
<recent name= "D:\Code\java\spigotPlugins\myPlugins\TamableFoxes\src\main\java\net\seanomik\tamablefoxes\versions" />
2020-07-14 17:51:21 +00:00
<recent name= "D:\Code\java\spigotPlugins\myPlugins\TamableFoxes\src\main\java\net\seanomik\tamablefoxes\versions\version_1_16_R1" />
2020-01-26 07:05:18 +00:00
<recent name= "D:\Code\java\spigotPlugins\myPlugins\GitTamableFoxes\src\main\java\net\seanomik\tamablefoxes\io" />
2020-01-24 16:21:13 +00:00
<recent name= "E:\TamableFoxesCustomEntity\src\main\resources" />
2020-01-17 23:26:37 +00:00
</key>
</component>
2020-08-27 20:09:31 +00:00
<component name= "RunManager" selected= "JAR Application.Spigot-1.16.2" >
2020-07-14 21:37:55 +00:00
<configuration name= "Spigot-1.14.4" type= "JarApplication" >
<option name= "JAR_PATH" value= "$PROJECT_DIR$/../../_TEST_SERVER_1.14.4_/spigot-1.14.4.jar" />
<option name= "PROGRAM_PARAMETERS" value= "nogui" />
<option name= "WORKING_DIRECTORY" value= "D:\Code\java\spigotPlugins\_TEST_SERVER_1.14.4_" />
<option name= "ALTERNATIVE_JRE_PATH" />
<method v= "2" />
</configuration>
2020-01-26 23:57:21 +00:00
<configuration name= "Spigot-1.15.2" type= "JarApplication" >
2020-03-30 19:18:21 +00:00
<option name= "JAR_PATH" value= "$PROJECT_DIR$/../../_TEST_SERVER_1.15.2_/spigot-1.15.2.jar" />
2020-01-26 23:57:21 +00:00
<option name= "PROGRAM_PARAMETERS" value= "nogui" />
<option name= "WORKING_DIRECTORY" value= "D:\Code\java\spigotPlugins\_TEST_SERVER_1.15.2_" />
<option name= "ALTERNATIVE_JRE_PATH" />
<method v= "2" />
</configuration>
2020-07-14 17:51:21 +00:00
<configuration name= "Spigot-1.16.1" type= "JarApplication" >
<option name= "JAR_PATH" value= "$PROJECT_DIR$/../../_TEST_SERVER_1.16.1_/spigot-1.16.1.jar" />
<option name= "PROGRAM_PARAMETERS" value= "nogui" />
<option name= "WORKING_DIRECTORY" value= "D:\Code\java\spigotPlugins\_TEST_SERVER_1.16.1_" />
<option name= "ALTERNATIVE_JRE_PATH" />
<method v= "2" />
</configuration>
2020-08-27 20:09:31 +00:00
<configuration name= "Spigot-1.16.2" type= "JarApplication" >
<option name= "JAR_PATH" value= "$PROJECT_DIR$/../../_TEST_SERVER_1.16.2_/spigot-1.16.2.jar" />
<option name= "PROGRAM_PARAMETERS" value= "nogui" />
<option name= "WORKING_DIRECTORY" value= "D:\Code\java\spigotPlugins\_TEST_SERVER_1.16.2_" />
<option name= "ALTERNATIVE_JRE_PATH" />
<method v= "2" />
</configuration>
2020-01-18 20:34:14 +00:00
<configuration default= "true" type= "JarApplication" >
2020-01-26 10:09:34 +00:00
<option name= "JAR_PATH" value= "$USER_HOME$/_TEST_SERVER_2_/spigot-1.15.1.jar" />
2020-01-24 16:21:13 +00:00
<option name= "WORKING_DIRECTORY" value= "D:\Code\java\spigotPlugins\_TEST_SERVER_2_" />
2020-01-18 20:34:14 +00:00
<option name= "ALTERNATIVE_JRE_PATH" />
<method v= "2" />
</configuration>
2020-01-24 16:21:13 +00:00
<configuration name= "TamableFoxesCustomEntity build" type= "MavenRunConfiguration" factoryName= "Maven" >
<MavenSettings >
<option name= "myGeneralSettings" />
<option name= "myRunnerSettings" />
<option name= "myRunnerParameters" >
<MavenRunnerParameters >
<option name= "profiles" >
<set />
</option>
<option name= "goals" >
<list >
<option value= "clean" />
<option value= "package" />
</list>
</option>
<option name= "pomFileName" />
<option name= "profilesMap" >
<map />
</option>
<option name= "resolveToWorkspace" value= "false" />
<option name= "workingDirPath" value= "$PROJECT_DIR$" />
</MavenRunnerParameters>
</option>
</MavenSettings>
<method v= "2" />
</configuration>
<list >
2020-01-26 23:57:21 +00:00
<item itemvalue= "JAR Application.Spigot-1.15.2" />
2020-07-14 21:37:55 +00:00
<item itemvalue= "JAR Application.Spigot-1.14.4" />
2020-07-14 17:51:21 +00:00
<item itemvalue= "JAR Application.Spigot-1.16.1" />
2020-08-27 20:09:31 +00:00
<item itemvalue= "JAR Application.Spigot-1.16.2" />
2020-01-24 16:21:13 +00:00
<item itemvalue= "Maven.TamableFoxesCustomEntity build" />
</list>
2020-01-18 20:34:14 +00:00
</component>
2020-01-18 19:22:36 +00:00
<component name= "ServiceViewManager" >
<option name= "viewStates" >
2020-01-17 23:26:37 +00:00
<list >
2020-01-18 19:22:36 +00:00
<serviceView >
<treeState >
<expand />
<select />
</treeState>
</serviceView>
2020-01-17 23:26:37 +00:00
</list>
</option>
</component>
<component name= "SvnConfiguration" >
<configuration />
</component>
<component name= "TaskManager" >
<task active= "true" id= "Default" summary= "Default task" >
2020-01-26 07:05:18 +00:00
<changelist id= "dcab9632-7b1a-44d7-9283-be9b37640afc" name= "Default Changelist" comment= "" />
2020-01-24 16:21:13 +00:00
<created > 1579657428994</created>
2020-01-17 23:26:37 +00:00
<option name= "number" value= "Default" />
<option name= "presentableId" value= "Default" />
2020-01-24 16:21:13 +00:00
<updated > 1579657428994</updated>
2020-02-21 23:12:03 +00:00
<workItem from= "1580167223251" duration= "11834000" />
2020-02-21 23:13:13 +00:00
<workItem from= "1582324367334" duration= "782000" />
2020-02-21 23:12:03 +00:00
</task>
<task id= "LOCAL-00001" summary= "Attempt at implementing NBT" >
<created > 1580168789486</created>
<option name= "number" value= "00001" />
<option name= "presentableId" value= "LOCAL-00001" />
<option name= "project" value= "LOCAL" />
<updated > 1580168789486</updated>
</task>
<task id= "LOCAL-00002" summary= "EntityTamableFox recode and a few changes - Recoded EntityTamableFox to clean the pathfinder bloat - Removed sleeping and chosenName as this data is already handled by vanilla - Improved some logic around interact event - Added a config option to enable and disable the anvil name GUI - Fixed a bug where item counts would go to zero if just one was present" >
<created > 1580233945505</created>
<option name= "number" value= "00002" />
<option name= "presentableId" value= "LOCAL-00002" />
<option name= "project" value= "LOCAL" />
<updated > 1580233945505</updated>
2020-01-17 23:26:37 +00:00
</task>
2020-02-21 23:13:13 +00:00
<task id= "LOCAL-00003" summary= "New way of implementing foxes" >
<created > 1582326723752</created>
<option name= "number" value= "00003" />
<option name= "presentableId" value= "LOCAL-00003" />
<option name= "project" value= "LOCAL" />
<updated > 1582326723759</updated>
</task>
<option name= "localTasksCounter" value= "4" />
2020-01-17 23:26:37 +00:00
<servers />
</component>
2020-02-21 23:12:03 +00:00
<component name= "TypeScriptGeneratedFilesManager" >
<option name= "version" value= "1" />
</component>
<component name= "VcsManagerConfiguration" >
<MESSAGE value= "Attempt at implementing NBT" />
<MESSAGE value= "EntityTamableFox recode and a few changes - Recoded EntityTamableFox to clean the pathfinder bloat - Removed sleeping and chosenName as this data is already handled by vanilla - Improved some logic around interact event - Added a config option to enable and disable the anvil name GUI - Fixed a bug where item counts would go to zero if just one was present" />
2020-02-21 23:13:13 +00:00
<MESSAGE value= "New way of implementing foxes" />
<option name= "LAST_COMMIT_MESSAGE" value= "New way of implementing foxes" />
2020-02-21 23:12:03 +00:00
</component>
2020-01-18 19:22:36 +00:00
<component name= "WindowStateProjectService" >
2020-08-27 20:09:31 +00:00
<state x= "414" y= "174" key= "#com.intellij.execution.impl.EditConfigurationsDialog" timestamp= "1598555571296" >
2020-03-30 19:18:21 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-08-27 20:09:31 +00:00
<state x= "414" y= "174" key= "#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598555571296" />
2020-07-14 17:51:21 +00:00
<state x= "765" y= "229" key= "#com.intellij.ide.util.MemberChooser" timestamp= "1594703907165" >
2020-02-21 23:12:03 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-07-14 17:51:21 +00:00
<state x= "765" y= "229" key= "#com.intellij.ide.util.MemberChooser/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1594703907165" />
<state x= "728" y= "405" width= "511" height= "237" key= "#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp= "1594684709262" >
2020-01-26 23:57:21 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-07-14 17:51:21 +00:00
<state x= "728" y= "405" width= "511" height= "237" key= "#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1594684709262" />
<state x= "690" y= "267" key= "#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp= "1594707084828" >
2020-01-18 20:34:14 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-07-14 17:51:21 +00:00
<state x= "690" y= "267" key= "#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1594707084828" />
<state x= "740" y= "275" key= "FileChooserDialogImpl" timestamp= "1590119699228" >
2020-03-30 19:18:21 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-01-18 20:34:14 +00:00
</state>
2020-07-14 17:51:21 +00:00
<state x= "740" y= "275" key= "FileChooserDialogImpl/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1590119699228" />
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.0.bottom" timestamp= "1598558548886" >
2020-03-30 19:18:21 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-01-18 20:34:14 +00:00
</state>
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.0.bottom/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598558548886" />
<state width= "1877" height= "211" key= "GridCell.Tab.0.center" timestamp= "1598558548886" >
2020-03-30 19:18:21 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-01-18 20:34:14 +00:00
</state>
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.0.center/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598558548886" />
<state width= "1877" height= "211" key= "GridCell.Tab.0.left" timestamp= "1598558548886" >
2020-03-30 19:18:21 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-01-18 19:22:36 +00:00
</state>
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.0.left/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598558548886" />
<state width= "1877" height= "211" key= "GridCell.Tab.0.right" timestamp= "1598558548886" >
2020-03-30 19:57:56 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-01-18 19:22:36 +00:00
</state>
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.0.right/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598558548886" />
<state width= "1877" height= "211" key= "GridCell.Tab.1.bottom" timestamp= "1598558548799" >
2020-03-30 19:57:56 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-02-21 23:12:03 +00:00
</state>
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.1.bottom/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598558548799" />
<state width= "1877" height= "211" key= "GridCell.Tab.1.center" timestamp= "1598558548799" >
2020-03-30 19:57:56 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-02-21 23:12:03 +00:00
</state>
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.1.center/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598558548799" />
<state width= "1877" height= "211" key= "GridCell.Tab.1.left" timestamp= "1598558548799" >
2020-03-30 19:57:56 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-02-21 23:12:03 +00:00
</state>
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.1.left/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598558548799" />
<state width= "1877" height= "211" key= "GridCell.Tab.1.right" timestamp= "1598558548799" >
2020-01-21 04:37:42 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-08-27 20:09:31 +00:00
<state width= "1877" height= "211" key= "GridCell.Tab.1.right/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1598558548799" />
2020-08-27 19:03:25 +00:00
<state x= "461" y= "162" key= "SettingsEditor" timestamp= "1595187631542" >
2020-01-18 19:22:36 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-08-27 19:03:25 +00:00
<state x= "461" y= "162" key= "SettingsEditor/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1595187631542" />
<state x= "656" y= "343" key= "com.intellij.ide.util.TipDialog" timestamp= "1595263192782" >
2020-01-18 19:22:36 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-01-24 16:21:13 +00:00
</state>
2020-08-27 19:03:25 +00:00
<state x= "656" y= "343" key= "com.intellij.ide.util.TipDialog/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1595263192782" />
2020-07-14 18:51:00 +00:00
<state x= "607" y= "135" key= "com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp= "1594751055964" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
<state x= "607" y= "135" key= "com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1594751055964" />
<state x= "568" y= "283" width= "1348" height= "1027" key= "dock-window-1" timestamp= "1594751513464" >
<screen x= "0" y= "0" width= "1920" height= "1040" />
2020-01-26 07:05:18 +00:00
</state>
2020-07-14 18:51:00 +00:00
<state x= "568" y= "283" width= "1348" height= "1027" key= "dock-window-1/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1594751513464" />
2020-07-14 21:37:55 +00:00
<state x= "-1332" y= "0" width= "1348" height= "788" key= "dock-window-2" timestamp= "1594756513862" >
2020-07-14 17:51:21 +00:00
<screen x= "-1920" y= "0" width= "1920" height= "1040" />
2020-02-21 23:12:03 +00:00
</state>
2020-07-14 21:37:55 +00:00
<state x= "-1332" y= "0" width= "1348" height= "788" key= "dock-window-2/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1594756513862" />
2020-07-14 17:51:21 +00:00
<state x= "656" y= "252" width= "607" height= "536" key= "find.popup" timestamp= "1594704998390" >
2020-02-21 23:12:03 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-07-14 17:51:21 +00:00
<state x= "656" y= "252" width= "607" height= "536" key= "find.popup/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1594704998390" />
<state x= "623" y= "225" width= "672" height= "678" key= "search.everywhere.popup" timestamp= "1594697967242" >
2020-01-26 23:57:21 +00:00
<screen x= "0" y= "0" width= "1920" height= "1040" />
</state>
2020-07-14 17:51:21 +00:00
<state x= "623" y= "225" width= "672" height= "678" key= "search.everywhere.popup/0.0.1920.1040/-1920.0.1920.1040@0.0.1920.1040" timestamp= "1594697967242" />
2020-01-18 19:22:36 +00:00
</component>
2020-08-27 20:09:31 +00:00
<component name= "XDebuggerManager" >
<breakpoint-manager >
<breakpoints >
<line-breakpoint enabled= "true" type= "java-line" >
<url > file://$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R1/NMSInterface_1_16_R1.java</url>
<line > 22</line>
<option name= "timeStamp" value= "4" />
</line-breakpoint>
<line-breakpoint enabled= "true" type= "java-line" >
<url > file://$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R1/NMSInterface_1_16_R1.java</url>
<line > 45</line>
<option name= "timeStamp" value= "5" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
</component>
2020-01-16 04:27:46 +00:00
</project>