Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Method · 0.65
getSpawnBiome
Method · 0.65
updateMapDynamicLights
Method · 0.65
renderTileEntityAt
Method · 0.65
renderTileEntityAt
Method · 0.65
renderTileEntityAt
Method · 0.65
renderTileEntityAt
Method · 0.65
dispenseStack
Method · 0.65
playDispenseSound
Method · 0.65
dispenseStack
Method · 0.65
dispenseStack
Method · 0.65
playDispenseSound
Method · 0.65
Implementers
2
EntityMinecartHopper
src/main/java/net/minecraft/entity/ite
TileEntityHopper
src/main/java/net/minecraft/tileentity
Calls
no outgoing calls
Tested by
no test coverage detected