-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
262 changed files
with
288 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
@@ -11,7 +11,6 @@ | |
import com.hrznstudio.titanium._impl.creative.tile.CreativeFEGeneratorTile; | ||
import com.hrznstudio.titanium.api.IFactory; | ||
import com.hrznstudio.titanium.block.BasicTileBlock; | ||
import com.hrznstudio.titanium.datagenerator.loot.TitaniumLootTableProvider; | ||
import com.hrznstudio.titanium.datagenerator.loot.block.BasicBlockLootTables; | ||
import net.minecraft.block.Block; | ||
import net.minecraft.block.Blocks; | ||
|
4 changes: 1 addition & 3 deletions
4
src/main/java/com/hrznstudio/titanium/_impl/creative/tile/CreativeFEGeneratorTile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
||
package com.hrznstudio.titanium._impl.creative.tile; | ||
|
||
import com.hrznstudio.titanium._impl.creative.CreativeFEGeneratorBlock; | ||
import com.hrznstudio.titanium.api.IFactory; | ||
import com.hrznstudio.titanium.block.BasicTileBlock; | ||
import com.hrznstudio.titanium.block.tile.PoweredTile; | ||
import com.hrznstudio.titanium.component.energy.EnergyStorageComponent; | ||
import net.minecraft.entity.player.PlayerEntity; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
@@ -10,9 +10,7 @@ | |
import com.hrznstudio.titanium._impl.test.tile.AssetTestTile; | ||
import com.hrznstudio.titanium.api.IFactory; | ||
import com.hrznstudio.titanium.block.RotatableBlock; | ||
import com.hrznstudio.titanium.datagenerator.loot.TitaniumLootTableProvider; | ||
import com.hrznstudio.titanium.datagenerator.loot.block.BasicBlockLootTables; | ||
import net.minecraft.block.Block; | ||
import net.minecraft.block.material.Material; | ||
import net.minecraft.loot.LootTable; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
@@ -10,7 +10,6 @@ | |
import com.hrznstudio.titanium._impl.test.tile.MachineTestTile; | ||
import com.hrznstudio.titanium.api.IFactory; | ||
import com.hrznstudio.titanium.block.RotatableBlock; | ||
import net.minecraft.block.Block; | ||
import net.minecraft.block.Blocks; | ||
|
||
public class MachineTestBlock extends RotatableBlock<MachineTestTile> { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
@@ -13,7 +13,6 @@ | |
import com.hrznstudio.titanium.api.IFactory; | ||
import com.hrznstudio.titanium.block.RotatableBlock; | ||
import com.hrznstudio.titanium.datagenerator.loot.block.BasicBlockLootTables; | ||
import net.minecraft.block.Block; | ||
import net.minecraft.block.material.Material; | ||
import net.minecraft.loot.LootTable; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/_impl/test/TitaniumConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
@@ -10,9 +10,7 @@ | |
import com.hrznstudio.titanium._impl.test.tile.TwentyFourTestTile; | ||
import com.hrznstudio.titanium.api.IFactory; | ||
import com.hrznstudio.titanium.block.RotatableBlock; | ||
import com.hrznstudio.titanium.datagenerator.loot.TitaniumLootTableProvider; | ||
import com.hrznstudio.titanium.datagenerator.loot.block.BasicBlockLootTables; | ||
import net.minecraft.block.Block; | ||
import net.minecraft.block.material.Material; | ||
import net.minecraft.loot.LootTable; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/_impl/test/assetsystem/NewAssetProviderTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/_impl/test/assetsystem/TestAssetProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/_impl/test/recipe/TestSerializableRecipe.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
@@ -12,12 +12,12 @@ | |
import com.hrznstudio.titanium.annotation.Save; | ||
import com.hrznstudio.titanium.api.IItemStackQuery; | ||
import com.hrznstudio.titanium.block.tile.PoweredTile; | ||
import com.hrznstudio.titanium.client.screen.asset.IAssetProvider; | ||
import com.hrznstudio.titanium.component.energy.EnergyStorageComponent; | ||
import com.hrznstudio.titanium.component.fluid.SidedFluidTankComponent; | ||
import com.hrznstudio.titanium.component.inventory.InventoryComponent; | ||
import com.hrznstudio.titanium.component.inventory.SidedInventoryComponent; | ||
import com.hrznstudio.titanium.component.progress.ProgressBarComponent; | ||
import com.hrznstudio.titanium.client.screen.asset.IAssetProvider; | ||
import net.minecraft.entity.player.PlayerEntity; | ||
import net.minecraft.item.DyeColor; | ||
import net.minecraft.tileentity.ITickableTileEntity; | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/_impl/test/tile/MachineTestTile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/_impl/test/tile/TestTile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
@@ -13,7 +13,6 @@ | |
import com.hrznstudio.titanium.block.tile.PoweredTile; | ||
import com.hrznstudio.titanium.component.inventory.InventoryComponent; | ||
import com.hrznstudio.titanium.component.progress.ProgressBarComponent; | ||
import com.hrznstudio.titanium.client.screen.addon.EnergyBarScreenAddon; | ||
import net.minecraft.entity.player.PlayerEntity; | ||
import net.minecraft.tileentity.ITickableTileEntity; | ||
import net.minecraft.util.ActionResultType; | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/annotation/MaterialReference.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/annotation/config/ConfigFile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/annotation/config/ConfigVal.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/annotation/plugin/FeaturePlugin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/augment/AugmentTypes.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/augment/IAugmentType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/capability/IStackHolder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/AssetTypes.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/DefaultDrawable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/GenericAssetType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/IAssetType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/IDrawable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/IScreenAddon.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/IScreenAddonProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/assets/types/IBackgroundAsset.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/hrznstudio/titanium/api/client/assets/types/ITankAsset.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* This file is part of Titanium | ||
* Copyright (C) 2020, Horizon Studio <[email protected]>. | ||
* Copyright (C) 2021, Horizon Studio <[email protected]>. | ||
* | ||
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt | ||
*/ | ||
|
Oops, something went wrong.