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

Method display

src/main/java/gregapi/util/UT.java:119–119  ·  view source on GitHub ↗
(Fluid aFluid)

Source from the content-addressed store, hash-verified

117 @Deprecated public static boolean is(Fluid aFluid, String... aNames) {if (aFluid != null) for (String aName : aNames) if (aFluid.getName().equalsIgnoreCase(aName)) return T; return F;}
118
119 @Deprecated public static ItemStack display(Fluid aFluid) {return aFluid == null ? null : display(make(aFluid, 0), F, F);}
120 @Deprecated public static ItemStack display(FluidStack aFluid, boolean aUseStackSize, boolean aLimitStackSize) {return display(aFluid, aFluid == null ? 0 : aFluid.amount, aUseStackSize, aLimitStackSize);}
121 @Deprecated public static ItemStack display(FluidTankGT aTank, boolean aUseStackSize, boolean aLimitStackSize) {return display(aTank.getFluid(), aTank.amount(), aUseStackSize, aLimitStackSize);}
122 @Deprecated public static ItemStack display(FluidStack aFluid, long aAmount, boolean aUseStackSize, boolean aLimitStackSize) {

Callers

nothing calls this directly

Calls 13

makeMethod · 0.95
id_Method · 0.95
makeStringMethod · 0.95
setNumberMethod · 0.95
temperatureMethod · 0.95
setBooleanMethod · 0.95
gasMethod · 0.95
setMethod · 0.95
bind7Method · 0.80
getWithMetaMethod · 0.65
getFluidMethod · 0.45
amountMethod · 0.45

Tested by

no test coverage detected