MCPcopy Create free account

hub / github.com/Nearcyan/vibecraft / functions

Functions643 in github.com/Nearcyan/vibecraft

FunctionisZoneCommandModalVisible
()
src/ui/ZoneCommandModal.ts:181
Functionlerp
(a: number, b: number, t: number)
src/entities/animations/AnimationTypes.ts:149
Functionlinear
(t: number)
src/entities/animations/AnimationTypes.ts:140
FunctionlinkSession
* Link a Claude session ID to a managed session
src/api/SessionAPI.ts:162
FunctionmapRange
( value: number, inMin: number, inMax: number, outMin: number, outMax: number )
src/entities/animations/AnimationTypes.ts:161
MethodmoveTo
(station: StationType)
src/entities/ClaudeMon.ts:470
MethodmoveTo
(station: StationType)
src/entities/Claude.ts:185
MethodmoveToPosition
(position: THREE.Vector3, station: StationType)
src/entities/ClaudeMon.ts:483
MethodmoveToPosition
* Move to a specific world position (for zone-aware movement)
src/entities/Claude.ts:201
MethodoccupiedCount
* Get count of occupied hexes
src/utils/HexGrid.ts:241
Methodoff
* Remove all handlers for an event type
src/events/EventBus.ts:131
MethodonChange
Add a change listener
src/ui/KeybindConfig.ts:220
MethodonSessionUpdate
(handler: SessionUpdateHandler)
src/events/EventClient.ts:225
MethodparseDiffStat
(output: string)
server/GitStatusManager.ts:238
FunctionpingPong
(t: number)
src/entities/animations/AnimationTypes.ts:174
Methodrefresh
* Force refresh status for a session
server/GitStatusManager.ts:103
FunctionrefreshSessions
* Trigger a health check / refresh of all sessions
src/api/SessionAPI.ts:180
FunctionrenameSession
* Rename a managed session
src/api/SessionAPI.ts:75
MethodrequestHistory
(limit = 100)
src/events/EventClient.ts:296
MethodresetAllToDefaults
Reset all to defaults
src/ui/KeybindConfig.ts:209
MethodresetSpiral
* Reset spiral index (useful for testing)
src/utils/HexGrid.ts:325
FunctionresetToDefaultPose
(parts: CharacterParts)
src/entities/animations/AnimationTypes.ts:191
FunctionrestartSession
* Restart an offline session
src/api/SessionAPI.ts:127
FunctionsaveZonePosition
* Save zone position for a managed session
src/api/SessionAPI.ts:92
FunctionsendPrompt
* Send a prompt to a managed session
src/api/SessionAPI.ts:142
MethodsetEnabled
* Enable/disable spatial audio
src/audio/SpatialAudioContext.ts:99
MethodsetFocusedZoneResolver
* Set the focused zone resolver function
src/audio/SpatialAudioContext.ts:92
MethodsetNotificationsEnabled
Enable/disable browser notifications
src/systems/AttentionSystem.ts:48
MethodsetSoundEnabled
Enable/disable sounds
src/systems/AttentionSystem.ts:43
FunctionsetZoneInfoSoundEnabled
(enabled: boolean)
src/ui/ZoneInfoModal.ts:92
MethodsetZonePositionResolver
* Set the zone position resolver function * This allows SpatialAudioContext to look up zone positions without * directly depending on WorkshopSc
src/audio/SpatialAudioContext.ts:85
MethodshowNotification
* Show a floating notification above a zone * @param sessionId - Zone to show notification above * @param text - Text to display (e.g., "File.ts
src/scene/WorkshopScene.ts:2967
Methodsocket
Get raw WebSocket for direct binary communication (e.g., voice audio)
src/events/EventClient.ts:50
MethodspawnHexRing
(ringNum: number, strength: number)
src/scene/WorkshopScene.ts:2797
Methodstart
()
src/scene/WorkshopScene.ts:2360
Functionstepped
(t: number, steps: number)
src/entities/animations/AnimationTypes.ts:180
Methodstop
* Stop polling
server/GitStatusManager.ts:93
Methodupdate
* Update all notifications (call from render loop)
src/scene/ZoneNotifications.ts:202
Methodupdate
()
src/audio/VoiceInput.ts:98
Methodupdate
* Update the working animation * @returns true if animation is playing
src/entities/animations/WorkingBehaviors.ts:465
Methodupdate
* Update the behavior manager * @returns true if a behavior is currently playing
src/entities/animations/IdleBehaviors.ts:770
FunctionupdateKeybindHelper
* Update the keybind helper UI based on current camera mode
src/main.ts:1210
MethodupdateListenerFromCamera
* Update listener from a Three.js camera
src/audio/SpatialAudioContext.ts:129
← previous601–643 of 643, ranked by callers