Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ DimensionName
Method
DimensionName
server/entity/entity.go:124–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
func
(p *Entity) DimensionName() string {
125
return
p.dimensionName.Get()
126
}
127
128
func
(p *Entity) SetDimensionName(v string) {
129
p.dimensionName.Set(v)
Callers
3
startGame
Method · 0.80
Dimension
Method · 0.80
sync
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected