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/TecTech.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/Util.java
1640
-rw-r--r--
src/main/java/com/github/technus/tectech/Vec3pos.java
50
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
183
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java
53
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openComputers/AvrArchitecture.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseItemEM.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadItemEM.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/entity/projectiles/projectileEM.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/spartakcore/SpartakCoreRecipeLoader.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java
13
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/ePrimalAspectDefinition.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java
25
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java
25
-rw-r--r--
src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java
28
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/ConstructableLoader.java
57
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/ElementalLoader.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MainLoader.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/NetworkDispatcher.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/TecTechConfig.java
142
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java
259
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/AlignmentLimits.java
183
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/AlignmentMessage.java
(renamed from src/main/java/com/github/technus/tectech/thing/metaTileEntity/RotationMessage.java)
69
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/AlignmentUtility.java
45
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/IAlignment.java
187
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/IAlignmentLimits.java
19
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/IAlignmentProvider.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/IntegerAxisSwap.java
84
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/enumerable/Direction.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/enumerable/ExtendedFacing.java
358
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/enumerable/Flip.java
76
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/enumerable/Rotation.java
76
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/anomaly/AnomalyHandler.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/avr/SidedRedstone.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/commands/ConvertFloat.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/commands/ConvertInteger.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/constructable/ConstructableUtility.java
114
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/constructable/IConstructable.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/constructable/IMultiblockInfoContainer.java
39
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/data/ChunkDataMessage.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/data/PlayerPersistence.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/dataTransport/DataPacket.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/dataTransport/QuantumDataPacket.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDecay.java
28
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDecayResult.java
41
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDefinitionStackMap.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java
67
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalMutableDefinitionStackMap.java
5
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalStackMap.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalDefinitionStack.java
23
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalInstanceStack.java
344
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/iHasElementalDefinition.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalDefinition.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java
24
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidDequantizationInfo.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidQuantizationInfo.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemDequantizationInfo.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemQuantizationInfo.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictDequantizationInfo.java
19
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aOredictQuantizationInfo.java
25
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/bTransformationInfo.java
23
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/iExchangeInfo.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/dAtomDefinition.java
374
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/dHadronDefinition.java
98
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/iaeaNuclide.java
85
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/cPrimitiveDefinition.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eBosonDefinition.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eLeptonDefinition.java
54
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eNeutrinoDefinition.java
38
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/primitive/eQuarkDefinition.java
109
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/pipe/IActivePipe.java
(renamed from src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IActivePipe.java)
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/pipe/IConnectsToDataPipe.java
(renamed from src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToDataPipe.java)
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/pipe/IConnectsToElementalPipe.java
(renamed from src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToElementalPipe.java)
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/pipe/IConnectsToEnergyTunnel.java
(renamed from src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/IConnectsToEnergyTunnel.java)
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/pipe/PipeActivityMessage.java
(renamed from src/main/java/com/github/technus/tectech/thing/metaTileEntity/pipe/PipeActivityMessage.java)
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/spark/RendererMessage.java
(renamed from src/main/java/com/github/technus/tectech/mechanics/data/RendererMessage.java)
17
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/spark/ThaumSpark.java
(renamed from src/main/java/com/github/technus/tectech/mechanics/data/ThaumSpark.java)
111
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/IBlockPosConsumer.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/ICustomBlockSetting.java
17
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/IStructureDefinition.java
167
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/IStructureElement.java
43
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/IStructureElementChain.java
41
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/IStructureElementCheckOnly.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/IStructureElementDeferred.java
7
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/IStructureElementNoPlacement.java
11
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/IStructureNavigate.java
28
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/Structure.java
262
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/StructureDefinition.java
288
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/StructureUtility.java
1395
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/adders/IBlockAdder.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/adders/IHatchAdder.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/structure/adders/ITileAdder.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/tesla/ITeslaConnectable.java
123
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/tesla/ITeslaConnectableSimple.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/proxy/ClientProxy.java
28
-rw-r--r--
src/main/java/com/github/technus/tectech/proxy/CommonProxy.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/CustomItemList.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/QuantumGlassItem.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/block/ReactorSimItem.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Block_CasingsBA0.java
37
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsBA0.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsTT.java
3
-rw-r--r--
src/main/java/com/github/technus