MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getWorld

Method getWorld

src/main/java/net/minecraft/tileentity/IHopper.java:11–11  ·  view source on GitHub ↗

Returns the worldObj for this tileEntity.

()

Source from the content-addressed store, hash-verified

9 * Returns the worldObj for this tileEntity.
10 */
11 World getWorld();
12
13 /**
14 * Gets the world X position for this hopper entity.

Callers 15

updateMethod · 0.65
getSpawnBiomeMethod · 0.65
renderTileEntityAtMethod · 0.65
renderTileEntityAtMethod · 0.65
renderTileEntityAtMethod · 0.65
renderTileEntityAtMethod · 0.65
dispenseStackMethod · 0.65
playDispenseSoundMethod · 0.65
dispenseStackMethod · 0.65
dispenseStackMethod · 0.65
playDispenseSoundMethod · 0.65

Implementers 2

EntityMinecartHoppersrc/main/java/net/minecraft/entity/ite
TileEntityHoppersrc/main/java/net/minecraft/tileentity

Calls

no outgoing calls

Tested by

no test coverage detected