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

Method setPos

src/main/java/net/minecraft/tileentity/TileEntity.java:283–286  ·  view source on GitHub ↗
(BlockPos posIn)

Source from the content-addressed store, hash-verified

281 }
282
283 public void setPos(BlockPos posIn)
284 {
285 this.pos = posIn;
286 }
287
288 public boolean func_183000_F()
289 {

Callers 3

handleSignEditorOpenMethod · 0.95
setTileEntityMethod · 0.45
addTileEntityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected