Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nearcyan/vibecraft
/ functions
Functions
643 in github.com/Nearcyan/vibecraft
⨍
Functions
643
◇
Types & classes
133
Function
isZoneCommandModalVisible
()
src/ui/ZoneCommandModal.ts:181
Function
lerp
(a: number, b: number, t: number)
src/entities/animations/AnimationTypes.ts:149
Function
linear
(t: number)
src/entities/animations/AnimationTypes.ts:140
Function
linkSession
* Link a Claude session ID to a managed session
src/api/SessionAPI.ts:162
Function
mapRange
( value: number, inMin: number, inMax: number, outMin: number, outMax: number )
src/entities/animations/AnimationTypes.ts:161
Method
moveTo
(station: StationType)
src/entities/ClaudeMon.ts:470
Method
moveTo
(station: StationType)
src/entities/Claude.ts:185
Method
moveToPosition
(position: THREE.Vector3, station: StationType)
src/entities/ClaudeMon.ts:483
Method
moveToPosition
* Move to a specific world position (for zone-aware movement)
src/entities/Claude.ts:201
Method
occupiedCount
* Get count of occupied hexes
src/utils/HexGrid.ts:241
Method
off
* Remove all handlers for an event type
src/events/EventBus.ts:131
Method
onChange
Add a change listener
src/ui/KeybindConfig.ts:220
Method
onSessionUpdate
(handler: SessionUpdateHandler)
src/events/EventClient.ts:225
Method
parseDiffStat
(output: string)
server/GitStatusManager.ts:238
Function
pingPong
(t: number)
src/entities/animations/AnimationTypes.ts:174
Method
refresh
* Force refresh status for a session
server/GitStatusManager.ts:103
Function
refreshSessions
* Trigger a health check / refresh of all sessions
src/api/SessionAPI.ts:180
Function
renameSession
* Rename a managed session
src/api/SessionAPI.ts:75
Method
requestHistory
(limit = 100)
src/events/EventClient.ts:296
Method
resetAllToDefaults
Reset all to defaults
src/ui/KeybindConfig.ts:209
Method
resetSpiral
* Reset spiral index (useful for testing)
src/utils/HexGrid.ts:325
Function
resetToDefaultPose
(parts: CharacterParts)
src/entities/animations/AnimationTypes.ts:191
Function
restartSession
* Restart an offline session
src/api/SessionAPI.ts:127
Function
saveZonePosition
* Save zone position for a managed session
src/api/SessionAPI.ts:92
Function
sendPrompt
* Send a prompt to a managed session
src/api/SessionAPI.ts:142
Method
setEnabled
* Enable/disable spatial audio
src/audio/SpatialAudioContext.ts:99
Method
setFocusedZoneResolver
* Set the focused zone resolver function
src/audio/SpatialAudioContext.ts:92
Method
setNotificationsEnabled
Enable/disable browser notifications
src/systems/AttentionSystem.ts:48
Method
setSoundEnabled
Enable/disable sounds
src/systems/AttentionSystem.ts:43
Function
setZoneInfoSoundEnabled
(enabled: boolean)
src/ui/ZoneInfoModal.ts:92
Method
setZonePositionResolver
* Set the zone position resolver function * This allows SpatialAudioContext to look up zone positions without * directly depending on WorkshopSc
src/audio/SpatialAudioContext.ts:85
Method
showNotification
* 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
Method
socket
Get raw WebSocket for direct binary communication (e.g., voice audio)
src/events/EventClient.ts:50
Method
spawnHexRing
(ringNum: number, strength: number)
src/scene/WorkshopScene.ts:2797
Method
start
()
src/scene/WorkshopScene.ts:2360
Function
stepped
(t: number, steps: number)
src/entities/animations/AnimationTypes.ts:180
Method
stop
* Stop polling
server/GitStatusManager.ts:93
Method
update
* Update all notifications (call from render loop)
src/scene/ZoneNotifications.ts:202
Method
update
()
src/audio/VoiceInput.ts:98
Method
update
* Update the working animation * @returns true if animation is playing
src/entities/animations/WorkingBehaviors.ts:465
Method
update
* Update the behavior manager * @returns true if a behavior is currently playing
src/entities/animations/IdleBehaviors.ts:770
Function
updateKeybindHelper
* Update the keybind helper UI based on current camera mode
src/main.ts:1210
Method
updateListenerFromCamera
* Update listener from a Three.js camera
src/audio/SpatialAudioContext.ts:129
← previous
601–643 of 643, ranked by callers