MCPcopy Create free account
hub / github.com/Teneted/Tenet / copy

Method copy

src/main/java/net/minecraftforge/fluids/FluidStack.java:264–267  ·  view source on GitHub ↗

@return A copy of this FluidStack

()

Source from the content-addressed store, hash-verified

262 * @return A copy of this FluidStack
263 */
264 public FluidStack copy()
265 {
266 return new FluidStack(getFluid(), amount, tag);
267 }
268
269 /**
270 * Determines if the FluidIDs and NBT Tags are equal. This does not check amounts.

Callers 15

drainMethod · 0.95
drainMethod · 0.95
applyMethod · 0.45
makeQuadMethod · 0.45
bakeMethod · 0.45
getNormalMethod · 0.45
getItemStackLimitMethod · 0.45
copyStackWithSizeMethod · 0.45
dropperInsertHookMethod · 0.45
insertHookMethod · 0.45
extractItemMethod · 0.45
insertItemMethod · 0.45

Calls 1

getFluidMethod · 0.95

Tested by

no test coverage detected