Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GregTech6/gregtech6
/ getWorld
Method
getWorld
src/main/java/gregapi/random/IHasWorld.java:34–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
*/
33
public
interface
IHasWorld {
34
public
World getWorld();
35
36
public
boolean isServerSide();
37
public
boolean isClientSide();
Callers
15
onServerTick
Method · 0.65
onDispense
Method · 0.65
onDispense
Method · 0.65
onDispense
Method · 0.65
onDispense
Method · 0.65
onDispense
Method · 0.65
findRecipe
Method · 0.65
findRecipe
Method · 0.65
causeMachineUpdate
Method · 0.65
doInject
Method · 0.65
checkAndSetTarget
Method · 0.65
suck
Method · 0.65
Implementers
3
WorldAndCoords
src/main/java/gregapi/random/WorldAndC
DelegatorTileEntity
src/main/java/gregapi/tileentity/deleg
TileEntityBase01Root
src/main/java/gregapi/tileentity/base/
Calls
no outgoing calls
Tested by
no test coverage detected