Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleSignEditorOpen
Method · 0.95
setTileEntity
Method · 0.45
addTileEntity
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected