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

Method getAmount

src/main/java/net/minecraftforge/fluids/FluidStack.java:184–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 public int getAmount()
185 {
186 return isEmpty ? 0 : amount ;
187 }
188
189 public void setAmount(int amount)
190 {

Callers 13

writeToPacketMethod · 0.95
drainMethod · 0.95
fillMethod · 0.95
drainMethod · 0.95
fillMethod · 0.45
getFluidAmountMethod · 0.45
fillMethod · 0.45
drainMethod · 0.45
getSpaceMethod · 0.45
fillMethod · 0.45
fillMethod · 0.45
fillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected