MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / NewLiving

Function NewLiving

server/entity/entity.go:31–33  ·  view source on GitHub ↗
(e *Entity)

Source from the content-addressed store, hash-verified

29}
30
31func NewLiving(e *Entity) LivingEntity {
32 return LivingEntity{Entity: *e}
33}
34
35// Entity is the base state for entities
36type Entity struct {

Callers 1

NewMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected