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

Method id_

src/main/java/gregapi/data/FL.java:644–644  ·  view source on GitHub ↗
(IFluidTank aTank)

Source from the content-addressed store, hash-verified

642
643 public static short id (IFluidTank aTank) {return aTank == null ? -1 : id_(aTank);}
644 public static short id_(IFluidTank aTank) {return id(aTank.getFluid());}
645 public static short id (FluidStack aFluid) {return aFluid == null ? -1 : id_(aFluid);}
646 public static short id_(FluidStack aFluid) {return id(aFluid.getFluid());}
647 public static short id (Fluid aFluid) {return aFluid == null ? -1 : id_(aFluid);}

Callers 6

idMethod · 0.95
onTickCheckMethod · 0.95
onTickResetChecksMethod · 0.95
getClientDataPacketMethod · 0.95
getClientDataPacketMethod · 0.95
getClientDataPacketMethod · 0.95

Calls 2

idMethod · 0.95
getFluidMethod · 0.45

Tested by

no test coverage detected