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
↓ 1 callers
Method
region_at
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:475
↓ 1 callers
Method
region_at_mut
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:484
↓ 1 callers
Method
remove_client
Removes the client with the given ID.
quartz/src/base/server.rs:370
↓ 1 callers
Method
remove_region
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:551
↓ 1 callers
Method
remove_state_from_palette
Removes a state from the palette If we are in indirect mode we also adjust indexes in the [CompactStateBuffer] to compensate
quartz/src/world/chunk/section.rs:240
↓ 1 callers
Function
run
(config: Config, raw_console: Arc<Interface<DefaultTerminal>>)
quartz/src/base/exec.rs:59
↓ 1 callers
Method
rust_type
(&self, mappings: &Mappings)
network/build.rs:428
↓ 1 callers
Method
rust_type
(&self, mappings: &Mappings)
quartz/build.rs:403
↓ 1 callers
Method
section_index_absolute
x and z have to be in 0-16
quartz/src/world/chunk/gen/mod.rs:107
↓ 1 callers
Method
send_buffer
Sends a raw byte buffer to the client with the given ID.
quartz/src/base/server.rs:435
↓ 1 callers
Method
send_chat
(&self, client_id: ClientId, message: &str)
quartz/src/base/server.rs:482
↓ 1 callers
Method
send_system_error
(&self, client_id: ClientId, message: &str)
quartz/src/base/server.rs:496
↓ 1 callers
Method
send_to_filtered
Sends a packet to every client that passes the provided filter
quartz/src/base/server.rs:450
↓ 1 callers
Method
set_compression_threshold
Sets the compression threshold to the given value. Any negative value will disable compression.
quartz/src/network/connection.rs:112
↓ 1 callers
Method
set_curr_slot
(&mut self, slot: u8)
quartz/src/entities/player.rs:54
↓ 1 callers
Method
set_state_internal
Sets the state at `index` to `state` Takes into account whether the palette is direct or indirect # Panics Panics if `state` is not already in the p
quartz/src/world/chunk/section.rs:205
↓ 1 callers
Method
set_username
(&mut self, client_id: ClientId, username: &str)
quartz/src/base/server.rs:464
↓ 1 callers
Method
set_uuid
(&mut self, client_id: ClientId, uuid: Uuid)
quartz/src/base/server.rs:469
↓ 1 callers
Method
shift_remaining
Shifts the remaining bytes after the cursor to the beginning of the buffer.
network/src/netutil.rs:130
↓ 1 callers
Method
should_keep_alive
(&mut self)
quartz/src/base/server.rs:541
↓ 1 callers
Method
sky_light
(&self)
qdat/src/world/lighting.rs:54
↓ 1 callers
Method
start
Called at the start of a server tick.
quartz/src/base/exec.rs:128
↓ 1 callers
Method
start_keep_alive
(&mut self, client_id: ClientId)
quartz/src/base/server.rs:388
↓ 1 callers
Method
start_tcp_server
(&mut self)
quartz/src/base/server.rs:213
↓ 1 callers
Method
struct_field_def
(&self, mappings: &Mappings)
network/build.rs:442
↓ 1 callers
Method
swap
Swaps the items in indecies `a` and `b`
quartz/src/item/inventory.rs:53
↓ 1 callers
Method
take
Takes the stack and replaces it with an empty stack
quartz/src/item/item_stack.rs:143
↓ 1 callers
Method
tick
(&mut self)
quartz/src/base/server.rs:284
↓ 1 callers
Method
to_component_parts
(&self)
chat/src/component.rs:634
↓ 1 callers
Method
to_direct_palette
(&mut self, palette: &Palette)
quartz/src/world/chunk/states.rs:269
↓ 1 callers
Method
to_indirect_palette
(&mut self, palette: &Palette)
quartz/src/world/chunk/states.rs:297
↓ 1 callers
Function
update_block_property_names
( block_data: &IndexMap<String, RawBlockInfo>, property_data: &Vec<PropertyData>, )
qdat/buildscript/blockstate.rs:243
↓ 1 callers
Method
update_keep_alive
(&mut self)
quartz/src/base/server.rs:414
↓ 1 callers
Method
validate
Validates that all the data loaded in is valid This will traverse the structures and make sure things like references are loaded and constants are in
quartz/src/base/registries.rs:172
↓ 1 callers
Method
write_array_varying
(&mut self, value: &[T])
network/src/netutil.rs:343
↓ 1 callers
Method
write_bytes_encrypted
( &mut self, data: &'a [u8], temp: &'a mut PacketBuffer, stream: &'a mut Owned
quartz/src/network/connection.rs:188
↓ 1 callers
Method
write_bytes_unchecked
(&mut self, blob: &[u8])
network/src/netutil.rs:317
↓ 1 callers
Method
write_datapack
(&self, path: &P)
datapack/src/datapack.rs:246
↓ 1 callers
Function
write_entry_to_vec
( dest: &mut Vec<u64>, long_index: usize, bit_index: u8, entry: usize, bits_per_entry: Non
quartz/src/world/chunk/states.rs:534
↓ 1 callers
Function
write_function
(function: &Function, mut writer: T)
datapack/src/data/functions.rs:26
↓ 1 callers
Method
write_nbt
Write the stack to nbt tag # NBT Format ``` { id: String, Count: byte tag: Compound, } ``` For `tag` format check https://minecraft.gamepedia.com/Pla
quartz/src/item/item_stack.rs:55
↓ 1 callers
Method
write_packet_encrypted
( &mut self, packet: PreprocessedPacket<'a>, stream: &'a mut OwnedWriteHalf, )
quartz/src/network/connection.rs:180
↓ 1 callers
Method
write_tag
Writes the Inventory to a NbtCompound # NBT Format ``` {Items: [{ Slot: Byte, id: String, Count: Byte tag: Compound, }]} ```
quartz/src/item/inventory.rs:94
↓ 1 callers
Method
write_u64
(&mut self, i: u64)
util/src/hash.rs:69
Method
advance
(&mut self, entries: usize)
quartz/src/world/chunk/states.rs:93
Method
append
(&self, record: &Record)
util/src/logging.rs:145
Method
array
( name: Ident, ty: Type, len: ArrayLength, condition: Option<OptionCondition>,
macros_impl/src/packet/parse.rs:426
Method
as_block_pos
(&self, y: i16)
qdat/src/world/location.rs:119
Method
as_tps
(mspt: f64)
quartz/src/base/exec.rs:147
Method
as_uln_str
(&self)
qdat/src/uln.rs:216
Method
bits_per_block_internal
(len: usize)
quartz/src/world/chunk/palette.rs:71
Method
block
(x: i32, z: i32)
qdat/src/world/location.rs:67
Method
block_count
(&self, palette: Option<&Palette>)
quartz/src/world/chunk/states.rs:147
Method
block_light_mut
(&mut self)
qdat/src/world/lighting.rs:44
Method
block_state_at
(&self, absolute_position: BlockPosition)
quartz/src/world/chunk/chunk.rs:64
Method
builder
(block_name: &UlnStr)
quartz/src/block/state.rs:38
Method
can_insert
Tests if a slot can be inserted into
quartz/src/item/inventory.rs:48
Method
change_page
Creates a click event which changes a client's page while reading a book.
chat/src/component.rs:484
Method
change_player_dimension
( &mut self, client_id: ClientId, dimension: Dimension, )
quartz/src/world/world.rs:278
Method
chunk
(x: i32, z: i32)
qdat/src/world/location.rs:71
Method
clean_palette
Removes all unused states from the palette If in indirect mode, adjusts the indexes in the [CompactStateBuffer] to compensate
quartz/src/world/chunk/section.rs:173
Method
click_event
Set the click event of this component.
chat/src/builder.rs:120
Method
clone
(&self)
qdat/src/block/behavior/mod.rs:23
Function
cloning
()
qdat/src/uln.rs:1021
Method
colored
Creates a component with the given text and predefined color.
chat/src/component.rs:79
Method
complete
(self, server: &mut QuartzServer)
quartz/src/scheduler/task.rs:43
Method
complete
( &self, _word: &str, prompter: &Prompter<'_, '_, DefaultTermi
quartz/src/base/server.rs:127
Method
compress_log
Takes the source file and compresses it, writing to the output path. Removes the source when done.
util/src/logging.rs:307
Function
cooking_de_test
()
datapack/src/data/recipe/cooking.rs:82
Function
cooking_ser_test
()
datapack/src/data/recipe/cooking.rs:61
Method
copy_to_clipboard
Creates a click even which copies the given data to the client's clipboard.
chat/src/component.rs:492
Method
create_write_handle
(&self, client_id: ClientId)
quartz/src/base/server.rs:382
Method
custom_color
Set the color of the current component to a custom color.
chat/src/builder.rs:95
Function
datapack_version
Gets the datapack version for the minecraft version Returns 0 if the version does not support datapacks<br> Returns 1 if the version is not out yet /
datapack/src/datapack.rs:47
Method
decode_chunk
(chunk_nbt: Vec<u8>, f: F)
quartz/src/world/chunk/provider.rs:340
Method
default
()
network/src/bitmask.rs:26
Method
default
()
chat/src/component.rs:154
Method
default
()
quartz/src/command/executor.rs:14
Method
default
()
quartz/src/network/connection.rs:343
Method
default
()
quartz/src/base/config.rs:31
Method
default
()
quartz/src/base/registries.rs:277
Method
default
()
quartz/src/base/exec.rs:163
Method
default
()
quartz/src/base/server.rs:513
Method
default
()
quartz/src/entities/player.rs:79
Method
default
()
util/src/map.rs:103
Method
default
()
datapack/src/data/world_gen/dimension_type.rs:37
Function
default_count
()
datapack/src/data/recipe/recipe.rs:21
Function
default_datapack_test
()
datapack/tests/default_datapack.rs:5
Method
default_state
(block_name: &UlnStr)
quartz/src/base/static_registry.rs:62
Method
deref
(&self)
qdat/src/uln.rs:406
Method
deref
(&self)
util/src/single_access.rs:61
Method
deref_mut
(&mut self)
quartz/src/world/world.rs:184
Method
deref_mut
(&mut self)
util/src/single_access.rs:67
Function
derive_read_from_packet
(item: proc_macro::TokenStream)
macros/src/lib.rs:12
Function
derive_write_to_packet
(item: proc_macro::TokenStream)
macros/src/lib.rs:7
Method
description
Gets the description of the datapack
datapack/src/datapack.rs:141
Method
deserialize
(deserializer: D)
chat/src/color.rs:69
Method
deserialize
(deserializer: D)
chat/src/component.rs:317
Method
deserialize
(deserializer: D)
quartz/src/world/chunk/section.rs:395
Method
deserialize
(deserializer: D)
qdat/src/uln.rs:291
← previous
next →
301–400 of 737, ranked by callers