MCPcopy Create free account

hub / github.com/DuyutongDockBlocks16/klotski_okehazama / functions

Functions50 in github.com/DuyutongDockBlocks16/klotski_okehazama

↓ 8 callersFunctioncreate_floor
(world: &mut World, position: Position)
src/temp.rs:153
↓ 5 callersFunctiondraw_text
(canvas: &mut Canvas, text_string: &str, x: f32, y: f32)
src/rendering.rs:566
↓ 3 callersFunctionget_selected_block_id
()
src/rendering.rs:31
↓ 2 callersFunctioncreate_wall
ANCHOR: entities
src/temp.rs:143
↓ 2 callersMethoddisplay
(&self)
src/game.rs:231
↓ 2 callersMethoddraw
(&mut self, context: &mut Context)
src/game.rs:62
↓ 2 callersMethodplay_sound
(&mut self, context: &mut Context, sound: &str)
src/components.rs:132
↓ 2 callersFunctionset_selected_block_id
(id: String)
src/rendering.rs:26
↓ 1 callersMethodadd_block
(&mut self, new_block: Block)
src/board.rs:66
↓ 1 callersMethodauthorize_game_blocks_amount
(&self)
src/game.rs:276
↓ 1 callersMethodauthorize_game_blocks_location_conflict
(&self)
src/game.rs:283
↓ 1 callersMethodauthorize_game_exit_location
(&self)
src/game.rs:345
↓ 1 callersFunctioncreate_audio_store
(world: &mut World)
src/entity.rs:118
↓ 1 callersFunctioncreate_block
( world: &mut World, position: PositionDuringGame, block_id: &str, size: Option<&(u8, u8, bool
src/entity.rs:4
↓ 1 callersFunctioncreate_box
(world: &mut World, position: Position)
src/temp.rs:162
↓ 1 callersFunctioncreate_box_spot
(world: &mut World, position: Position)
src/temp.rs:173
↓ 1 callersFunctioncreate_event_queue
(world: &mut World)
src/entity.rs:114
↓ 1 callersFunctioncreate_exit
(world: &mut World, position: PositionDuringGame)
src/entity.rs:68
↓ 1 callersFunctioncreate_gameplay
(world: &mut World)
src/entity.rs:106
↓ 1 callersFunctioncreate_player
(world: &mut World, position: Position)
src/temp.rs:183
↓ 1 callersFunctioncreate_time
(world: &mut World)
src/entity.rs:110
↓ 1 callersMethoddraw
(&mut self, context: &mut Context)
src/temp.rs:131
↓ 1 callersFunctionget_image
(renderable: &Renderable, delta: Duration)
src/rendering.rs:578
↓ 1 callersMethodinitialize
(&mut self)
src/game.rs:365
↓ 1 callersFunctioninitialize_box
()
src/main.rs:16
↓ 1 callersFunctioninitialize_level
(board_with_blocks: &Board, world: &mut World, exit_side: &ExitSide)
src/game.rs:72
↓ 1 callersFunctioninitialize_level
ANCHOR: init Initialize the level// Initialize the level
src/temp.rs:60
↓ 1 callersMethodkind
(&self)
src/components.rs:74
↓ 1 callersFunctionload_map
(world: &mut World, map_string: String, block_dict: HashMap<String, (u8, u8, bool)>, exit_side: ExitSide )
src/game.rs:166
↓ 1 callersFunctionload_map
(world: &mut World, map_string: String)
src/temp.rs:76
↓ 1 callersFunctionmove_block
todo
src/rendering.rs:92
↓ 1 callersMethodpath
(&self, path_index: usize)
src/components.rs:82
↓ 1 callersFunctionrun_input
ANCHOR: input_system
src/temp.rs:227
↓ 1 callersFunctionrun_rendering
ANCHOR: rendering_system
src/temp.rs:196
↓ 1 callersFunctionrun_rendering
(world: &World, context: &mut Context)
src/rendering.rs:455
↓ 1 callersFunctionselect_block
(world: &mut World, context: &mut Context)
src/rendering.rs:36
↓ 1 callersMethodstart
(self)
src/game.rs:448
Functioncreate_floor
(world: &mut World, position: PositionDuringGame)
src/entity.rs:96
Functioncreate_wall
(world: &mut World, position: PositionDuringGame)
src/entity.rs:82
Methoddisplay
显示 Box 的信息
src/board.rs:37
Methodfmt
(&self, fmt: &mut fmt::Formatter)
src/components.rs:110
Functionmain
()
src/main.rs:32
Functionmain
ANCHOR: main
src/temp.rs:316
Methodnew
创建新的 Box
src/board.rs:27
Methodnew
(board_with_blocks: Board)
src/game.rs:221
Methodnew_animated
(paths: Vec<&str>)
src/components.rs:68
Methodnew_static
(path: &str)
src/components.rs:62
Functionrun_process_events
(world: &mut World, context: &mut Context)
src/event_process.rs:8
Methodupdate
(&mut self, context: &mut Context)
src/game.rs:49
Methodupdate
(&mut self, context: &mut Context)
src/temp.rs:122