Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rusty-Quartz/Quartz
/ functions
Functions
737 in github.com/Rusty-Quartz/Quartz
⨍
Functions
737
◇
Types & classes
422
↓ 3 callers
Method
gen_client_section_data
(&self)
quartz/src/world/chunk/chunk.rs:100
↓ 3 callers
Function
gen_deserialize_field
( quartz_net: &TokenStream, field: &Field, buffer_ident: &Ident, )
macros_impl/src/packet/gen.rs:203
↓ 3 callers
Method
gen_sky_lights
Gets the skylights and skylight bitmask for the chunk
quartz/src/world/chunk/chunk.rs:132
↓ 3 callers
Function
get_block_name
(uln: &str)
qdat/buildscript/blockstate.rs:585
↓ 3 callers
Method
get_heightmaps
(&self)
quartz/src/world/chunk/chunk.rs:92
↓ 3 callers
Function
get_original_property_name
(property: &PropertyData)
qdat/buildscript/blockstate.rs:606
↓ 3 callers
Method
hash
(&self, state: &mut H)
qdat/src/world/location.rs:198
↓ 3 callers
Method
index_nth_entry
(&self, n: usize)
quartz/src/world/chunk/states.rs:434
↓ 3 callers
Method
inner
(&self)
quartz/src/world/chunk/states.rs:56
↓ 3 callers
Method
is_empty
(&self)
quartz/src/world/chunk/states.rs:51
↓ 3 callers
Method
meta
(&self)
qdat/src/uln.rs:718
↓ 3 callers
Function
parse_fields_impl
( field_defs: &'a T, require_names: bool, side: Side, )
macros_impl/src/packet/parse.rs:64
↓ 3 callers
Function
quartz_net
()
macros_impl/src/lib.rs:19
↓ 3 callers
Function
raw_console
()
quartz/src/base/exec.rs:35
↓ 3 callers
Method
read_array
( &mut self, len: usize, )
network/src/netutil.rs:240
↓ 3 callers
Method
read_mc_str
(&mut self)
network/src/netutil.rs:264
↓ 3 callers
Method
remove
Removes the item with the given ID returning that item if it exists, or None if it does not.
util/src/map.rs:77
↓ 3 callers
Method
request
(&self, request: ProviderRequest)
quartz/src/world/chunk/provider.rs:69
↓ 3 callers
Method
send_message
(&self, message: &str, user_info: Option<(Uuid, &str)>, sys_error: bool)
quartz/src/base/server.rs:575
↓ 3 callers
Method
take
(&self)
util/src/single_access.rs:31
↓ 3 callers
Method
username
(&self, client_id: ClientId)
quartz/src/base/server.rs:474
↓ 3 callers
Method
write_array
(&mut self, value: &[T])
network/src/netutil.rs:336
↓ 3 callers
Function
write_entry_to
( dest: &mut [u64], long_index: usize, bit_index: u8, entry: usize, bits_per_entry: NonZer
quartz/src/world/chunk/states.rs:506
↓ 3 callers
Method
write_to
(&self, buffer: &mut PacketBuffer)
network/src/netutil.rs:415
↓ 2 callers
Method
add_empty
Finish the current component, setting its text field to an empty string, and prepare a new component which can have a different color, formatting, etc
chat/src/builder.rs:57
↓ 2 callers
Method
add_property
(&mut self, name: &str, value: &str)
quartz/src/block/state.rs:173
↓ 2 callers
Method
advance_one
(&mut self)
quartz/src/world/chunk/states.rs:83
↓ 2 callers
Method
alter
(&mut self, mut f: F)
quartz/src/world/chunk/states.rs:347
↓ 2 callers
Method
apply
(&self, f: &mut Formatter)
chat/src/color.rs:123
↓ 2 callers
Method
apply_format
(&self, f: &mut Formatter<'_>)
chat/src/component.rs:126
↓ 2 callers
Method
as_option
(&self)
quartz/src/world/chunk/section.rs:430
↓ 2 callers
Method
chunk_nbt
( &self, absolute_position: Coordinate, )
quartz/src/world/chunk/provider.rs:715
↓ 2 callers
Method
codegen_fields
( &'a self, mappings: &'a Mappings, writing: bool, )
network/build.rs:331
↓ 2 callers
Method
collect_packet
Reads the packet header, collects the remaining bytes and decrypts and decompresses the packet, returning the final length of the fully processed pack
quartz/src/network/connection.rs:211
↓ 2 callers
Method
colon
(&self)
qdat/src/uln.rs:1008
↓ 2 callers
Method
decrypt_buffer
Decrypts the given buffer after the given offset if encryption is enabled, writing the decrypted bytes back to the buffer.
quartz/src/network/connection.rs:73
↓ 2 callers
Method
dispatch
( &self, command: &str, context: CommandContext<'ctx>, )
quartz/src/command/executor.rs:20
↓ 2 callers
Function
display_to_console
(message: &T)
quartz/src/base/exec.rs:43
↓ 2 callers
Function
fast_ceil_log2_64
(value: u64)
util/src/math.rs:55
↓ 2 callers
Method
finish_chunk
(self)
quartz/src/world/chunk/gen/mod.rs:66
↓ 2 callers
Function
format_in_place
(file: &OsStr)
network/build.rs:15
↓ 2 callers
Function
gen_packet_enum
( enum_name: Ident, packet_arr: &[Packet], states: &[StatePacketInfo], is_server_bound: bool,
network/build.rs:96
↓ 2 callers
Function
gen_serialize_enum_field
(field: &Field, buffer_ident: &Ident)
macros_impl/src/packet/gen.rs:117
↓ 2 callers
Method
gen_write_condition
( &self, field_ref: &TokenStream, buffer_ident: &Ident, )
macros_impl/src/packet/gen.rs:344
↓ 2 callers
Function
get_differences
(first: &Vec<String>, second: &Vec<String>)
qdat/buildscript/blockstate.rs:623
↓ 2 callers
Method
get_entities
Returns a reference to the entity store
quartz/src/world/world.rs:122
↓ 2 callers
Method
get_mut
Returns a mutable reference to the element with the given ID, or `None` if no element has the given ID.
util/src/map.rs:72
↓ 2 callers
Method
handle_task_result
( &self, task_result: Result<Result<ProviderResponse, ProviderError>, JoinError>, )
quartz/src/world/chunk/provider.rs:87
↓ 2 callers
Method
index_absolute
(&self, absolute_position: CoordinatePair)
quartz/src/world/chunk/provider.rs:683
↓ 2 callers
Method
inner_mut
(&mut self)
network/src/netutil.rs:169
↓ 2 callers
Function
is_air
(state: StateID)
qdat/src/block/states.rs:15
↓ 2 callers
Function
is_boxed_slice
(ty: &Type)
macros_impl/src/lib.rs:30
↓ 2 callers
Method
is_empty
(&self)
datapack/src/data/recipe/ingredient.rs:23
↓ 2 callers
Method
item
Gets the inner data of the OptionalItemStack
quartz/src/item/item_stack.rs:138
↓ 2 callers
Method
lighting
(&self)
quartz/src/world/chunk/section.rs:275
↓ 2 callers
Method
loaded_chunk_at
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:563
↓ 2 callers
Method
loaded_region_at_mut
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:546
↓ 2 callers
Method
nth_entry
(&self, n: usize)
quartz/src/world/chunk/states.rs:119
↓ 2 callers
Function
parse_fields
(input: &DeriveInput, side: Side)
macros_impl/src/packet/parse.rs:20
↓ 2 callers
Method
peek_one
(&self)
network/src/netutil.rs:176
↓ 2 callers
Function
process_array
( fields: &mut Vec<Field>, name: Ident, boxed_slice_ty: Type, slice_ty: Type,
macros_impl/src/packet/parse.rs:74
↓ 2 callers
Method
property_error
(&self, name: &str, value: &str)
quartz/src/block/state.rs:164
↓ 2 callers
Method
region_at_internal
( &'a self, location: Coordinate, mut try_acquire_fast: F, map_acquired_slow:
quartz/src/world/chunk/provider.rs:493
↓ 2 callers
Method
remove_player
(&mut self, player_id: ClientId)
quartz/src/world/world.rs:62
↓ 2 callers
Method
roll_threaded
(&self, file: &Path, threaded: bool)
util/src/logging.rs:261
↓ 2 callers
Method
section_index_absolute
(&self, pos: BlockPosition)
quartz/src/world/chunk/chunk.rs:57
↓ 2 callers
Method
send_all
(&self, packets: I)
quartz/src/network/connection.rs:384
↓ 2 callers
Method
send_all
(&self, client_id: ClientId, packets: I)
quartz/src/base/server.rs:426
↓ 2 callers
Method
send_to_all
Sends a packet to every client connected
quartz/src/base/server.rs:443
↓ 2 callers
Method
set_block_state_at
Sets the blockstate at the provided position to the new state Returns the old state
quartz/src/world/chunk/chunk.rs:76
↓ 2 callers
Method
set_id
(&mut self, id: usize)
util/src/lib.rs:43
↓ 2 callers
Method
set_nth_entry
(&mut self, n: usize, entry: usize)
quartz/src/world/chunk/states.rs:136
↓ 2 callers
Method
set_slot
(&mut self, slot: usize, item: OptionalItemStack)
quartz/src/entities/player.rs:58
↓ 2 callers
Method
shape_chunk
(&mut self)
quartz/src/world/chunk/gen/mod.rs:37
↓ 2 callers
Method
shrink_to_fit
(&mut self)
quartz/src/world/chunk/states.rs:66
↓ 2 callers
Method
spawn_player
Spawns a player entity and returns the entity handle Does not load the chunks around the player
quartz/src/world/world.rs:53
↓ 2 callers
Method
try_send
Attempts to send the given wrapped packet, logging an error if the operation fails.
quartz/src/network/connection.rs:373
↓ 2 callers
Method
unpack_raw
(&self)
qdat/src/uln.rs:723
↓ 2 callers
Method
update_bits_per_block
Updates the bits per block to the new value This involves updating the `is_pal_direct` variable and converting the [CompactStateBuffer] to be either
quartz/src/world/chunk/section.rs:263
↓ 2 callers
Function
use_default
(file: &mut File)
quartz/src/base/config.rs:71
↓ 2 callers
Method
values
(&self)
datapack/src/data/tags.rs:20
↓ 2 callers
Method
varying_write_to
(&self, buffer: &mut PacketBuffer)
network/src/netutil.rs:419
↓ 2 callers
Method
with_property
(mut self, name: &str, value: &str)
quartz/src/block/state.rs:182
↓ 2 callers
Function
write_fn_for_field
(field: &Field)
macros_impl/src/packet/gen.rs:180
↓ 2 callers
Method
write_packet_data
Writes the raw packet data bytes to the given stream, applying compression and encryption if needed.
quartz/src/network/connection.rs:198
↓ 2 callers
Method
write_text
(&self, f: &mut Formatter<'_>)
chat/src/component.rs:112
↓ 1 callers
Method
add_child
Adds the given child, creating the children vec if needed.
chat/src/component.rs:97
↓ 1 callers
Method
add_client
Adds a new client with the given ID and write handle.
quartz/src/base/server.rs:365
↓ 1 callers
Method
add_state_to_palette
Adds a state to the palette If we are in indirect mode we also update the indecies in the [CompactStateBuffer] to compensate
quartz/src/world/chunk/section.rs:217
↓ 1 callers
Method
as_i64
(&self)
qdat/src/world/location.rs:28
↓ 1 callers
Method
as_identifier
Returns the Minecraft identifier for the given font.
chat/src/component.rs:300
↓ 1 callers
Method
as_plain_text
Converts this component into plain, uncolored text.
chat/src/component.rs:88
↓ 1 callers
Function
attach_behavior
(raw: &mut HashMap<String, RawBlockInfo>)
quartz/src/block/init.rs:20
↓ 1 callers
Method
block_count_direct
(&self)
quartz/src/world/chunk/states.rs:220
↓ 1 callers
Method
block_count_indirect
(&self, palette: &Palette)
quartz/src/world/chunk/states.rs:154
↓ 1 callers
Method
block_light
(&self)
qdat/src/world/lighting.rs:39
↓ 1 callers
Method
block_state_at
Returns the block state id at `index` Returns `None` if `index` is out of bounds
quartz/src/world/chunk/section.rs:140
↓ 1 callers
Method
borrow
(&self)
qdat/src/uln.rs:384
↓ 1 callers
Method
build_children
Consumes this builder and returns a vec of the base component's children, excluding the base component itself.
chat/src/builder.rs:77
↓ 1 callers
Method
cache_chunk
(&self, chunk: Chunk)
quartz/src/world/chunk/provider.rs:572
← previous
next →
101–200 of 737, ranked by callers