Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 719 Bytes

File metadata and controls

24 lines (12 loc) · 719 Bytes

Classes

  • gas.GasStack

  • gas.world.consumers.ConsumeGas analogue of mindustry.world.consumers.ConsumeLiquid

  • gas.world.consumers.ConsumeGasFilter analogue of mindustry.world.consumers.ConsumeLiquidFilter

  • gas.world.GasBlock

  • gas.world.meta.GasValue

Methods

  • gas.content.Gasses.gasType() analogue of mindustry.ctype.ContentType.gas

  • gas.content.Gasses.all() analogue of mindustry.ctype.ContentType.gasses()

  • gas.content.Gasses.getByID(int) analogue of mindustry.ctype.ContentType.gas(int id)

  • gas.content.Gasses.getByName(java.lang.String) analogue of mindustry.ctype.ContentType.gas(String name)