Package me.desht.pneumaticcraft.common
Enum Class PneumaticCraftAPIHandler
- All Implemented Interfaces:
Serializable,Comparable<PneumaticCraftAPIHandler>,Constable,PneumaticRegistry.IPneumaticCraftInterface
public enum PneumaticCraftAPIHandler
extends Enum<PneumaticCraftAPIHandler>
implements PneumaticRegistry.IPneumaticCraftInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic PneumaticCraftAPIHandlerstatic PneumaticCraftAPIHandlerReturns the enum constant of this class with the specified name.static PneumaticCraftAPIHandler[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getInstance
-
getRecipeRegistry
- Specified by:
getRecipeRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getAirHandlerMachineFactory
- Specified by:
getAirHandlerMachineFactoryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getClientArmorRegistry
- Specified by:
getClientArmorRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getCommonArmorRegistry
- Specified by:
getCommonArmorRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getDroneRegistry
- Specified by:
getDroneRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getHeatRegistry
- Specified by:
getHeatRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getClientRegistry
- Specified by:
getClientRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getSensorRegistry
- Specified by:
getSensorRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getItemRegistry
- Specified by:
getItemRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getUpgradeRegistry
- Specified by:
getUpgradeRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getFuelRegistry
- Specified by:
getFuelRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getWrenchRegistry
- Specified by:
getWrenchRegistryin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getMiscHelpers
- Specified by:
getMiscHelpersin interfacePneumaticRegistry.IPneumaticCraftInterface
-
getDamageSources
- Specified by:
getDamageSourcesin interfacePneumaticRegistry.IPneumaticCraftInterface
-