Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ BlockEntity
Method
BlockEntity
server/world/block/sculkSensor.go:31–36 ·
view source on GitHub ↗
(pos pos.BlockPosition)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(b SculkSensor) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity {
32
return
chunk.BlockEntity{
33
Id:
"minecraft:sculk_sensor"
,
34
X: pos.X(), Y: pos.Y(), Z: pos.Z(),
35
}
36
}
Callers
nothing calls this directly
Calls
3
X
Method · 0.80
Y
Method · 0.80
Z
Method · 0.80
Tested by
no test coverage detected