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 ResourceCraftUtil.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 EnergyEnergy.Electricstatic final EnergyEnergy.Mechanicalstatic final EnergyEnergy.Steamstatic final EnergyEnergy.Thermalstatic final EnergyEnergy.VoidEnergyMethods in zombie.entity.energy that return EnergyModifier and TypeMethodDescriptionstatic Energystatic EnergyEnergy.Get(EnergyType arg0) static EnergyEnergy.loadEnergy(ByteBuffer arg0, int arg1) Methods in zombie.entity.energy that return types with arguments of type EnergyMethods in zombie.entity.energy with parameters of type Energy -
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 TypeMethodDescriptionbooleanInputScript.containsEnergy(Energy arg0) booleanOutputScript.containsEnergy(Energy arg0) booleanInputScript.isEnergyMatch(Energy arg0) booleanOutputScript.isEnergyMatch(Energy arg0)