Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fill
Method · 0.95
activateEntities
Method · 0.80
doEntityAddEventCalling
Method · 0.80
getNearbyEntities
Method · 0.80
extractHook
Method · 0.80
insertItem
Method · 0.80
insertItem
Method · 0.80
insertItem
Method · 0.80
insertItem
Method · 0.80
fill
Method · 0.80
Calls
1
setAmount
Method · 0.95
Tested by
no test coverage detected