MCPcopy Create free account
hub / github.com/RocketMap/RocketMap / get_spawn_time

Method get_spawn_time

pogom/models.py:247–248  ·  view source on GitHub ↗
(cls, disappear_time)

Source from the content-addressed store, hash-verified

245
246 @classmethod
247 def get_spawn_time(cls, disappear_time):
248 return (disappear_time + 2700) % 3600
249
250 @classmethod
251 def get_spawnpoints(cls, southBoundary, westBoundary, northBoundary, eastBoundary):

Callers 2

get_spawnpointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected