Package me.desht.pneumaticcraft.api
Interface PneumaticRegistry.IPneumaticCraftInterface
- All Known Implementing Classes:
PneumaticCraftAPIHandler
- Enclosing class:
- PneumaticRegistry
public static interface PneumaticRegistry.IPneumaticCraftInterface
Provides top-level access to the various registries and helpers in the API.
Retrieve an instance of this via
PneumaticRegistry.getInstance()-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRecipeRegistry
IPneumaticRecipeRegistry getRecipeRegistry() -
getAirHandlerMachineFactory
IAirHandlerMachineFactory getAirHandlerMachineFactory() -
getClientArmorRegistry
IClientArmorRegistry getClientArmorRegistry() -
getCommonArmorRegistry
ICommonArmorRegistry getCommonArmorRegistry() -
getDroneRegistry
IDroneRegistry getDroneRegistry() -
getHeatRegistry
IHeatRegistry getHeatRegistry() -
getClientRegistry
IClientRegistry getClientRegistry() -
getSensorRegistry
ISensorRegistry getSensorRegistry() -
getItemRegistry
IItemRegistry getItemRegistry() -
getUpgradeRegistry
IUpgradeRegistry getUpgradeRegistry() -
getFuelRegistry
IFuelRegistry getFuelRegistry() -
getWrenchRegistry
IWrenchRegistry getWrenchRegistry() -
getMiscHelpers
IMiscHelpers getMiscHelpers() -
getDamageSources
DamageSources getDamageSources()
-