MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / IItemUpdatable

Interface IItemUpdatable

src/main/java/gregapi/item/IItemUpdatable.java:28–33  ·  view source on GitHub ↗

@author Gregorius Techneticies

Source from the content-addressed store, hash-verified

26 * @author Gregorius Techneticies
27 */
28public interface IItemUpdatable {
29 /** Updates the Data of the ItemStack. Not called every tick but instead called whenever something important happens to the Stack. */
30 public void updateItemStack(ItemStack aStack);
31 /** Updates the Data of the ItemStack. Not called every tick but instead called whenever something important happens to the Stack. */
32 public void updateItemStack(ItemStack aStack, World aWorld, int aX, int aY, int aZ);
33}

Callers 4

updateItemStackMethod · 0.65
updateItemStackMethod · 0.65
updateItemStackMethod · 0.65
update_Method · 0.65

Implementers 9

ItemBasesrc/main/java/gregapi/item/ItemBase.ja
ItemArmorBasesrc/main/java/gregapi/item/ItemArmorBa
ItemFluidDisplaysrc/main/java/gregapi/item/ItemFluidDi
PrefixItemsrc/main/java/gregapi/item/prefixitem/
ItemBlockMetaTypesrc/main/java/gregapi/block/metatype/I
PrefixBlockItemsrc/main/java/gregapi/block/prefixbloc
MultiTileEntityItemInternalsrc/main/java/gregapi/block/multitilee
MultiItemToolsrc/main/java/gregapi/item/multiitem/M
PrefixItemProjectilesrc/main/java/gregapi/item/prefixitem/

Calls

no outgoing calls

Tested by

no test coverage detected