MCPcopy 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

updateEntitiesMethod · 0.95
getTileEntityMethod · 0.95
setTileEntityMethod · 0.95
getTileEntitiesInMethod · 0.95
getIdMethod · 0.45
getSpawnPositionMethod · 0.45
getSpawnBiomeMethod · 0.45
updateTileEntityNameMethod · 0.45
renderTileEntityAtMethod · 0.45
renderTileEntityMethod · 0.45
renderTileEntityAtMethod · 0.45
renderTileEntityAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected