LordFokas / StargateTech2

http://mod-stargatetech.com
Other
29 stars 10 forks source link

TODO: Add fake interfaces in TileEntityMachine #109

Closed LordFokas closed 9 years ago

LordFokas commented 9 years ago

This is done for optimization. Each child class will put the interfaces they'll use in (as markers, because they're already implemented).

This will be a bit of a dirty hack but it will improve performance greatly especially around blocks/TEs that do a lot of polling for those common interfaces.

LordFokas commented 9 years ago

Aaaaand done!