MCPcopy Create free account

hub / github.com/Rusty-Quartz/Quartz / functions

Functions737 in github.com/Rusty-Quartz/Quartz

↓ 1 callersMethodregion_at
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:475
↓ 1 callersMethodregion_at_mut
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:484
↓ 1 callersMethodremove_client
Removes the client with the given ID.
quartz/src/base/server.rs:370
↓ 1 callersMethodremove_region
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:551
↓ 1 callersMethodremove_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 callersFunctionrun
(config: Config, raw_console: Arc<Interface<DefaultTerminal>>)
quartz/src/base/exec.rs:59
↓ 1 callersMethodrust_type
(&self, mappings: &Mappings)
network/build.rs:428
↓ 1 callersMethodrust_type
(&self, mappings: &Mappings)
quartz/build.rs:403
↓ 1 callersMethodsection_index_absolute
x and z have to be in 0-16
quartz/src/world/chunk/gen/mod.rs:107
↓ 1 callersMethodsend_buffer
Sends a raw byte buffer to the client with the given ID.
quartz/src/base/server.rs:435
↓ 1 callersMethodsend_chat
(&self, client_id: ClientId, message: &str)
quartz/src/base/server.rs:482
↓ 1 callersMethodsend_system_error
(&self, client_id: ClientId, message: &str)
quartz/src/base/server.rs:496
↓ 1 callersMethodsend_to_filtered
Sends a packet to every client that passes the provided filter
quartz/src/base/server.rs:450
↓ 1 callersMethodset_compression_threshold
Sets the compression threshold to the given value. Any negative value will disable compression.
quartz/src/network/connection.rs:112
↓ 1 callersMethodset_curr_slot
(&mut self, slot: u8)
quartz/src/entities/player.rs:54
↓ 1 callersMethodset_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 callersMethodset_username
(&mut self, client_id: ClientId, username: &str)
quartz/src/base/server.rs:464
↓ 1 callersMethodset_uuid
(&mut self, client_id: ClientId, uuid: Uuid)
quartz/src/base/server.rs:469
↓ 1 callersMethodshift_remaining
Shifts the remaining bytes after the cursor to the beginning of the buffer.
network/src/netutil.rs:130
↓ 1 callersMethodshould_keep_alive
(&mut self)
quartz/src/base/server.rs:541
↓ 1 callersMethodsky_light
(&self)
qdat/src/world/lighting.rs:54
↓ 1 callersMethodstart
Called at the start of a server tick.
quartz/src/base/exec.rs:128
↓ 1 callersMethodstart_keep_alive
(&mut self, client_id: ClientId)
quartz/src/base/server.rs:388
↓ 1 callersMethodstart_tcp_server
(&mut self)
quartz/src/base/server.rs:213
↓ 1 callersMethodstruct_field_def
(&self, mappings: &Mappings)
network/build.rs:442
↓ 1 callersMethodswap
Swaps the items in indecies `a` and `b`
quartz/src/item/inventory.rs:53
↓ 1 callersMethodtake
Takes the stack and replaces it with an empty stack
quartz/src/item/item_stack.rs:143
↓ 1 callersMethodtick
(&mut self)
quartz/src/base/server.rs:284
↓ 1 callersMethodto_component_parts
(&self)
chat/src/component.rs:634
↓ 1 callersMethodto_direct_palette
(&mut self, palette: &Palette)
quartz/src/world/chunk/states.rs:269
↓ 1 callersMethodto_indirect_palette
(&mut self, palette: &Palette)
quartz/src/world/chunk/states.rs:297
↓ 1 callersFunctionupdate_block_property_names
( block_data: &IndexMap<String, RawBlockInfo>, property_data: &Vec<PropertyData>, )
qdat/buildscript/blockstate.rs:243
↓ 1 callersMethodupdate_keep_alive
(&mut self)
quartz/src/base/server.rs:414
↓ 1 callersMethodvalidate
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 callersMethodwrite_array_varying
(&mut self, value: &[T])
network/src/netutil.rs:343
↓ 1 callersMethodwrite_bytes_encrypted
( &mut self, data: &'a [u8], temp: &'a mut PacketBuffer, stream: &'a mut Owned
quartz/src/network/connection.rs:188
↓ 1 callersMethodwrite_bytes_unchecked
(&mut self, blob: &[u8])
network/src/netutil.rs:317
↓ 1 callersMethodwrite_datapack
(&self, path: &P)
datapack/src/datapack.rs:246
↓ 1 callersFunctionwrite_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 callersFunctionwrite_function
(function: &Function, mut writer: T)
datapack/src/data/functions.rs:26
↓ 1 callersMethodwrite_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 callersMethodwrite_packet_encrypted
( &mut self, packet: PreprocessedPacket<'a>, stream: &'a mut OwnedWriteHalf, )
quartz/src/network/connection.rs:180
↓ 1 callersMethodwrite_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 callersMethodwrite_u64
(&mut self, i: u64)
util/src/hash.rs:69
Methodadvance
(&mut self, entries: usize)
quartz/src/world/chunk/states.rs:93
Methodappend
(&self, record: &Record)
util/src/logging.rs:145
Methodarray
( name: Ident, ty: Type, len: ArrayLength, condition: Option<OptionCondition>,
macros_impl/src/packet/parse.rs:426
Methodas_block_pos
(&self, y: i16)
qdat/src/world/location.rs:119
Methodas_tps
(mspt: f64)
quartz/src/base/exec.rs:147
Methodas_uln_str
(&self)
qdat/src/uln.rs:216
Methodbits_per_block_internal
(len: usize)
quartz/src/world/chunk/palette.rs:71
Methodblock
(x: i32, z: i32)
qdat/src/world/location.rs:67
Methodblock_count
(&self, palette: Option<&Palette>)
quartz/src/world/chunk/states.rs:147
Methodblock_light_mut
(&mut self)
qdat/src/world/lighting.rs:44
Methodblock_state_at
(&self, absolute_position: BlockPosition)
quartz/src/world/chunk/chunk.rs:64
Methodbuilder
(block_name: &UlnStr)
quartz/src/block/state.rs:38
Methodcan_insert
Tests if a slot can be inserted into
quartz/src/item/inventory.rs:48
Methodchange_page
Creates a click event which changes a client's page while reading a book.
chat/src/component.rs:484
Methodchange_player_dimension
( &mut self, client_id: ClientId, dimension: Dimension, )
quartz/src/world/world.rs:278
Methodchunk
(x: i32, z: i32)
qdat/src/world/location.rs:71
Methodclean_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
Methodclick_event
Set the click event of this component.
chat/src/builder.rs:120
Methodclone
(&self)
qdat/src/block/behavior/mod.rs:23
Functioncloning
()
qdat/src/uln.rs:1021
Methodcolored
Creates a component with the given text and predefined color.
chat/src/component.rs:79
Methodcomplete
(self, server: &mut QuartzServer)
quartz/src/scheduler/task.rs:43
Methodcomplete
( &self, _word: &str, prompter: &Prompter<'_, '_, DefaultTermi
quartz/src/base/server.rs:127
Methodcompress_log
Takes the source file and compresses it, writing to the output path. Removes the source when done.
util/src/logging.rs:307
Functioncooking_de_test
()
datapack/src/data/recipe/cooking.rs:82
Functioncooking_ser_test
()
datapack/src/data/recipe/cooking.rs:61
Methodcopy_to_clipboard
Creates a click even which copies the given data to the client's clipboard.
chat/src/component.rs:492
Methodcreate_write_handle
(&self, client_id: ClientId)
quartz/src/base/server.rs:382
Methodcustom_color
Set the color of the current component to a custom color.
chat/src/builder.rs:95
Functiondatapack_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
Methoddecode_chunk
(chunk_nbt: Vec<u8>, f: F)
quartz/src/world/chunk/provider.rs:340
Methoddefault
()
network/src/bitmask.rs:26
Methoddefault
()
chat/src/component.rs:154
Methoddefault
()
quartz/src/command/executor.rs:14
Methoddefault
()
quartz/src/network/connection.rs:343
Methoddefault
()
quartz/src/base/config.rs:31
Methoddefault
()
quartz/src/base/registries.rs:277
Methoddefault
()
quartz/src/base/exec.rs:163
Methoddefault
()
quartz/src/base/server.rs:513
Methoddefault
()
quartz/src/entities/player.rs:79
Methoddefault
()
util/src/map.rs:103
Methoddefault
()
datapack/src/data/world_gen/dimension_type.rs:37
Functiondefault_count
()
datapack/src/data/recipe/recipe.rs:21
Functiondefault_datapack_test
()
datapack/tests/default_datapack.rs:5
Methoddefault_state
(block_name: &UlnStr)
quartz/src/base/static_registry.rs:62
Methodderef
(&self)
qdat/src/uln.rs:406
Methodderef
(&self)
util/src/single_access.rs:61
Methodderef_mut
(&mut self)
quartz/src/world/world.rs:184
Methodderef_mut
(&mut self)
util/src/single_access.rs:67
Functionderive_read_from_packet
(item: proc_macro::TokenStream)
macros/src/lib.rs:12
Functionderive_write_to_packet
(item: proc_macro::TokenStream)
macros/src/lib.rs:7
Methoddescription
Gets the description of the datapack
datapack/src/datapack.rs:141
Methoddeserialize
(deserializer: D)
chat/src/color.rs:69
Methoddeserialize
(deserializer: D)
chat/src/component.rs:317
Methoddeserialize
(deserializer: D)
quartz/src/world/chunk/section.rs:395
Methoddeserialize
(deserializer: D)
qdat/src/uln.rs:291
← previousnext →301–400 of 737, ranked by callers