aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-12-20 19:59:49 +0800
committershedaniel <daniel@shedaniel.me>2020-12-20 19:59:49 +0800
commit67171a5ff24ed77e6c4cc889543e8dfb543e8fe5 (patch)
tree02909ac26d2b74ebf08f5c463f1b9a60483468df
parent9784e9f7228fc0aa3ca814e3830dbd81996a3693 (diff)
downloadRoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.tar.gz
RoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.tar.bz2
RoughlyEnoughItems-67171a5ff24ed77e6c4cc889543e8dfb543e8fe5.zip
wip more
Signed-off-by: shedaniel <daniel@shedaniel.me>
-rw-r--r--RoughlyEnoughItems-api/build.gradle1
-rw-r--r--RoughlyEnoughItems-default-plugin/build.gradle9
-rw-r--r--api/build.gradle1
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/AutoTransferHandler.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/AutoTransferHandler.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/BaseBoundsHandler.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/BaseBoundsHandler.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/BuiltinPlugin.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/BuiltinPlugin.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/ButtonAreaSupplier.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ButtonAreaSupplier.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/ClickAreaHandler.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ClickAreaHandler.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/ClientHelper.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ClientHelper.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/ConfigManager.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigManager.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/ConfigObject.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigObject.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/DisplayHelper.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/DisplayHelper.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/DrawableConsumer.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/DrawableConsumer.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/EntryRegistry.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/EntryRegistry.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/EntryStack.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/EntryStack.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/OverlayDecider.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/OverlayDecider.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/REIHelper.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIHelper.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/REIOverlay.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIOverlay.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/RecipeCategory.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/RecipeCategory.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/RecipeDisplay.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/RecipeDisplay.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/RecipeHelper.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/RecipeHelper.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/Renderer.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/Renderer.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/ScreenClickAreaProvider.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ScreenClickAreaProvider.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/TextRepresentable.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/TextRepresentable.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/TransferRecipeCategory.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/TransferRecipeCategory.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/TransferRecipeDisplay.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/TransferRecipeDisplay.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/AbstractEntryRenderer.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/AbstractEntryRenderer.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/AbstractRenderer.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/AbstractRenderer.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/BatchEntryRenderer.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/BatchEntryRenderer.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/BuiltinEntryTypes.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/BuiltinEntryTypes.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/ComparisonContext.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/ComparisonContext.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/EntryDefinition.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/EntryDefinition.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/EntryRenderer.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/EntryRenderer.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/EntryStacks.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/EntryStacks.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/EntryType.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/EntryType.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/EntryTypeBridge.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/EntryTypeBridge.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/EntryTypeRegistry.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/EntryTypeRegistry.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/entry/VanillaEntryTypes.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/entry/VanillaEntryTypes.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/favorites/FavoriteEntry.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/favorites/FavoriteEntry.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/favorites/FavoriteEntryType.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/favorites/FavoriteEntryType.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/favorites/FavoriteMenuEntry.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/favorites/FavoriteMenuEntry.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/favorites/package-info.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/favorites/package-info.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/fluid/FluidSupportProvider.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/fluid/FluidSupportProvider.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/subsets/SubsetsRegistry.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/subsets/SubsetsRegistry.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/Arrow.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Arrow.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/BaseWidget.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/BaseWidget.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/BurningFire.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/BurningFire.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/Button.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Button.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/Label.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Label.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/Panel.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Panel.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/Slot.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Slot.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/Tooltip.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Tooltip.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/widgets/Widgets.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/widgets/Widgets.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/AppearanceTheme.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/AppearanceTheme.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/ConfigButtonPosition.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/ConfigButtonPosition.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/DisplayPanelLocation.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/DisplayPanelLocation.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/EntryPanelOrdering.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/EntryPanelOrdering.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/EntryPanelOrderingConfig.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/EntryPanelOrderingConfig.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/ItemCheatingMode.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/ItemCheatingMode.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/ItemCheatingStyle.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/ItemCheatingStyle.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/RecipeBorderType.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/RecipeBorderType.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/RecipeScreenType.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/RecipeScreenType.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/config/SearchFieldLocation.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/config/SearchFieldLocation.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/entries/RecipeRenderer.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/entries/RecipeRenderer.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeRenderer.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeRenderer.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/widget/TextFieldWidget.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/widget/TextFieldWidget.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/widget/Widget.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/widget/Widget.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/gui/widget/WidgetWithBounds.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/gui/widget/WidgetWithBounds.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/impl/Internals.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/impl/Internals.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/impl/RenderingEntry.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/impl/RenderingEntry.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/ContainerContext.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/ContainerContext.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/ContainerInfo.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/ContainerInfo.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/ContainerInfoHandler.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/ContainerInfoHandler.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/DumpHandler.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/DumpHandler.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/GridCleanHandler.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/GridCleanHandler.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/GridStacksProvider.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/GridStacksProvider.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/InventoryStackAccessor.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/InventoryStackAccessor.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/RecipeFinder.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/RecipeFinder.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/RecipeFinderPopulator.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/RecipeFinderPopulator.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/RecipeGridAligner.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/RecipeGridAligner.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/SlotStackAccessor.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/SlotStackAccessor.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/server/StackAccessor.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/server/StackAccessor.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/utils/CollectionUtils.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/utils/EntryStackCompoundList.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/utils/EntryStackCompoundList.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/utils/FormattingUtils.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/utils/FormattingUtils.java)0
-rw-r--r--api/src/main/java/me/shedaniel/rei/utils/ImmutableLiteralText.java (renamed from RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/utils/ImmutableLiteralText.java)0
-rw-r--r--api/src/main/resources/fabric.mod.json (renamed from RoughlyEnoughItems-api/src/main/resources/fabric.mod.json)0
-rw-r--r--api/src/main/resources/icon.png (renamed from RoughlyEnoughItems-api/src/main/resources/icon.png)bin27270 -> 27270 bytes
-rw-r--r--default-plugin/build.gradle9
-rw-r--r--default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java (renamed from RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java)0
-rw-r--r--default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultPotionEffectExclusionZones.java (renamed from RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultPotionEffectExclusionZones.java)0
-rw-r--r--default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultRecipeBookExclusionZones.java (renamed from RoughlyEnoughItems-default-plugin/src/main/java/me/shedaniel/rei/plugin/DefaultRecipeBookExclusionZones.java)0