Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeToPacket
Method · 0.95
drain
Method · 0.95
fill
Method · 0.95
drain
Method · 0.95
fill
Method · 0.45
getFluidAmount
Method · 0.45
fill
Method · 0.45
drain
Method · 0.45
getSpace
Method · 0.45
fill
Method · 0.45
fill
Method · 0.45
fill
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected