Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getPos
Method
getPos
src/main/java/net/minecraft/tileentity/TileEntity.java:174–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
public
BlockPos getPos()
175
{
176
return
this.pos;
177
}
178
179
/**
180
* Gets the block type at the location of this entity (client-only).
Callers
15
updateEntities
Method · 0.95
getTileEntity
Method · 0.95
setTileEntity
Method · 0.95
getTileEntitiesIn
Method · 0.95
getId
Method · 0.45
getSpawnPosition
Method · 0.45
getSpawnBiome
Method · 0.45
updateTileEntityName
Method · 0.45
renderTileEntityAt
Method · 0.45
renderTileEntity
Method · 0.45
renderTileEntityAt
Method · 0.45
renderTileEntityAt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected