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
67
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/dreamcraft/DreamCraftRecipeLoader.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/dreamcraft/NoDreamCraftMachineLoader.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/gtpp/GtppAtomLoader.java
81
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openComputers/AvrArchitecture.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretbases/TurretBaseEM.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/blocks/turretheads/TurretHeadEM.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
148
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turret/TileTurretHeadEM.java
19
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/openmodularturrets/tileentity/turretbase/TileTurretBaseEM.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/spartakcore/SpartakCoreRecipeLoader.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompat.java
30
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/AspectDefinitionCompatEnabled.java
78
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/EMComplexAspectDefinition.java
229
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/EMPrimalAspectDefinition.java
52
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java
322
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/ePrimalAspectDefinition.java
47
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/definitions/iElementalAspect.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/transformations/AspectDefinitionCompat.java
38
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/elementalMatter/transformations/AspectDefinitionCompatEnabled.java
80
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompat.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/EssentiaCompatEnabled.java
40
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java
148
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java
57
-rw-r--r--
src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java
134
-rw-r--r--
src/main/java/com/github/technus/tectech/entity/fx/WeightlessParticleFX.java
45
-rw-r--r--
src/main/java/com/github/technus/tectech/font/TecTechFontRender.java
300
-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
40
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MainLoader.java
116
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/NetworkDispatcher.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/TecTechConfig.java
3
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/gui/CreativeTabEM.java
19
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/gui/CreativeTabTecTech.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/BaseRecipeLoader.java
(renamed from src/main/java/com/github/technus/tectech/loader/recipe/RecipeLoader.java)
58
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
9
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/AlignmentLimits.java
184
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/AlignmentMessage.java
141
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/AlignmentUtility.java
46
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/IAlignment.java
188
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/IAlignmentLimits.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/IAlignmentProvider.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/IntegerAxisSwap.java
85
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/enumerable/Direction.java
35
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/enumerable/ExtendedFacing.java
359
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/enumerable/Flip.java
78
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/alignment/enumerable/Rotation.java
78
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/anomaly/AnomalyHandler.java
367
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/anomaly/CancerCommand.java
24
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/anomaly/ChargeCommand.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/anomaly/MassCommand.java
81
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/commands/ConvertFloat.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/commands/ConvertInteger.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/constructable/ConstructableUtility.java
115
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/constructable/IConstructable.java
17
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/constructable/IMultiblockInfoContainer.java
40
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/data/ChunkDataMessage.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/data/PlayerPersistence.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/README
5
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/EMException.java
22
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/IEMContainer.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDecay.java
75
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDefinitionStackMap.java
65
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalInstanceStackMap.java
565
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalMutableDefinitionStackMap.java
278
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalStackMap.java
181
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/EMGive.java
143
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/EMList.java
96
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/GiveEM.java
160
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/commands/ListEM.java
95
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/decay/EMDecay.java
90
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/decay/EMDecayResult.java
(renamed from src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/cElementalDecayResult.java)
18
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/definitions/EMComplexTemplate.java
67
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/definitions/EMPrimitiveTemplate.java
197
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/definitions/IEMDefinition.java
131
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/definitions/registry/EMDefinitionsRegistry.java
189
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/definitions/registry/EMIndirectType.java
37
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/definitions/registry/EMType.java
63
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/iElementalInstanceContainer.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/maps/EMConstantStackMap.java
52
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/maps/EMDefinitionStackMap.java
50
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/maps/EMInstanceStackMap.java
205
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/maps/EMStackMap.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/maps/IEMMapRead.java
279
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/maps/IEMMapWrite.java
112
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/maps/IEMMapWriteExact.java
162
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/rElementalRecipe.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/rElementalRecipeMap.java
70
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/recipes/EMRecipe.java
87
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/recipes/EMRecipeMap.java
66
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/EMDefinitionStack.java
73
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/EMInstanceStack.java
591
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/IEMStack.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalDefinitionStack.java
99
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/cElementalInstanceStack.java
560
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/stacks/iHasElementalDefinition.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/tElementalException.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalDefinition.java
135
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java
275
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/iElementalDefinition.java
85
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/EMDequantizationInfo.java
56
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/EMFluidQuantizationInfo.java
(renamed from src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aFluidQuantizationInfo.java)
16
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/EMItemQuantizationInfo.java
(renamed from src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/transformations/aItemQuantizationInfo.java)
24