aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r--src/main/java/gregtech/api/GregTech_API.java566
-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.java64
-rw-r--r--src/main/java/gregtech/api/enums/Dyes.java105
-rw-r--r--src/main/java/gregtech/api/enums/Element.java311
-rw-r--r--src/main/java/gregtech/api/enums/GT_Values.java160
-rw-r--r--src/main/java/gregtech/api/enums/ItemList.java785
-rw-r--r--src/main/java/gregtech/api/enums/Materials.java1669
-rw-r--r--src/main/java/gregtech/api/enums/OreDictNames.java78
-rw-r--r--src/main/java/gregtech/api/enums/OrePrefixes.java798
-rw-r--r--src/main/java/gregtech/api/enums/SubTag.java306
-rw-r--r--src/main/java/gregtech/api/enums/TC_Aspects.java108
-rw-r--r--src/main/java/gregtech/api/enums/TextureSet.java184
-rw-r--r--src/main/java/gregtech/api/enums/Textures.java453
-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.java564
-rw-r--r--src/main/java/gregtech/api/gui/GT_ContainerMetaTile_Machine.java152
-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.java249
-rw-r--r--src/main/java/gregtech/api/gui/GT_Container_BasicTank.java70
-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.java67
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainerMetaTile_Machine.java39
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_1by1.java28
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_2by2.java28
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_3by3.java28
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_4by4.java28
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_BasicMachine.java86
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_BasicTank.java35
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_MaintenanceHatch.java26
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java55
-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.java26
-rw-r--r--src/main/java/gregtech/api/interfaces/IDescribable.java11
-rw-r--r--src/main/java/gregtech/api/interfaces/IFoodStat.java21
-rw-r--r--src/main/java/gregtech/api/interfaces/IIconContainer.java21
-rw-r--r--src/main/java/gregtech/api/interfaces/IItemBehaviour.java30
-rw-r--r--src/main/java/gregtech/api/interfaces/IItemContainer.java24
-rw-r--r--src/main/java/gregtech/api/interfaces/IOreRecipeRegistrator.java15
-rw-r--r--src/main/java/gregtech/api/interfaces/IProjectileItem.java16
-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.java15
-rw-r--r--src/main/java/gregtech/api/interfaces/IToolStats.java147
-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.java34
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java412
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IIC2TileEntity.java13
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IThaumcraftCompat.java43
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IUETileEntity.java6
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntity.java383
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntityCable.java9
-rw-r--r--src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntityItemPipe.java96
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IBasicEnergyContainer.java99
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IColoredTileEntity.java14
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/ICoverable.java35
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IDigitalChest.java29
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IEnergyConductor.java40
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IEnergyConnected.java89
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IExperimentalEnergyTileEntity.java86
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IFibreConnected.java31
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGearEnergyTileEntity.java16
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGregTechDeviceInformation.java20
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IGregTechTileEntity.java124
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java33
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IHasWorldObjectAndCoords.java132
-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.java9
-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.java78
-rw-r--r--src/main/java/gregtech/api/items/GT_CoolantCell_Item.java82
-rw-r--r--src/main/java/gregtech/api/items/GT_EnergyArmor_Item.java327
-rw-r--r--src/main/java/gregtech/api/items/GT_Generic_Block.java19
-rw-r--r--src/main/java/gregtech/api/items/GT_Generic_Item.java144
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaBase_Item.java555
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Item.java331
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Item_X01.java159
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Item_X32.java169
-rw-r--r--src/main/java/gregtech/api/items/GT_MetaGenerated_Tool.java562
-rw-r--r--src/main/java/gregtech/api/items/GT_RadioactiveCellIC_Item.java176
-rw-r--r--src/main/java/gregtech/api/items/GT_RadioactiveCell_Item.java161
-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.java66
-rw-r--r--src/main/java/gregtech/api/items/GT_Spray_Foam_Item.java160
-rw-r--r--src/main/java/gregtech/api/items/GT_Spray_Hardener_Item.java70
-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--