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

Method grow

src/main/java/net/minecraftforge/fluids/FluidStack.java:196–198  ·  view source on GitHub ↗
(int amount)

Source from the content-addressed store, hash-verified

194 }
195
196 public void grow(int amount) {
197 setAmount(this.amount + amount);
198 }
199
200 public void shrink(int amount) {
201 setAmount(this.amount - amount);

Callers 10

fillMethod · 0.95
activateEntitiesMethod · 0.80
getNearbyEntitiesMethod · 0.80
extractHookMethod · 0.80
insertItemMethod · 0.80
insertItemMethod · 0.80
insertItemMethod · 0.80
insertItemMethod · 0.80
fillMethod · 0.80

Calls 1

setAmountMethod · 0.95

Tested by

no test coverage detected