Uses of Class
zombie.entity.energy.Energy
Packages that use Energy
Package
Description
-
Uses of Energy in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting with parameters of type EnergyModifier and TypeMethodDescriptionstatic Resource
CraftUtil.findResourceOrEmpty
(ResourceIO resourceIO, List<Resource> list, Energy energy, float float0, Resource resource2, HashSet<Resource> hashSet) -
Uses of Energy in zombie.entity.components.resources
Methods in zombie.entity.components.resources that return Energy -
Uses of Energy in zombie.entity.energy
Fields in zombie.entity.energy declared as EnergyModifier and TypeFieldDescriptionstatic final Energy
Energy.Electric
static final Energy
Energy.Mechanical
static final Energy
Energy.Steam
static final Energy
Energy.Thermal
static final Energy
Energy.VoidEnergy
Methods in zombie.entity.energy that return EnergyModifier and TypeMethodDescriptionstatic Energy
static Energy
Energy.Get
(EnergyType energyTypex) static Energy
Energy.loadEnergy
(ByteBuffer byteBuffer, int var1) Methods in zombie.entity.energy that return types with arguments of type EnergyMethods in zombie.entity.energy with parameters of type EnergyModifier and TypeMethodDescriptionstatic void
Energy.saveEnergy
(Energy energy, ByteBuffer byteBuffer) -
Uses of Energy in zombie.inventory.types
Methods in zombie.inventory.types that return Energy -
Uses of Energy in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting that return EnergyMethods in zombie.scripting.entity.components.crafting that return types with arguments of type EnergyModifier and TypeMethodDescriptionInputScript.getPossibleInputEnergies()
OutputScript.getPossibleResultEnergies()
Methods in zombie.scripting.entity.components.crafting with parameters of type EnergyModifier and TypeMethodDescriptionboolean
InputScript.containsEnergy
(Energy energy) boolean
OutputScript.containsEnergy
(Energy energyx) boolean
InputScript.isEnergyMatch
(Energy energy) boolean
OutputScript.isEnergyMatch
(Energy energyx)