MCPcopy 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 */
33public interface IHasWorld {
34 public World getWorld();
35
36 public boolean isServerSide();
37 public boolean isClientSide();

Callers 15

onServerTickMethod · 0.65
onDispenseMethod · 0.65
onDispenseMethod · 0.65
onDispenseMethod · 0.65
onDispenseMethod · 0.65
onDispenseMethod · 0.65
findRecipeMethod · 0.65
findRecipeMethod · 0.65
causeMachineUpdateMethod · 0.65
doInjectMethod · 0.65
checkAndSetTargetMethod · 0.65
suckMethod · 0.65

Implementers 3

WorldAndCoordssrc/main/java/gregapi/random/WorldAndC
DelegatorTileEntitysrc/main/java/gregapi/tileentity/deleg
TileEntityBase01Rootsrc/main/java/gregapi/tileentity/base/

Calls

no outgoing calls

Tested by

no test coverage detected