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

Method tag

src/main/java/gregapi/util/ST.java:779–781  ·  view source on GitHub ↗
(long aNumber)

Source from the content-addressed store, hash-verified

777 return IL.Empty_Slot.get(0);
778 }
779 public static ItemStack tag(long aNumber) {
780 return IL.Circuit_Selector.getWithDamage(0, aNumber);
781 }
782
783 public static ItemStack skull(Entity aPlayer) {return skull(aPlayer == null ? "" : aPlayer.getCommandSenderName());}
784 public static ItemStack skull(String aPlayer) {return ST.make(Items.skull, 1, 3, UT.Code.stringValid(aPlayer) ? UT.NBT.makeString("SkullOwner", aPlayer) : null);}

Callers 15

packMethod · 0.95
compactMethod · 0.95
replicateOrganicMethod · 0.95
onTick2Method · 0.95
runMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onOreRegistrationMethod · 0.95

Calls 1

getWithDamageMethod · 0.65

Tested by

no test coverage detected