MCPcopy 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
124func (p *Entity) DimensionName() string {
125 return p.dimensionName.Get()
126}
127
128func (p *Entity) SetDimensionName(v string) {
129 p.dimensionName.Set(v)

Callers 3

startGameMethod · 0.80
DimensionMethod · 0.80
syncMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected