index
:
github/GT5-Unofficial.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/main/java/com')
-rw-r--r--
src/main/java/com/github/technus/tectech/CommonValues.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/TecTech.java
97
-rw-r--r--
src/main/java/com/github/technus/tectech/Util.java
347
-rw-r--r--
src/main/java/com/github/technus/tectech/Vec3pos.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/XSTR.java
98
-rw-r--r--
src/main/java/com/github/technus/tectech/auxiliary/Reference.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
207
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/EssentiaCompatEnabled.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/AspectDefinitionCompatEnabled.java
49
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/dComplexAspectDefinition.java
67
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/definitions/ePrimalAspectDefinition.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java
29
-rw-r--r--
src/main/java/com/github/technus/tectech/dataFramework/QuantumDataPacket.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDecay.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalDefinitionStackMap.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalInstanceStackMap.java
225
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalMutableDefinitionStackMap.java
112
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/cElementalStackMap.java
57
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/commands/GiveEM.java
159
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/commands/ListEM.java
96
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/iElementalInstanceContainer.java
(renamed from src/main/java/com/github/technus/tectech/elementalMatter/core/interfaces/iElementalInstanceContainer.java)
4
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipe.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/rElementalRecipeMap.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalDefinitionStack.java
30
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/cElementalInstanceStack.java
192
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/stacks/iHasElementalDefinition.java
(renamed from src/main/java/com/github/technus/tectech/elementalMatter/core/interfaces/iHasElementalDefinition.java)
2
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalDefinition.java
71
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/templates/cElementalPrimitive.java
70
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/templates/iElementalDefinition.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidDequantizationInfo.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aFluidQuantizationInfo.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemDequantizationInfo.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aItemQuantizationInfo.java
23
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictDequantizationInfo.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/aOredictQuantizationInfo.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/bTransformationInfo.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/core/transformations/iExchangeInfo.java
(renamed from src/main/java/com/github/technus/tectech/elementalMatter/core/interfaces/iExchangeInfo.java)
4
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/dAtomDefinition.java
623
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/atom/iaeaNuclide.java
117
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/complex/hadron/dHadronDefinition.java
134
-rw-r--r--
src/main/java/com/github/technus/tectech/elementalMatter/definitions/primitive/cPrimitiveDefinition.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/BloodyRecipeLoader.java
225
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/ElementalLoader.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/EntityLoader.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MachineLoader.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MainLoader.java
42
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/ModGuiHandler.java
27
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/RecipeLoader.java
19
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/ThingsLoader.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/NEI_TT_Config.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java
137
-rw-r--r--
src/main/java/com/github/technus/tectech/nei/TT_NEI_ScannerHandler.java
139
-rw-r--r--
src/main/java/com/github/technus/tectech/network/Dispatcher.java
1
-rw-r--r--
src/main/java/com/github/technus/tectech/proxy/ClientProxy.java
23
-rw-r--r--
src/main/java/com/github/technus/tectech/proxy/CommonProxy.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipe.java
60
-rw-r--r--
src/main/java/com/github/technus/tectech/recipe/TT_recipeAdder.java
116
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/CustomItemList.java
81
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumGlassBlock.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumGlassItem.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumGlassRender.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumStuffBlock.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumStuffRender.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/ReactorSimBlock.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/ReactorSimItem.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsTT.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_HintTT.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsTT.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/TT_Container_Casings.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java
27
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java
62
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
79
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/gui/ScanDisplayScreen.java
155
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java
76
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Holder.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputData.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputElemental.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java
(renamed from src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_MufflerElemental.java)
40
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java
31
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java
169
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java
40
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Holder.java
29
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Param.java
132
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java
231
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Rack.java
52
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Uncertainty.java
97
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Holder.java
17
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Param.java
26
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_ParamAdv.java
38
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Rack.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Uncertainty.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_UncertaintyAdv.java
100
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java
41
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java
235
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java
66
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java
60
-rw-r--r--