Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lea-fish/Leafish
/ functions
Functions
1,277 in github.com/Lea-fish/Leafish
⨍
Functions
1,277
◇
Types & classes
389
↓ 6 callers
Function
get_stair_info
(world: &W, pos: Position)
blocks/src/lib.rs:866
↓ 6 callers
Method
get_x
(&self)
src/render/mod.rs:1747
↓ 6 callers
Method
get_y
(&self)
src/render/mod.rs:1755
↓ 6 callers
Function
map_anvil
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1149
↓ 6 callers
Function
map_bed
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1180
↓ 6 callers
Function
map_carpet
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1202
↓ 6 callers
Function
map_cobble_wall
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1224
↓ 6 callers
Function
map_cooked_fish
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1276
↓ 6 callers
Function
map_dirt
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1284
↓ 6 callers
Function
map_double_plant
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1293
↓ 6 callers
Function
map_dye
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1305
↓ 6 callers
Function
map_fish
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1327
↓ 6 callers
Function
map_flower
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1125
↓ 6 callers
Function
map_gapple
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1337
↓ 6 callers
Function
map_glass
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1412
↓ 6 callers
Function
map_glass_pane
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1434
↓ 6 callers
Function
map_infested_stone
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1104
↓ 6 callers
Function
map_leaves
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1345
↓ 6 callers
Function
map_leaves2
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1355
↓ 6 callers
Function
map_log
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1065
↓ 6 callers
Function
map_log2
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1075
↓ 6 callers
Function
map_planks
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1092
↓ 6 callers
Function
map_prismarine
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1083
↓ 6 callers
Function
map_quartz
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1116
↓ 6 callers
Function
map_red_sandstone
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1140
↓ 6 callers
Function
map_sand
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1363
↓ 6 callers
Function
map_sandstone
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1371
↓ 6 callers
Function
map_sapling
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1380
↓ 6 callers
Function
map_skull
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1392
↓ 6 callers
Function
map_sponge
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1404
↓ 6 callers
Function
map_stone
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1478
↓ 6 callers
Function
map_stone_bricks
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1504
↓ 6 callers
Function
map_stone_slab
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1491
↓ 6 callers
Function
map_tall_grass
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1514
↓ 6 callers
Function
map_terracotta
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1456
↓ 6 callers
Function
map_wood_slab
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1522
↓ 6 callers
Function
map_wool
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1534
↓ 6 callers
Method
put_texture
( &mut self, plugin: &str, name: &str, width: u32, height: u32,
src/render/mod.rs:1569
↓ 6 callers
Method
set_focused
(&self, focused: bool)
src/main.rs:130
↓ 6 callers
Method
values
()
src/settings/keybinds.rs:254
↓ 6 callers
Method
write_fmlhs_plugin_message
(&self, msg: &forge::FmlHs)
src/server/mod.rs:1653
↓ 5 callers
Function
active_texture
Sets the texture slot with the passed id as the currently active one.
src/gl/mod.rs:161
↓ 5 callers
Method
as_compound
(&self)
protocol/src/nbt/mod.rs:141
↓ 5 callers
Method
attach_shader
(&self, shader: Shader)
src/gl/mod.rs:479
↓ 5 callers
Function
calculate_relative_teleport
(flag: TeleportFlag, flags: u8, base: f64, val: f64)
src/server/mod.rs:2596
↓ 5 callers
Function
can_burn
(world: &W, pos: Position)
blocks/src/lib.rs:448
↓ 5 callers
Function
check_collisions
( world: &world::World, position: &mut TargetPosition, last_position: &Vector3<f64>, bounds: A
src/entity/player.rs:786
↓ 5 callers
Function
chest_height
(rows: u8)
src/inventory/chest.rs:16
↓ 5 callers
Method
clone
(&self)
src/screen/confirm_box.rs:31
↓ 5 callers
Method
compile
(&self)
src/gl/mod.rs:533
↓ 5 callers
Method
create_model
(&self, m: &mut Manager, entity: Entity)
src/entity/mod.rs:397
↓ 5 callers
Function
disable
Disables the passed flag.
src/gl/mod.rs:153
↓ 5 callers
Method
disconnect
(&self, reason: Option<format::Component>)
src/server/mod.rs:984
↓ 5 callers
Method
disconnect_closed
(&self, reason: Option<format::Component>)
src/server/mod.rs:999
↓ 5 callers
Method
finish_digging
( &mut self, state: &DiggingState, effect: &mut Option<Entity>, world: &Arc<Wo
src/entity/systems.rs:332
↓ 5 callers
Function
get_cache_dir
()
src/paths.rs:36
↓ 5 callers
Method
get_info_log
(&self)
src/gl/mod.rs:543
↓ 5 callers
Method
get_int
(&self, input: IntSetting)
src/settings/config_var.rs:130
↓ 5 callers
Method
get_shader_compile_status
(&self)
src/gl/mod.rs:539
↓ 5 callers
Method
is_finished
(&self, tool: &Option<block::Tool>)
src/entity/mod.rs:503
↓ 5 callers
Method
load_block_entities
(&self, block_entities: Vec<Option<crate::nbt::NamedTag>>)
src/server/mod.rs:2339
↓ 5 callers
Function
map_banner
(damage: isize)
src/inventory/material/versions/mapping1_12_2.rs:1158
↓ 5 callers
Function
mk_dir
(path: &str, msg: &str)
install/src/install.rs:463
↓ 5 callers
Method
read_packet
(&mut self)
protocol/src/protocol/mod.rs:1319
↓ 5 callers
Function
read_string
(buf: &mut R)
protocol/src/nbt/mod.rs:300
↓ 5 callers
Method
set_source
(&self, src: &str)
src/gl/mod.rs:527
↓ 5 callers
Method
size
(&self)
src/inventory/anvil.rs:52
↓ 5 callers
Method
size
(&self)
src/inventory/beacon.rs:64
↓ 5 callers
Method
texture_2d
( &self, attachment: Attachment, target: TextureTarget, tex: &Texture,
src/gl/mod.rs:888
↓ 5 callers
Method
update
(&mut self, renderer: Arc<render::Renderer>, pos: Position, bl: block::Block)
src/server/target.rs:35
↓ 4 callers
Method
all
()
shared/src/direction.rs:15
↓ 4 callers
Method
append_vertex
( &self, buf: &mut Vec<u8>, x: f64, y: f64, tx: i16, ty: i16,
src/render/ui.rs:555
↓ 4 callers
Method
as_int
(&self)
src/settings/config_var.rs:72
↓ 4 callers
Function
average_liquid_level
( get: fn(&world::ChunkSectionSnapshotGroup, i32, i32, i32) -> Option<i32>, snapshot: &world::ChunkSec
src/model/liquid.rs:133
↓ 4 callers
Function
can_connect
(world: &W, pos: Position, f: &F)
blocks/src/lib.rs:592
↓ 4 callers
Function
can_connect_redstone
(world: &W, pos: Position, dir: Direction)
blocks/src/lib.rs:638
↓ 4 callers
Method
can_fly
(&self)
protocol/src/types/mod.rs:45
↓ 4 callers
Function
clear
Clears the buffers specified by the passed flags.
src/gl/mod.rs:110
↓ 4 callers
Method
close_closable_screens
(&self)
src/screen/mod.rs:165
↓ 4 callers
Method
create_model
( &mut self, ckey: CollectionKey, parts: Vec<Vec<Vertex>>, renderer: Arc<Rende
src/render/model.rs:116
↓ 4 callers
Method
display
(&self)
protocol/src/item.rs:126
↓ 4 callers
Function
draw_elements
(ty: DrawType, count: i32, dty: Type, offset: usize)
src/gl/mod.rs:60
↓ 4 callers
Method
image_2d_ex
( &self, target: TextureTarget, level: i32, width: u32, height: u32,
src/gl/mod.rs:352
↓ 4 callers
Method
internal
(self)
src/gl/mod.rs:92
↓ 4 callers
Method
load_chunk
( &self, x: i32, z: i32, new: bool, skylight: bool, read_biome
src/world/mod.rs:824
↓ 4 callers
Method
name
(&self)
src/inventory/mod.rs:2065
↓ 4 callers
Method
over_write
(&self, modifier: &Self)
protocol/src/format.rs:356
↓ 4 callers
Method
re_set_data
(&self, target: BufferTarget, data: &[u8])
src/gl/mod.rs:745
↓ 4 callers
Method
remove_dynamic
(&mut self, name: &str)
src/render/mod.rs:1708
↓ 4 callers
Function
rotate_direction
( val: Direction, offset: i32, rots: &[Direction], invalid: &[Direction], )
src/model/mod.rs:810
↓ 4 callers
Function
save_accounts
(accounts: &[Account])
src/screen/launcher.rs:482
↓ 4 callers
Function
send_digging
( conn: &mut Conn, status: DigType, pos: Position, face_index: u8, )
protocol/src/protocol/packet.rs:3479
↓ 4 callers
Method
set
(&self, key: Key, action: Actionkey)
src/settings/keybinds.rs:58
↓ 4 callers
Method
set_block_raw
(&self, pos: Position, b: block::Block)
src/world/mod.rs:117
↓ 4 callers
Method
set_item
Store an item in a slot. This will replace any previous value for that slot.
src/inventory/slot_mapping.rs:101
↓ 4 callers
Method
size
(&self)
src/inventory/brewing_stand.rs:58
↓ 4 callers
Method
size_of_char
(&self, c: char)
src/render/ui.rs:247
↓ 4 callers
Method
start_digging
(&mut self, state: &DiggingState, effect: &mut Option<Entity>)
src/entity/systems.rs:312
↓ 4 callers
Method
try_update_with_legacy
TODO: this should not be need, but on place. I am not even sure it needs it.
protocol/src/format.rs:40
↓ 4 callers
Method
ty
(&self)
src/screen/mod.rs:112
← previous
next →
101–200 of 1,277, ranked by callers