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

Method getProjectile

src/main/java/gregapi/util/UT.java:2689–2689  ·  view source on GitHub ↗
(TagData aProjectileType, IInventory aInventory)

Source from the content-addressed store, hash-verified

2687 @Deprecated public static boolean addStackToPlayerInventoryOrDrop(EntityPlayer aPlayer, ItemStack aStack, boolean aCurrentSlotFirst, World aWorld, double aX, double aY, double aZ) {return ST.give(aPlayer, aStack, aCurrentSlotFirst, aWorld, aX, aY, aZ);}
2688 @Deprecated public static boolean addStackToPlayerInventoryOrDrop(EntityPlayer aPlayer, IInventory aInventory, ItemStack aStack, boolean aCurrentSlotFirst, World aWorld, double aX, double aY, double aZ) {return ST.give(aPlayer, aInventory, aStack, aCurrentSlotFirst, aWorld, aX, aY, aZ);}
2689 @Deprecated public static ItemStack getProjectile(TagData aProjectileType, IInventory aInventory) {return ST.projectile(aInventory, aProjectileType);}
2690 }
2691
2692 public static class Sounds {

Callers

nothing calls this directly

Calls 1

projectileMethod · 0.95

Tested by

no test coverage detected