MCPcopy Create free account
hub / github.com/Vulae/pkmc / handler

Method handler

pkmc-server/src/entity_manager.rs:54–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

52 }
53
54 pub fn handler(&self) -> &Arc<Mutex<EntityHandler>> {
55 &self.handler
56 }
57}
58
59/// Determines when entity is sent to viewers.

Callers 4

test_entitiesFunction · 0.80
newMethod · 0.80
initialize_viewersMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_entitiesFunction · 0.64