@return A copy of this FluidStack
()
| 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. |
no test coverage detected