MCPcopy Create free account

hub / github.com/Moulberry/Graphite / functions

Functions1,227 in github.com/Moulberry/Graphite

↓ 191 callersMethodpush
(&mut self, text: TextComponent<'static>)
crates/graphite_mc_protocol/src/types/data_component.rs:179
↓ 169 callersMethodlen
(&self)
crates/graphite_binary/src/nbt/reference.rs:251
↓ 121 callersMethodinsert
(&mut self, key: &str, value: usize)
crates/graphite_binary/src/nbt/mod.rs:326
↓ 101 callersMethoditer
(&self)
crates/graphite_binary/src/nbt/reference.rs:637
↓ 99 callersMethodclone
(&self)
crates/graphite_command/src/minecraft/proto_nodes.rs:30
↓ 98 callersMethodmin
(self)
crates/graphite_core_server/src/types.rs:110
↓ 91 callersMethodwrite_packet
(&'r self, buffer: &mut PacketBuffer)
crates/graphite_mc_protocol/src/lib.rs:16
↓ 83 callersMethodmax
(self)
crates/graphite_core_server/src/types.rs:115
↓ 75 callersMethodlen
(&self)
crates/graphite_mc_protocol/src/types/hash_ops.rs:162
↓ 72 callersMethodis_empty
(&self)
crates/graphite_binary/src/nbt/reference.rs:246
↓ 57 callersMethodclone
(&self)
crates/graphite_core_server/src/player/packet_handling.rs:1074
↓ 50 callersMethodtake
(&mut self)
crates/graphite_mc_protocol/src/types/data_component.rs:1275
↓ 44 callersMethodget
(&mut self)
crates/graphite_core_server/src/world/world.rs:286
↓ 39 callersMethodclear
(&mut self)
crates/graphite_network/src/packet_buffer.rs:29
↓ 35 callersMethodget
(&self, index: usize)
crates/graphite_binary/src/nbt/reference.rs:610
↓ 31 callersMethodfinish
(mut self)
crates/graphite_mc_protocol/src/types/hash_ops.rs:151
↓ 26 callersMethodwrite
( &mut self, packet_buffer: &mut PacketBuffer, chunk_x: i32, chunk_z: i32,
crates/graphite_core_server/src/world/chunk.rs:303
↓ 25 callersMethodcontains
(self, point: DVec3)
crates/graphite_core_server/src/types.rs:62
↓ 23 callersMethodget_self_node
(&self)
crates/graphite_binary/src/nbt/reference.rs:230
↓ 21 callersMethodtranslate
(self, vec: DVec3)
crates/graphite_core_server/src/types.rs:102
↓ 19 callersMethodget_block
(self, x: i32, y: i32, z: i32)
crates/graphite_core_server/src/player/packet_handling.rs:1088
↓ 18 callersMethodfind_compound
(&self, key: &str)
crates/graphite_binary/src/nbt/reference.rs:324
↓ 18 callersMethodget_y
(&self)
crates/graphite_core_server/src/player/known_client_state.rs:78
↓ 18 callersMethodtransfer
(&mut self, into: &mut Self, max: i32)
crates/graphite_core_server/src/inventory/item_holder.rs:73
↓ 17 callersMethodget_chunk_mut
(&mut self, chunk_x: i32, chunk_z: i32)
crates/graphite_core_server/src/entity/entity.rs:496
↓ 17 callersMethodlen
(&self)
crates/graphite_network/src/packet_buffer.rs:21
↓ 17 callersMethodremove
(&mut self)
crates/graphite_core_server/src/entity/entity.rs:262
↓ 17 callersMethodset_y
(&mut self, value: f64)
crates/graphite_core_server/src/player/known_client_state.rs:127
↓ 17 callersMethodvisual_count
(&self)
crates/graphite_core_server/src/inventory/item_holder.rs:7
↓ 16 callersMethodget
(&self, attribute: Attribute)
crates/graphite_core_server/src/player/attribute.rs:51
↓ 15 callersMethodcheck_nan_or_inf
(&self)
crates/graphite_core_server/src/player/known_client_state.rs:57
↓ 15 callersFunctioncollide_axis
(getter: KnownBlockGetter<W>, aabb: AABB, axis: usize, mut length: f64, backwards_threshold: f64)
crates/graphite_core_server/src/player/packet_handling.rs:1125
↓ 15 callersMethodfind
(&self, key: &str)
crates/graphite_binary/src/nbt/mod.rs:303
↓ 15 callersMethodfind_idx
(&self, key: &str)
crates/graphite_binary/src/nbt/reference.rs:237
↓ 15 callersMethodfind_list
(&self, key: &str, type_id: TagType)
crates/graphite_binary/src/nbt/reference.rs:296
↓ 15 callersMethodis_empty
(&self)
crates/graphite_mc_protocol/src/types/item_stack.rs:195
↓ 15 callersMethodis_item_compatible_with
(&self, item: &Self::Item, slot: graphite_core_server::inventory::inventory_slot::InventorySlot)
src/main.rs:30
↓ 15 callersMethodsend
(&mut self, buffer: &mut PacketBuffer)
crates/graphite_network/src/lib.rs:50
↓ 14 callersMethodcontains
(&self, block_state: u16)
crates/graphite_core_server/src/world/block_set.rs:61
↓ 14 callersMethodput_string
(&mut self, key: &str, value: &str)
crates/graphite_mc_protocol/src/types/hash_ops.rs:206
↓ 13 callersMethodadd_raw_checksum
(&mut self, checksum: i32)
crates/graphite_mc_protocol/src/types/hash_ops.rs:103
↓ 13 callersMethodget_mut
(&mut self)
crates/graphite_mc_protocol/src/types/item_stack.rs:183
↓ 13 callersMethodhas_flag
(&self, flag: BlockFlag)
crates/graphite_mc_constants/src/block.rs:95
↓ 13 callersMethodsend_packet
(&mut self, packet: &'r T)
crates/graphite_core_server/src/player/player.rs:668
↓ 13 callersFunctionstart_list
(vec: &mut Vec<u8>, name: Option<&str>, type_id: TagType, children: i32)
crates/graphite_binary/src/nbt/encode_raw.rs:17
↓ 13 callersMethodtry_abort_using_item
(&mut self)
crates/graphite_core_server/src/player/player.rs:1696
↓ 13 callersFunctionwrite_string
(vec: &mut Vec<u8>, value: &str)
crates/graphite_binary/src/nbt/encode.rs:136
↓ 12 callersFunctioncheck_velocity
(client: DVec3, server: &UncertainVelocity, title: &'static str)
crates/graphite_core_server/src/player/packet_handling.rs:1550
↓ 12 callersMethodcreate_compound
(&mut self, key: &str)
crates/graphite_binary/src/nbt/reference.rs:446
↓ 12 callersMethodcreate_packet
(&self)
crates/graphite_core_server/src/registry/registry.rs:43
↓ 12 callersMethodget_index
(x: u8, y: u8, z: u8)
crates/graphite_core_server/src/world/paletted_container.rs:56
↓ 12 callersFunctionpeek_non_whitespace
(snbt: &mut &str)
crates/graphite_binary/src/nbt/stringified/from_snbt.rs:73
↓ 12 callersMethodput_boolean
(&mut self, key: &str, value: bool)
crates/graphite_mc_protocol/src/types/hash_ops.rs:210
↓ 12 callersMethodto_encoded_nbt
(&self)
crates/graphite_mc_protocol/src/types/text.rs:415
↓ 11 callersMethodadd_viewable_packet
(&mut self, packet: &'r T)
crates/graphite_core_server/src/entity/entity.rs:451
↓ 11 callersMethodadd_y
(&mut self, value: f64)
crates/graphite_core_server/src/player/known_client_state.rs:154
↓ 11 callersMethodallow_world_interaction
(&self)
crates/graphite_core_server/src/player/player.rs:512
↓ 11 callersMethodget_reference
(&self, node_idx: usize)
crates/graphite_binary/src/nbt/mod.rs:216
↓ 11 callersMethodinto_text_component
(self)
crates/graphite_mc_protocol/src/types/text.rs:712
↓ 11 callersMethodpeek_written
(&self)
crates/graphite_network/src/packet_buffer.rs:45
↓ 11 callersFunctionwrite_string
(vec: &mut Vec<u8>, value: &str)
crates/graphite_binary/src/nbt/encode_raw.rs:92
↓ 10 callersMethodadd
(builder: &mut EntityBuilder, definition: &'static CustomEntityDefinition, variant: Option<&'static str>, hitb
crates/graphite_entity/src/custom.rs:77
↓ 10 callersMethodadd_viewable_packet
(&mut self, packet: &'r T, viewability: PacketViewability)
crates/graphite_core_server/src/player/player.rs:675
↓ 10 callersMethodcopy_if_needed
(&mut self)
crates/graphite_mc_protocol/src/types/data_component.rs:1112
↓ 10 callersMethodget_inventory_item_stack
(&self, slot: InventorySlot)
crates/graphite_core_server/src/inventory/player_container_view.rs:220
↓ 10 callersMethodget_item_stack
(&self)
crates/graphite_core_server/src/inventory/item_holder.rs:53
↓ 10 callersMethodget_node
(&self, idx: usize)
crates/graphite_binary/src/nbt/reference.rs:242
↓ 10 callersMethodparse
(input: syn::parse::ParseStream)
crates/graphite_binary/macros/src/lib.rs:38
↓ 10 callersMethodset
(&mut self, t: T)
crates/graphite_mc_protocol/src/types/data_component.rs:1147
↓ 9 callersMethodas_bytes
(&self)
crates/graphite_mc_protocol/src/types/item_stack.rs:124
↓ 9 callersMethodas_compound
(&self)
crates/graphite_binary/src/nbt/mod.rs:170
↓ 9 callersMethodas_compound_mut
(&mut self)
crates/graphite_binary/src/nbt/mod.rs:179
↓ 9 callersMethodas_str
(self)
crates/graphite_core_server/src/registry/biome.rs:184
↓ 9 callersMethodgeneric_world
(&self)
crates/graphite_core_server/src/entity/entity.rs:382
↓ 9 callersMethodget_expected
(&self)
crates/graphite_core_server/src/player/known_client_state.rs:74
↓ 9 callersFunctionread_named
(bytes: &mut &[u8])
crates/graphite_binary/src/nbt/decode.rs:28
↓ 9 callersMethodteleport_full
(&mut self, yaw: f32, pitch: f32, position: DVec3, velocity: DVec3, relative_arguments: EnumSet<RelativeMoveme
crates/graphite_core_server/src/player/player.rs:896
↓ 9 callersMethodwrite
(mut bytes: &mut [u8], data: Self::CopyType)
crates/graphite_mc_protocol/src/types/sound.rs:30
↓ 8 callersMethodcreate_list
(&mut self, key: &str, type_id: TagType)
crates/graphite_binary/src/nbt/reference.rs:437
↓ 8 callersMethodget_chunk_mut
(&mut self, x: i32, z: i32)
crates/graphite_core_server/src/world/world.rs:486
↓ 8 callersMethodget_combined_cost
(&mut self, x: i32, y: i32, z: i32, width: usize, height: usize)
crates/graphite_pathfinding/src/node_cost_evaluator.rs:135
↓ 8 callersMethodget_successor
(&mut self, x: i32, y: i32, z: i32, dist: f32, max_steps: i32)
crates/graphite_pathfinding/src/node_traverser.rs:24
↓ 8 callersMethodindex
(self)
crates/graphite_mc_constants/src/builtin.rs:4133
↓ 8 callersFunctionis_same_fluid
(fluid1: Fluid, fluid2: Fluid)
crates/graphite_core_server/src/player/packet_handling.rs:1289
↓ 8 callersFunctionshift_move_items
(menu: &mut C, inventory: &mut P::InventoryContainer, clicked: &mut C::Item, slots: impl DoubleEndedIt
crates/graphite_core_server/src/inventory/menu.rs:264
↓ 7 callersMethodbinary_search
(&self, key: &str)
crates/graphite_binary/src/nbt/mod.rs:337
↓ 7 callersMethodcopy_bytes
(&mut self, bytes: &[u8])
crates/graphite_network/src/packet_buffer.rs:93
↓ 7 callersMethodcreate_collision_aabb_at
(&self, position: DVec3)
crates/graphite_core_server/src/player/player.rs:1053
↓ 7 callersMethoddefault_value
(self)
crates/graphite_mc_constants/src/builtin.rs:4423
↓ 7 callersMethodforce_synchronize_slot
(&mut self, slot: InventorySlot)
crates/graphite_core_server/src/inventory/player_container_view.rs:224
↓ 7 callersFunctionget_fluid
(getter: KnownBlockGetter<W>, x: i32, y: i32, z: i32)
crates/graphite_core_server/src/player/packet_handling.rs:1273
↓ 7 callersMethodget_shared_flag
(&self, flag: u8)
crates/graphite_core_server/src/player/player.rs:758
↓ 7 callersMethodremove
(&mut self)
crates/graphite_mc_protocol/src/types/data_component.rs:1251
↓ 7 callersMethodset_shared_flag
(&mut self, flag: u8, value: bool)
crates/graphite_core_server/src/player/player.rs:762
↓ 7 callersMethodshutdown
(&mut self)
crates/graphite_network/src/lib.rs:64
↓ 7 callersMethodspawn
(entity: EntityRef, base: &EntityBase, view: &EntityView, buffer: &mut PacketBuffer)
crates/graphite_core_server/src/entity/entity_view.rs:73
↓ 7 callersMethodto_nbt
(&self)
crates/graphite_core_server/src/registry/registry.rs:195
↓ 7 callersMethodvalid_successor
(&mut self, successor: &Successor)
crates/graphite_pathfinding/src/node_traverser.rs:88
↓ 6 callersMethodadd_string
(&mut self, value: &str)
crates/graphite_mc_protocol/src/types/hash_ops.rs:143
↓ 6 callersFunctionclip_point
(delta_scale: &mut f64, delta1: f64, delta2: f64, delta3: f64, side1: f64, min2: f64, max2: f64, min3: f64, ma
crates/graphite_core_server/src/player/packet_handling.rs:2306
next →1–100 of 1,227, ranked by callers