- collide
vec3 collide(vec3 point, float rad, float height)
Undocumented in source. Be warned that the author may not have intended to support it.
- gatherInputs
InputState gatherInputs()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleFlight
vec3 handleFlight(vec3 speed, float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleMouse
void handleMouse()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleWalk
vec3 handleWalk(vec3 speed, float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
- isCurrentChunkLoaded
bool isCurrentChunkLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
- movePlayer
vec3 movePlayer(vec3 pos, vec3 delta, float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPreUpdateEvent
void onPreUpdateEvent(PreUpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.
- speedDown
void speedDown(string )
Undocumented in source. Be warned that the author may not have intended to support it.
- speedUp
void speedUp(string )
Undocumented in source. Be warned that the author may not have intended to support it.
- toCameraCoordinateSystem
vec3 toCameraCoordinateSystem(vec3 vector)
Undocumented in source. Be warned that the author may not have intended to support it.
- toggleFlying
void toggleFlying(string )
Undocumented in source. Be warned that the author may not have intended to support it.
- toggleNoclip
void toggleNoclip(string )
Undocumented in source. Be warned that the author may not have intended to support it.