Gets all the Types of Energy, which are relevant to this Item. @return any Type of Energy that is related to this Item. Use java.util.Collections.EMPTY_LIST if you don't have any Energy Types on this Item/Meta/NBT.
(ItemStack aStack)
| 61 | * @return any Type of Energy that is related to this Item. Use java.util.Collections.EMPTY_LIST if you don't have any Energy Types on this Item/Meta/NBT. |
| 62 | */ |
| 63 | public Collection<TagData> getEnergyTypes(ItemStack aStack); |
| 64 | |
| 65 | /** |
| 66 | * Charges an Energy Storage. The Coordinates represent the position of wherever the Item is supposed to be. |
no outgoing calls
no test coverage detected