aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
diff options
context:
space:
mode:
authorDream-Master <dream-master@gmx.net>2016-06-21 18:50:29 +0200
committerDream-Master <dream-master@gmx.net>2016-06-21 18:50:29 +0200
commit09add3e8ac3be54b1e6c068e87d4fb5143c6d785 (patch)
tree7b02b400788333f9ebf82081736c9c55f8ed48e8 /src/main/java/gregtech/api
parentb09b54435f9427332854558c42bd2c902825cbfe (diff)
downloadGT5-Unofficial-09add3e8ac3be54b1e6c068e87d4fb5143c6d785.tar.gz
GT5-Unofficial-09add3e8ac3be54b1e6c068e87d4fb5143c6d785.tar.bz2
GT5-Unofficial-09add3e8ac3be54b1e6c068e87d4fb5143c6d785.zip
even with Blood asp experimental branch
Diffstat (limited to 'src/main/java/gregtech/api')
<
-rw-r--r--src/main/java/gregtech/api/GregTech_API.java595
-rw-r--r--src/main/java/gregtech/api/damagesources/GT_DamageSources.java86
-rw-r--r--src/main/java/gregtech/api/enchants/Enchantment_EnderDamage.java58
-rw-r--r--src/main/java/gregtech/api/enchants/Enchantment_Radioactivity.java61
-rw-r--r--src/main/java/gregtech/api/enums/ConfigCategories.java65
-rw-r--r--src/main/java/gregtech/api/enums/Dyes.java110
-rw-r--r--src/main/java/gregtech/api/enums/Element.java310
-rw-r--r--src/main/java/gregtech/api/enums/GT_Values.java113
-rw-r--r--src/main/java/gregtech/api/enums/ItemList.java767
-rw-r--r--src/main/java/gregtech/api/enums/Materials.java1681
-rw-r--r--src/main/java/gregtech/api/enums/OreDictNames.java78
-rw-r--r--src/main/java/gregtech/api/enums/OrePrefixes.java838
-rw-r--r--src/main/java/gregtech/api/enums/SubTag.java263
-rw-r--r--src/main/java/gregtech/api/enums/TC_Aspects.java59
-rw-r--r--src/main/java/gregtech/api/enums/TextureSet.java149
-rw-r--r--src/main/java/gregtech/api/enums/Textures.java674
-rw-r--r--src/main/java/gregtech/api/enums/Tier.java91
-rw-r--r--src/main/java/gregtech/api/enums/ToolDictNames.java32
-rw-r--r--src/main/java/gregtech/api/events/BlockScanningEvent.java41
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container.java559
-rw-r--r--src/main/java/gregtech/api/gui/GT_ContainerMetaTile_Machine.java185
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_1by1.java27
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_2by2.java30
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_3by3.java35
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_4by4.java42
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_BasicMachine.java254
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_BasicTank.java72
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_MaintenanceHatch.java30
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_MultiMachine.java35
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer.java72
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainerMetaTile_Machine.java38
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_1by1.java29
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_2by2.java29
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_3by3.java29
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_4by4.java29
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_BasicMachine.java109
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_BasicTank.java36
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_MaintenanceHatch.java27
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java63
-rw-r--r--src/main/java/gregtech/api/gui/GT_Slot_Armor.java27
-rw-r--r--src/main/java/gregtech/api/gui/GT_Slot_DataOrb.java17
-rw-r--r--src/main/java/gregtech/api/gui/GT_Slot_Holo.java46
-rw-r--r--src/main/java/gregtech/api/gui/GT_Slot_Output.java16
-rw-r--r--src/main/java/gregtech/api/gui/GT_Slot_Render.java22
-rw-r--r--src/main/java/gregtech/api/interfaces/IColorModulationContainer.java5
-rw-r--r--src/main/java/gregtech/api/interfaces/ICondition.java104
-rw-r--r--src/main/java/gregtech/api/interfaces/IDamagableItem.java7
-rw-r--r--src/main/java/gregtech/api/interfaces/IDebugableBlock.java27
-rw-r--r--src/main/java/gregtech/api/interfaces/IDescribable.java11
-rw-r--r--src/main/java/gregtech/api/interfaces/IFoodStat.java35
-rw-r--r--src/main/java/gregtech/api/interfaces/IIconContainer.java21
-rw-r--r--src/main/java/gregtech/api/interfaces/IItemBehaviour.java40
-rw-r--r--src/main/java/gregtech/api/interfaces/IItemContainer.java39
-rw-r--r--src/main/java/gregtech/api/interfaces/IOreRecipeRegistrator.java16
-rw-r--r--src/main/java/gregtech/api/interfaces/IProjectileItem.java24
-rw-r--r--src/main/java/gregtech/api/interfaces/IRedstoneCircuitBlock.java66
-rw-r--r--src/main/java/gregtech/api/interfaces/ISubTagContainer.java20
-rw-r--r--src/main/java/gregtech/api/interfaces/ITexture.java20
-rw-r--r--src/main/java/gregtech/api/interfaces/IToolStats.java159
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IBCTileEntity.java8
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_CraftingRecipe.java7
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_Mod.java46
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java508
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IIC2TileEntity.java13
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IThaumcraftCompat.java30
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IUETileEntity.java6
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntity.java393
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntityCable.java9
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntityItemPipe.java99
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java100
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IColoredTileEntity.java15
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/ICoverable.java44
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IDigitalChest.java31
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IEnergyConductor.java40
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java96
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IExperimentalEnergyTileEntity.java93
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IFibreConnected.java31
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGearEnergyTileEntity.java17
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGregTechDeviceInformation.java21
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java127
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java33
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IHasWorldObjectAndCoords.java169
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IMachineBlockUpdateable.java16
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IMachineProgress.java69
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IPipeRenderedTileEntity.java11
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IRedstoneEmitter.java37
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IRedstoneReceiver.java29
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IRedstoneTileEntity.java17
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/ITexturedTileEntity.java10
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/ITurnable.java33
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IUpgradableMachine.java42
-rw-r--r--src/main/java/gregtech/api/items/GT_CoolantCellIC_Item.java64
-rw-r--r--src/main/java/gregtech/api/items/GT_CoolantCell_Item.java70
-rw-r--r--src/main/java/gregtech/api/items/GT_EnergyArmor_Item.java331
-rw-r--r--src/main/java/gregtech/api/items/GT_Generic_Block.java20
-rw-r--r--src/main/java/gregtech/api/items/GT_Generic_Item.java158
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaBase_Item.java615
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Item.java355
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Item_X01.java172
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Item_X32.java174
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Tool.java685
-rw-r--r--src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java165
-rw-r--r--src/main/java/gregtech/api/items/GT_RadioactiveCell_Item.java149
-rw-r--r--src/main/java/gregtech/api/items/GT_SolderingTool_Item.java40
-rw-r--r--src/main/java/gregtech/api/items/GT_Spray_Bug_Item.java67
-rw-r--r--src/main/java/gregtech/api/items/GT_Spray_Foam_Item.java171
-rw-r--r--src/main/java/gregtech/api/items/GT_Spray_Hardener_Item.java71
-rw-r--r--src/main/java/gregtech/api/items/GT_Spray_Hydration_Item.java53
-rw-r--r--src/main/java/gregtech/api/items/GT_Spray_Ice_Item.java81
-rw-r--r--src/main/java/gregtech/api/items/GT_Spray_Pepper_Item.java51
-rw-r--r--src/main/java/gregtech/api/items/GT_Tool_Item.java25
-rw-r--r--src/main/java/gregtech/api/metatileentity/BaseMetaPipeEntity.java1315
-rw-r--r--src/main/java/gregtech/api/metatileentity/BaseMetaTileEntity.java1844
-rw-r--r--src/main/java/gregtech/api/metatileentity/BaseMetaTileEntityUE.java98
-rw-r--r--src/main/java/gregtech/api/metatileentity/BaseTileEntity.java437
-rw-r--r--src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java675
-rw-r--r--src/main/java/gregtech/api/metatileentity/MetaTileEntity.java865