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
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')
-rw-r--r--
src/main/java/com/github/technus/tectech/TecTech.java
1
-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/NoDreamCraftMachineLoader.java
2
-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/thaumcraft/elementalMatter/definitions/dComplexAspectDefinition.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/MainLoader.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/NetworkDispatcher.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/recipe/BloodyRecipeLoader.java
34
-rw-r--r--
src/main/java/com/github/technus/tectech/loader/thing/MachineLoader.java
2
-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/IAlignment.java
173
-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/IntegerAxisSwap.java
67
-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
324
-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
2
-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/constructible/IConstructable.java
(renamed from src/main/java/com/github/technus/tectech/thing/metaTileEntity/IConstructable.java)
2
-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/stacks/cElementalInstanceStack.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/core/templates/cElementalPrimitive.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/dAtomDefinition.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/dHadronDefinition.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/mechanics/elementalMatter/definitions/complex/iaeaNuclide.java
2
-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/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_Item_CasingsBA0.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_CasingsTT.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/casing/GT_Item_HintTT.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ConstructableTriggerItem.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/DebugElementalInstanceContainer_EM.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionContainer_EM.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ElementalDefinitionScanStorage_EM.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/EuMeterGT.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/FrontRotationTriggerItem.java
20
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/ParametrizerMemoryCard.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCapacitor.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaCoilComponent.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaCoilCover.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/item/TeslaStaff.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/IFrontRotation.java
11
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Capacitor.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeData.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_CreativeMaintenance.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DataConnector.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoMulti.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_DynamoTunnel.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ElementalContainer.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyMulti.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_EnergyTunnel.java
21
-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
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputDataItems.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_InputElemental.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputData.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputDataItems.java
6
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OutputElemental.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_OverflowElemental.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Param.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_ParamText.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Rack.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/GT_MetaTileEntity_Hatch_Uncertainty.java
4
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/TextParametersMessage.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_Param.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamAdv.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_Container_ParamText.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_Param.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_ParamAdv.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/hatch/gui/GT_GUIContainer_ParamText.java
2
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_annihilation.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_bhg.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_collider.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_computer.java
28
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_crafting.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dataBank.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_infuser.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_junction.java
10
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java
16
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java
14
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_stabilizer.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_switch.java
18
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_transformer.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_wormhole.java
12
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_microwave.java
36
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_proccessingStack.java
8
-rw-r--r--
src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_TM_teslaCoil.java
114
-rw-r--r--