MCPcopy Create free account

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

Functions737 in github.com/Rusty-Quartz/Quartz

↓ 1 callersMethodchunk_info_at
(&self, absolute_position: Coordinate)
quartz/src/world/chunk/provider.rs:688
↓ 1 callersFunctioncleanup
This should be called directly before the main process exits. This function simply compresses the current log file.
util/src/logging.rs:96
↓ 1 callersMethodclear
(&mut self)
network/src/netutil.rs:158
↓ 1 callersMethodcodegen_fields
( &'a self, mappings: &'a Mappings, writing: bool, )
quartz/build.rs:269
↓ 1 callersMethodcolor
Set the color of the current component to the given color.
chat/src/builder.rs:89
↓ 1 callersMethodcoordinates
(&self)
quartz/src/world/chunk/chunk.rs:52
↓ 1 callersFunctioncreate_property_enums
(property_data: &Vec<PropertyData>)
qdat/buildscript/blockstate.rs:185
↓ 1 callersMethodcurrent_slot
(&self)
quartz/src/entities/player.rs:69
↓ 1 callersFunctionderive_read_from_packet_impl
(input: DeriveInput)
macros_impl/src/packet/mod.rs:29
↓ 1 callersFunctionderive_write_to_packet_impl
(input: DeriveInput)
macros_impl/src/packet/mod.rs:10
↓ 1 callersMethodenable_encryption
Enables encryption with the given shared secred, initializing the internal encrypter and decrypter.
quartz/src/network/connection.rs:92
↓ 1 callersMethodface_offset
(mut self, facing: &BlockFace)
qdat/src/world/location.rs:34
↓ 1 callersFunctionfast_log2_64
(mut value: u64)
util/src/math.rs:24
↓ 1 callersMethodfield_borrows
( &'a self, mappings: &'a Mappings, )
quartz/build.rs:341
↓ 1 callersMethodfield_derefs
( &'a self, mappings: &'a Mappings, )
quartz/build.rs:360
↓ 1 callersFunctionfind_shared_properties
(data: &mut IndexMap<String, RawBlockInfo>)
qdat/buildscript/blockstate.rs:54
↓ 1 callersMethodfinish_tick
The tick code has finished executing, so record the time and sleep if extra time remains.
quartz/src/base/exec.rs:133
↓ 1 callersMethodflush_ready
Flushes all the ready chunks into storage
quartz/src/world/world.rs:255
↓ 1 callersFunctionformat_ast
(code: String)
qdat/buildscript/mod.rs:16
↓ 1 callersFunctionformat_in_place
(file: &OsStr)
quartz/build.rs:14
↓ 1 callersFunctionformat_in_place
(file: &OsStr)
qdat/buildscript/mod.rs:9
↓ 1 callersMethodfrom_tag
Creates a new Inventory from a NbtCompound # NBT Format ``` {Items: [{ Slot: Byte, id: String, Count: Byte tag: Compound, }]} ```
quartz/src/item/inventory.rs:68
↓ 1 callersFunctiongen_blockstates
()
qdat/buildscript/blockstate.rs:8
↓ 1 callersMethodgen_client_section
(&self)
quartz/src/world/chunk/section.rs:279
↓ 1 callersFunctiongen_const_item_structs
Generates a const variable for each vanilla item
qdat/buildscript/items.rs:45
↓ 1 callersFunctiongen_default_states
( block_data: &mut IndexMap<String, BlockInfo>, property_data: &Vec<PropertyData>, )
qdat/buildscript/blockstate.rs:320
↓ 1 callersFunctiongen_enum_serializer_impl
(input: DeriveInput, variants: &[EnumStructVariant])
macros_impl/src/packet/gen.rs:28
↓ 1 callersFunctiongen_handle_packet
(states: &[StatePacketInfo], mappings: &Mappings)
quartz/build.rs:86
↓ 1 callersFunctiongen_id_eq
(states: &mut Iter<(&Ident, &Ident)>)
qdat/buildscript/blockstate.rs:460
↓ 1 callersFunctiongen_item_from_id
Generates a phf map to lookup from an identifier to an Item instance # Note Is explicitly not a ULN, it is just the identifier part
qdat/buildscript/items.rs:109
↓ 1 callersFunctiongen_item_from_usize
Generates a phf map to lookup from the i32 used in the network protocol to an item instance
qdat/buildscript/items.rs:87
↓ 1 callersFunctiongen_items
()
qdat/buildscript/items.rs:12
↓ 1 callersFunctiongen_name_lookup
(block_data: &IndexMap<String, BlockInfo>)
qdat/buildscript/blockstate.rs:552
↓ 1 callersFunctiongen_packet_dispatch
(packet: &Packet, mappings: &Mappings)
quartz/build.rs:205
↓ 1 callersMethodgen_read_condition
(&self, buffer_ident: &Ident)
macros_impl/src/packet/gen.rs:335
↓ 1 callersMethodgen_read_length
(&self, buffer_ident: &Ident)
macros_impl/src/packet/gen.rs:306
↓ 1 callersFunctiongen_serialize_struct_field
(field: &Field, buffer_ident: &Ident)
macros_impl/src/packet/gen.rs:90
↓ 1 callersFunctiongen_struct_deserializer_impl
(input: DeriveInput, fields: &[Field])
macros_impl/src/packet/gen.rs:71
↓ 1 callersFunctiongen_struct_enum
(block_data: &IndexMap<String, BlockInfo>)
qdat/buildscript/blockstate.rs:478
↓ 1 callersFunctiongen_struct_serializer_impl
(input: DeriveInput, fields: &[Field])
macros_impl/src/packet/gen.rs:11
↓ 1 callersFunctiongen_structs
(block_data: &IndexMap<String, BlockInfo>)
qdat/buildscript/blockstate.rs:375
↓ 1 callersFunctiongen_sync_dispatch
(server_bound: &[Packet], mappings: &Mappings)
quartz/build.rs:183
↓ 1 callersMethodgen_write_length
( &self, field_ref: &TokenStream, buffer_ident: &Ident, )
macros_impl/src/packet/gen.rs:317
↓ 1 callersFunctionget_item_list
()
quartz/src/item/init.rs:18
↓ 1 callersMethodget_loaded_chunk
(&self, coords: Coordinate)
quartz/src/world/world.rs:142
↓ 1 callersMethodget_loaded_chunk_mut
(&mut self, coords: Coordinate)
quartz/src/world/world.rs:146
↓ 1 callersMethodget_players
(&self)
quartz/src/world/world.rs:154
↓ 1 callersMethodget_suggestions
(&self, command: &str, context: &CommandContext<'ctx>)
quartz/src/command/executor.rs:28
↓ 1 callersMethodget_world
(&self, dim: Dimension)
quartz/src/world/world.rs:221
↓ 1 callersFunctionhandle_async_connection
Handles the given asynchronos connecting using blocking I/O opperations.
quartz/src/network/handler.rs:1252
↓ 1 callersMethodhandle_login_success_server
( &mut self, sender: ClientId, mut uuid: Uuid, username: &str, )
quartz/src/network/handler.rs:305
↓ 1 callersMethodhandle_packets
(&mut self)
quartz/src/base/server.rs:290
↓ 1 callersMethodhas_children
Returns whether or not this component has children.
chat/src/component.rs:105
↓ 1 callersMethodhas_loaded_chunks
(&self)
quartz/src/world/chunk/provider.rs:778
↓ 1 callersMethodincrement
Increments the amount in a slot # Panics Panics if the index is out of range for the inventory, all calls should be prefixed with a can_insert call
quartz/src/item/inventory.rs:36
↓ 1 callersMethodinflate
(&mut self)
network/src/netutil.rs:56
↓ 1 callersMethodinit
Initializes the server. This loads all blocks, items, and other game data, initializes commands and plugins, and starts the TCP server.
quartz/src/base/server.rs:91
↓ 1 callersMethodinit_block
(&mut self, source: &[u8])
qdat/src/world/lighting.rs:24
↓ 1 callersMethodinit_command_handler
(&mut self)
quartz/src/base/server.rs:120
↓ 1 callersMethodinit_internal
(&mut self)
quartz/src/base/server.rs:95
↓ 1 callersFunctioninit_items
Initializes the item list
quartz/src/item/init.rs:29
↓ 1 callersFunctioninit_logger
Configures the log4rs crate to replicate the logging system for official minecraft servers. Console output is filtered so that only logs from the spe
util/src/logging.rs:52
↓ 1 callersMethodinit_sky
(&mut self, source: &[u8])
qdat/src/world/lighting.rs:29
↓ 1 callersMethodinitiate_encryption
Attempts to initialize encryption with the given secret key.
quartz/src/network/connection.rs:635
↓ 1 callersMethodinsert_all
Inserts all the key value pair into the registry Existing read guards won't see the change until you create a new guard
quartz/src/base/registries.rs:230
↓ 1 callersMethodinto_inner
(self)
quartz/src/world/chunk/states.rs:61
↓ 1 callersMethodinto_packet_data
(self)
quartz/src/world/chunk/section.rs:297
↓ 1 callersMethodis_empty
(&self)
quartz/src/world/chunk/section.rs:114
↓ 1 callersFunctionis_option
(ty: &Type)
macros_impl/src/lib.rs:42
↓ 1 callersMethodis_uninitialized
(&self)
quartz/src/world/chunk/provider.rs:806
↓ 1 callersMethodis_varying
(&self, key: &str)
network/build.rs:474
↓ 1 callersMethodis_varying
(&self, key: &str)
quartz/build.rs:426
↓ 1 callersFunctionitem_to_block
(item: &'static Item)
qdat/src/item/mod.rs:11
↓ 1 callersMethodjoin_pending
(&mut self)
quartz/src/world/world.rs:150
↓ 1 callersMethodload_chunk
(&self, coords: Coordinate)
quartz/src/world/world.rs:128
↓ 1 callersFunctionload_config
Attempts to parse the server configuration at the given path. The config should be in JSON format.
quartz/src/base/config.rs:44
↓ 1 callersFunctionload_raw_block_data
()
quartz/src/block/init.rs:15
↓ 1 callersMethodloaded_chunk_at_mut
(&self, location: Coordinate)
quartz/src/world/chunk/provider.rs:568
↓ 1 callersFunctionmake_block_list
(raw: &HashMap<String, RawBlockInfo>)
quartz/src/block/init.rs:34
↓ 1 callersFunctionmake_static_global_palette
TODO: put behind feature flag if necessary
quartz/src/block/init.rs:69
↓ 1 callersMethodmap_state_entry
(&self, entry: usize)
quartz/src/world/chunk/section.rs:326
↓ 1 callersMethodmark_chunk_inactive
(&mut self, absolute_position: Coordinate)
quartz/src/world/chunk/provider.rs:766
↓ 1 callersMethodmax_durability
Gets the max durability of an item
qdat/src/item/item_info.rs:70
↓ 1 callersMethodmodify_bits_per_entry
(&mut self, new_bits_per_entry: NonZeroU8)
quartz/src/world/chunk/states.rs:373
↓ 1 callersMethodmodify_bpe_allocating
(&mut self, new_bits_per_entry: NonZeroU8)
quartz/src/world/chunk/states.rs:383
↓ 1 callersMethodmodify_bpe_in_place
(&mut self, new_bits_per_entry: NonZeroU8)
quartz/src/world/chunk/states.rs:402
↓ 1 callersMethodname
Gets the name of the datapack
datapack/src/datapack.rs:146
↓ 1 callersMethodnext
(&mut self)
quartz/src/world/chunk/states.rs:472
↓ 1 callersMethodonline_count
Returns the number of players currently online.
quartz/src/base/server.rs:375
↓ 1 callersFunctionparse_enum
(input: &DataEnum, side: Side)
macros_impl/src/packet/parse.rs:34
↓ 1 callersFunctionparse_type
(field: &'a str, mappings: &'a Mappings)
network/build.rs:289
↓ 1 callersFunctionparse_type_meta
(field: &'_ str)
network/build.rs:299
↓ 1 callersFunctionparse_type_meta
(field: &'_ str)
quartz/build.rs:235
↓ 1 callersMethodpartial_cmp
(&self, other: &Self)
qdat/src/uln.rs:503
↓ 1 callersMethodread_array_varying
( &mut self, len: usize, )
network/src/netutil.rs:252
↓ 1 callersMethodread_bytes_unchecked
(&mut self, dest: &mut [u8])
network/src/netutil.rs:221
↓ 1 callersMethodread_file_header
(&mut self)
quartz/src/world/chunk/provider.rs:652
↓ 1 callersFunctionread_function
Reads the lines of a string from `reader` and returns a Function after stripping the comments
datapack/src/data/functions.rs:9
↓ 1 callersMethodread_packet
Reads packet data from the underlying stream, blocking the current thread. After the initial read, the rest of the packet will be collected and read,
quartz/src/network/connection.rs:650
↓ 1 callersMethodrecover_cached_chunk
(&mut self, absolute_position: Coordinate)
quartz/src/world/chunk/provider.rs:698
← previousnext →201–300 of 737, ranked by callers