Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moulberry/Graphite
/ functions
Functions
1,227 in github.com/Moulberry/Graphite
⨍
Functions
1,227
◇
Types & classes
438
↓ 2 callers
Method
get_menu
(&self)
crates/graphite_core_server/src/inventory/player_container_view.rs:106
↓ 2 callers
Function
get_on_pos
(supporting: Option<IVec3>, position: DVec3, distance: f32)
crates/graphite_core_server/src/player/packet_handling.rs:2402
↓ 2 callers
Method
get_player_id
(&self)
crates/graphite_core_server/src/player/player.rs:119
↓ 2 callers
Method
get_reference_mut
(&mut self, node_idx: usize)
crates/graphite_binary/src/nbt/mod.rs:237
↓ 2 callers
Method
get_remote_entities
(&self)
crates/graphite_core_server/src/world/world.rs:603
↓ 2 callers
Method
get_type
(&self)
crates/graphite_binary/src/nbt/mod.rs:280
↓ 2 callers
Method
handle_player_updates
(&mut self, uuids: &mut Vec<u128>, entity_ids: &mut Vec<i32>, do_tick: bool)
crates/graphite_core_server/src/world/world.rs:1427
↓ 2 callers
Method
handle_pre_chat_and_check_allowed
(&mut self)
crates/graphite_core_server/src/player/packet_handling.rs:26
↓ 2 callers
Method
has_uncertainty
(&self)
crates/graphite_core_server/src/player/known_client_state.rs:82
↓ 2 callers
Function
hash_sound
(map: &mut super::hash_ops::HashOpsMap, key: &'static str, sound: &SoundTypeOwned)
crates/graphite_mc_protocol/src/types/data_component.rs:16
↓ 2 callers
Function
i32_raw
(num: i32)
crates/graphite_binary/src/varint/encode.rs:6
↓ 2 callers
Function
i32_unchecked
(slice: &[u8])
crates/graphite_binary/src/varint/decode.rs:47
↓ 2 callers
Method
insert_player
(&mut self, player: Rc<UnsafeCell<dyn GenericPlayer>>)
crates/graphite_core_server/src/world/chunk.rs:143
↓ 2 callers
Function
interrupted
(err: &io::Error)
crates/graphite_network/src/lib.rs:634
↓ 2 callers
Method
inverse
(&self)
crates/graphite_entity/src/transform.rs:322
↓ 2 callers
Method
is_finished
(&self)
crates/graphite_command/src/types.rs:127
↓ 2 callers
Function
is_solid_face
(fluid: Fluid, neighbor_block_id: u16, neighbor_fluid: Fluid, direction_index: usize)
crates/graphite_core_server/src/player/packet_handling.rs:1522
↓ 2 callers
Method
is_sprinting
(&self)
crates/graphite_core_server/src/player/player.rs:789
↓ 2 callers
Method
is_valid
(&self)
crates/graphite_core_server/src/entity/entity.rs:258
↓ 2 callers
Function
jump_from_ground
(player: &Player<P>, is_sprinting: bool, effects: EnumMap<MobEffect, Option<i32>>, velocity: &mut UncertainVel
crates/graphite_core_server/src/player/packet_handling.rs:2114
↓ 2 callers
Function
listen
(addr: impl ToSocketAddrs, sender: Box<dyn FnMut(LoginInformation, SendableConnection)>, status: Arc<Mutex<Str
crates/graphite_concierge/src/lib.rs:158
↓ 2 callers
Method
listen
(&mut self)
crates/graphite_network/src/lib.rs:262
↓ 2 callers
Function
load_anvil
( min: ChunkCoord, max: ChunkCoord, folder: &include_dir::Dir, prefix: &str, mut handle_ch
crates/graphite_anvil/src/lib.rs:45
↓ 2 callers
Method
matrix_around_x
(&self, matrix3f: &mut Mat3)
crates/graphite_entity/src/transform.rs:346
↓ 2 callers
Method
matrix_around_y
(&self, matrix3f: &mut Mat3)
crates/graphite_entity/src/transform.rs:361
↓ 2 callers
Method
matrix_around_z
(&self, matrix3f: &mut Mat3)
crates/graphite_entity/src/transform.rs:376
↓ 2 callers
Method
minkowski_difference
(self, other: &AABB)
crates/graphite_core_server/src/types.rs:128
↓ 2 callers
Method
modify
(&mut self, func: impl Fn(&mut DVec3))
crates/graphite_core_server/src/player/known_client_state.rs:191
↓ 2 callers
Method
play_animation_force
(&mut self, animation: &'static str)
crates/graphite_entity/src/custom.rs:211
↓ 2 callers
Method
pop_written_into
(&mut self, write: &mut impl Write)
crates/graphite_network/src/packet_buffer.rs:54
↓ 2 callers
Function
process_dispatch_node
( dispatch: &MinecraftDispatchNode<T>, command_nodes: &mut Vec<CommandNode>, )
crates/graphite_command/src/minecraft/brigadier.rs:98
↓ 2 callers
Function
process_named_dispatch_node
( name: &'static str, dispatch: &MinecraftDispatchNode<T>, command_nodes: &mut Vec<CommandNode>, )
crates/graphite_command/src/minecraft/brigadier.rs:80
↓ 2 callers
Method
project_point_onto_box
(self, point: DVec3)
crates/graphite_core_server/src/types.rs:50
↓ 2 callers
Method
put_float
(&mut self, key: &str, value: f32)
crates/graphite_mc_protocol/src/types/hash_ops.rs:198
↓ 2 callers
Method
put_int
(&mut self, key: &str, value: i32)
crates/graphite_mc_protocol/src/types/hash_ops.rs:190
↓ 2 callers
Method
ray_box
(self, normalized_ray: DVec3)
crates/graphite_core_server/src/types.rs:165
↓ 2 callers
Function
read_compound
(bytes: &mut &[u8], nodes: &mut Slab<NBTNode>, depth: usize, size: &mut usize)
crates/graphite_binary/src/nbt/decode.rs:107
↓ 2 callers
Function
read_compound
(snbt: &mut &str, nodes: &mut Slab<NBTNode>)
crates/graphite_binary/src/nbt/stringified/from_snbt.rs:85
↓ 2 callers
Function
read_string
(snbt: &mut &str)
crates/graphite_binary/src/nbt/stringified/from_snbt.rs:145
↓ 2 callers
Method
red
(mut self)
crates/graphite_mc_protocol/src/types/text.rs:335
↓ 2 callers
Method
remove
(&mut self, key: &str)
crates/graphite_binary/src/nbt/reference.rs:536
↓ 2 callers
Method
remove_player
(&mut self, chunk_ref: ChunkPlayerRef)
crates/graphite_core_server/src/world/chunk.rs:153
↓ 2 callers
Method
scale
(x: f32, y: f32, z: f32)
crates/graphite_entity/src/transform.rs:24
↓ 2 callers
Method
send_extra_open_packets
(&self,container_id:i32, packet_buffer: &mut PacketBuffer)
src/main.rs:48
↓ 2 callers
Method
set_flying_raw
(&mut self, flying: bool)
crates/graphite_core_server/src/player/player.rs:719
↓ 2 callers
Method
set_sneaking
(&mut self, value: bool)
crates/graphite_core_server/src/player/player.rs:785
↓ 2 callers
Method
spawn_extra
(&self, pos: DVec3, view: &EntityView, buffer: &mut PacketBuffer, initial: bool)
crates/graphite_entity/src/custom.rs:349
↓ 2 callers
Function
state_to_block
(id: u16)
crates/graphite_mc_constants/src/block.rs:20
↓ 2 callers
Method
teleport_position_and_velocity
(&mut self, position: DVec3, velocity: DVec3)
crates/graphite_core_server/src/player/player.rs:892
↓ 2 callers
Method
tick_should_remove
(&mut self)
crates/graphite_core_server/src/world/inbound_player.rs:40
↓ 2 callers
Method
title
(&self)
src/main.rs:44
↓ 2 callers
Method
to_encoded_nbt
(&self)
crates/graphite_mc_protocol/src/types/encoded_text.rs:14
↓ 2 callers
Method
to_rgb
(self)
crates/graphite_mc_protocol/src/types/text.rs:67
↓ 2 callers
Function
to_snbt
(writer: &mut T, nbt: &NBT)
crates/graphite_binary/src/nbt/stringified/to_snbt.rs:10
↓ 2 callers
Method
to_str
(self)
crates/graphite_mc_protocol/src/types/text.rs:89
↓ 2 callers
Function
u14_unchecked
(slice: &[u8])
crates/graphite_binary/src/varint/decode.rs:107
↓ 2 callers
Function
u21_unchecked
(slice: &[u8])
crates/graphite_binary/src/varint/decode.rs:77
↓ 2 callers
Method
unset_checksum
(&self)
crates/graphite_mc_protocol/src/types/data_component.rs:952
↓ 2 callers
Method
update_rotation_from_client
(&mut self, yaw: f32, pitch: f32)
crates/graphite_core_server/src/player/packet_handling.rs:34
↓ 2 callers
Function
vanilla_shape_cast
(getter: KnownBlockGetter<W>, mut aabb: AABB, mut delta: DVec3)
crates/graphite_core_server/src/player/packet_handling.rs:1097
↓ 2 callers
Function
vec_i8_into_u8
(v: Vec<i8>)
crates/graphite_anvil/src/world.rs:165
↓ 2 callers
Method
write_add_self_packet
(&self, buffer: &mut PacketBuffer)
crates/graphite_core_server/src/player/player.rs:123
↓ 2 callers
Function
write_byte
(writer: &mut T, value: i8)
crates/graphite_binary/src/nbt/stringified/to_snbt.rs:92
↓ 2 callers
Function
write_header
(f: &mut File)
crates/graphite_mc_constants/build.rs:82
↓ 2 callers
Function
write_int
(writer: &mut T, value: i32)
crates/graphite_binary/src/nbt/stringified/to_snbt.rs:102
↓ 2 callers
Function
write_long
(writer: &mut T, value: i64)
crates/graphite_binary/src/nbt/stringified/to_snbt.rs:106
↓ 2 callers
Function
write_named
(nbt: &NBT)
crates/graphite_binary/src/nbt/encode.rs:5
↓ 2 callers
Method
write_spawn_entities_and_players
(&mut self, x: i32, z: i32, player: &mut Player<P>)
crates/graphite_core_server/src/world/world.rs:866
↓ 2 callers
Function
write_string
(writer: &mut T, value: &str)
crates/graphite_binary/src/nbt/stringified/to_snbt.rs:74
↓ 1 callers
Function
aabb_clip
(min: DVec3, max: DVec3, from: DVec3, to: DVec3)
crates/graphite_core_server/src/player/packet_handling.rs:2276
↓ 1 callers
Method
accept_new_connection
(&mut self, _address: SocketAddr, connection: Rc<RefCell<Connection>>)
crates/graphite_concierge/src/lib.rs:116
↓ 1 callers
Method
add_additional_collisions_for_chunk
(&self, chunk_x: i32, chunk_z: i32, buffer: &mut Vec<AABB>)
crates/graphite_core_server/src/world/world.rs:518
↓ 1 callers
Method
add_by_axis
(&mut self, value: f64, axis: usize)
crates/graphite_core_server/src/player/known_client_state.rs:166
↓ 1 callers
Method
add_entity_viewable_packet
(&mut self, packet: &'r T)
crates/graphite_core_server/src/world/chunk.rs:166
↓ 1 callers
Method
add_horizontal_uncertainty
(&mut self, value: f64)
crates/graphite_core_server/src/player/known_client_state.rs:90
↓ 1 callers
Method
add_remote_entity
(&mut self, remote_entity: RemoteEntity)
crates/graphite_core_server/src/entity/entity.rs:402
↓ 1 callers
Method
add_to_world
( &mut self, world: NonNull<World<W>>, remote_entities: &Slab<RemoteEntity>, e
crates/graphite_core_server/src/entity/entity.rs:116
↓ 1 callers
Method
add_x
(&mut self, value: f64)
crates/graphite_core_server/src/player/known_client_state.rs:147
↓ 1 callers
Method
add_z
(&mut self, value: f64)
crates/graphite_core_server/src/player/known_client_state.rs:159
↓ 1 callers
Method
apply
(self, player: &mut Player<P>)
crates/graphite_core_server/src/player/known_client_state.rs:256
↓ 1 callers
Method
as_str
(self)
crates/graphite_core_server/src/registry/dimension_type.rs:14
↓ 1 callers
Method
as_str
(self)
crates/graphite_core_server/src/registry/damage_type.rs:14
↓ 1 callers
Method
block_state_range
(self)
crates/graphite_mc_constants/src/block.rs:5676
↓ 1 callers
Method
build
(&self)
crates/graphite_goal_ai/src/framework.rs:132
↓ 1 callers
Function
calculate_pose
(player: &mut Player<P>, forced_pose: ForcedPose)
crates/graphite_core_server/src/player/packet_handling.rs:3331
↓ 1 callers
Method
can_hurt_client
(&self)
crates/graphite_core_server/src/entity/remote_entity.rs:386
↓ 1 callers
Function
check_supporting_block
(getter: KnownBlockGetter<W>, aabb: AABB, on_ground_no_blocks: bool, new_position: DVec3, movement: DVec3)
crates/graphite_core_server/src/player/packet_handling.rs:2414
↓ 1 callers
Method
checksum
(&self)
crates/graphite_mc_protocol/src/types/data_component.rs:57
↓ 1 callers
Method
checksum_inner
(&self)
crates/graphite_mc_protocol/src/types/text.rs:531
↓ 1 callers
Method
choose_goal
(&self)
crates/graphite_goal_ai/src/goal_engine.rs:188
↓ 1 callers
Method
clear_references
(&mut self)
crates/graphite_core_server/src/player/player.rs:68
↓ 1 callers
Function
clear_shared_state
()
crates/background_hang_monitor/sampler_linux.rs:46
↓ 1 callers
Method
clear_viewable_packets
(&mut self)
crates/graphite_core_server/src/world/chunk.rs:160
↓ 1 callers
Method
clone_nbt
(&self)
crates/graphite_binary/src/nbt/reference.rs:189
↓ 1 callers
Method
cmp
(&self, other: &Self)
crates/graphite_pathfinding/src/path_finder.rs:38
↓ 1 callers
Function
collect_step_candidates
(getter: KnownBlockGetter<W>, within: AABB, min_y: f64, step_height: f32, skip_y: f32)
crates/graphite_core_server/src/player/packet_handling.rs:3142
↓ 1 callers
Method
compute_cache
(&mut self)
crates/graphite_core_server/src/world/chunk.rs:49
↓ 1 callers
Function
count_collidable_entities
(world: &World<W>, aabb: AABB, exclude_uuid: u128)
crates/graphite_core_server/src/player/packet_handling.rs:3245
↓ 1 callers
Function
create_array_palette
(palette_vec: Vec<u16>, data: &Vec<i64>)
crates/graphite_anvil/src/world.rs:192
↓ 1 callers
Method
create_collision_aabb_for_pose
(&self, pose: Pose)
crates/graphite_core_server/src/player/player.rs:1057
← previous
next →
301–400 of 1,227, ranked by callers