Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vulae/pkmc
/ functions
Functions
505 in github.com/Vulae/pkmc
⨍
Functions
505
◇
Types & classes
239
Method
packet_decode
(mut reader: impl Read)
pkmc-util/src/bitset.rs:69
Method
packet_decode
(mut reader: impl std::io::Read)
pkmc-util/src/position.rs:217
Method
packet_decode
(mut reader: impl Read)
pkmc-util/src/uuid.rs:92
Method
packet_decode
(mut reader: impl Read)
pkmc-util/src/connection/codec.rs:45
Method
packet_decode
(reader: impl Read)
pkmc-util/src/nbt/bin.rs:205
Method
packet_encode
(self, mut writer: impl Write)
pkmc-util/src/bitset.rs:59
Method
packet_encode
(self, mut writer: impl std::io::Write)
pkmc-util/src/position.rs:207
Method
packet_encode
(self, mut writer: impl Write)
pkmc-util/src/uuid.rs:86
Method
packet_encode
(self, writer: impl Write)
pkmc-util/src/nbt/bin.rs:198
Method
packet_raw_read
(raw: &RawPacket)
pkmc-util/src/connection/packet.rs:35
Method
packet_read
(mut reader: impl Read)
pkmc-defs/src/packet/configuration.rs:28
Method
packet_read
(_reader: impl Read)
pkmc-defs/src/packet/status.rs:15
Method
packet_read
(mut reader: impl Read)
pkmc-defs/src/packet/handshake.rs:41
Method
packet_read
(mut reader: impl Read)
pkmc-defs/src/packet/login.rs:20
Method
packet_read
(mut reader: impl Read)
pkmc-defs/src/packet/play/command.rs:14
Method
packet_read
(mut reader: impl Read)
pkmc-defs/src/packet/play/mod.rs:73
Method
packet_read
(mut reader: impl Read)
pkmc-defs/src/packet/play/chat.rs:53
Method
packet_read
(_reader: impl Read)
pkmc-defs/src/packet/play/player.rs:170
Method
packet_write
(&self, mut writer: impl Write)
pkmc-defs/src/packet/configuration.rs:45
Method
packet_write
(&self, mut writer: impl Write)
pkmc-defs/src/packet/status.rs:60
Method
packet_write
(&self, mut writer: impl Write)
pkmc-defs/src/packet/play/command.rs:190
Method
packet_write
(&self, mut writer: impl Write)
pkmc-defs/src/packet/play/particle.rs:24
Method
packet_write
(&self, _writer: impl Write)
pkmc-defs/src/packet/play/mod.rs:51
Method
packet_write
(&self, mut writer: impl Write)
pkmc-defs/src/packet/play/chat.rs:21
Method
packet_write
(&self, mut writer: impl Write)
pkmc-defs/src/packet/play/entity.rs:33
Method
packet_write
(&self, mut writer: impl Write)
pkmc-defs/src/packet/play/level.rs:22
Method
packet_write
(&self, mut writer: impl Write)
pkmc-defs/src/packet/play/player.rs:50
Method
pad_string
(string: &str)
pkmc-util/src/nbt/mod.rs:315
Method
parse
(input: syn::parse::ParseStream)
pkmc-generated/proc/src/lib.rs:48
Method
parse
(input: syn::parse::ParseStream)
pkmc-generated/proc/src/reports/registries.rs:20
Method
parse
(input: syn::parse::ParseStream)
pkmc-generated/proc/src/reports/packets.rs:16
Method
parse
(input: syn::parse::ParseStream)
pkmc-generated/proc/src/reports/blocks.rs:406
Method
parse_auto_zeroize
(str: &str)
pkmc-server/src/command.rs:97
Method
parse_with_relative
(str: &str)
pkmc-server/src/command.rs:101
Method
partial_cmp
(&self, other: &Self)
pkmc-generated/generated/src/lib.rs:187
Method
player_default
Player entity metadata, SEE: https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Entity_metadata#Player
pkmc-defs/src/packet/play/entity.rs:397
Method
push
Push a new element to the end of the list. Returning a <code>[`Arc`]<[`Mutex`]\<T>></code> to that element.
pkmc-util/src/weak_collections.rs:186
Method
r#type
(&self)
examples/server/src/main.rs:27
Method
rainbow
(text: &str, hue_offset: f32)
pkmc-defs/src/text_component.rs:210
Method
rank
(self, other: BestMatchingNumberType)
pkmc-util/src/nbt/number_arena.rs:166
Method
read
(mut data: impl Read, is_compressed: bool)
pkmc-util/src/nbt/bin.rs:68
Method
read_maybe_compressed
( mut data: impl Read + Seek, )
pkmc-util/src/nbt/bin.rs:89
Method
read_network
(mut data: impl Read)
pkmc-util/src/nbt/bin.rs:98
Method
read_tag
(data: &mut impl Read, tag: NBTTag)
pkmc-util/src/nbt/bin.rs:13
Function
reader
()
pkmc-util/src/connection/varint.rs:70
Method
recieve_into
Recieve & decode a packet if available.
pkmc-util/src/connection/mod.rs:220
Method
register
(&mut self)
pkmc-server/src/command.rs:281
Function
report_blocks_enum
(input: proc_macro::TokenStream)
pkmc-generated/proc/src/lib.rs:38
Function
report_packets_generate_consts
(input: proc_macro::TokenStream)
pkmc-generated/proc/src/lib.rs:33
Function
report_packets_generate_consts
( input: proc_macro::TokenStream, )
pkmc-generated/proc/src/reports/packets.rs:80
Function
report_registry_generate_enum
(input: proc_macro::TokenStream)
pkmc-generated/proc/src/lib.rs:28
Function
report_registry_generate_enum
( input: proc_macro::TokenStream, )
pkmc-generated/proc/src/reports/registries.rs:133
Function
section_index_biome_pos
(i: usize)
pkmc-server/src/level/mod.rs:50
Function
section_pos_biome_index
(x: u8, y: u8, z: u8)
pkmc-server/src/level/mod.rs:41
Method
serverbound_id
(&self)
pkmc-util/src/connection/packet.rs:27
Method
set
(&mut self, index: usize, set: bool)
pkmc-util/src/bitset.rs:46
Method
set_height
(&mut self, x: u8, z: u8, height: u16)
pkmc-defs/src/packet/play/level.rs:80
Method
set_metadata_updated
(&mut self)
pkmc-server/src/entity_manager.rs:154
Method
sub
(self, rhs: Self)
pkmc-util/src/position.rs:96
Method
sub_assign
(&mut self, rhs: Self)
pkmc-util/src/position.rs:102
Function
test
()
pkmc-util/src/uuid.rs:102
Function
test
()
pkmc-util/src/connection/paletted_container.rs:208
Function
test_blocks_ids
()
pkmc-generated/generated/src/lib.rs:317
Function
test_blocks_to_ids
()
pkmc-defs/src/block.rs:132
Function
test_debug_mode_world
()
pkmc-server/src/level/anvil/mod.rs:121
Function
test_property_from
()
pkmc-generated/proc/src/reports/blocks.rs:472
Method
to_string_pretty
(&self)
pkmc-util/src/nbt/mod.rs:314
Method
to_tokens
(&self, tokens: &mut proc_macro2::TokenStream)
pkmc-generated/proc/src/lib.rs:60
Method
to_tokens
(&self, tokens: &mut TokenStream)
pkmc-generated/proc/src/reports/registries.rs:37
Method
to_tokens
(&self, tokens: &mut proc_macro2::TokenStream)
pkmc-generated/proc/src/reports/packets.rs:24
Method
to_tokens
(&self, tokens: &mut proc_macro2::TokenStream)
pkmc-generated/proc/src/reports/blocks.rs:437
Method
try_from
(value: &str)
pkmc-util/src/uuid.rs:59
Method
try_from
(value: &NBT)
pkmc-util/src/nbt/number_arena.rs:43
Method
try_from
(value: u8)
pkmc-util/src/nbt/tag.rs:23
Method
try_from
(value: Vec<NBT>)
pkmc-util/src/nbt/mod.rs:140
Method
try_from
(value: serde_json::Value)
pkmc-util/src/nbt/json.rs:11
Method
try_from
(value: i32)
pkmc-defs/src/packet/handshake.rs:18
Method
try_insert
Tries to insert a new entry into the map. Returning a <code>[`Option`]<[`Arc`]\<V>></code> to that element. If there's already an entry inside the map
pkmc-util/src/weak_collections.rs:364
Method
try_map
NBTList::iter_mut cannot exist due to the way NBTList works. So each element will have to be mapped instead while also returning an error on mismatch.
pkmc-util/src/nbt/mod.rs:113
Method
try_parse
Try parsing the command, sending any errors in the client chat
pkmc-server/src/command.rs:318
Method
try_parse
( parser: &mut CommandParser<'_>, arg: &Self::ParseArg, )
examples/server/src/player/command.rs:88
Method
try_parse_then_execute_command
( &mut self, packet: &packet::play::ChatCommand, arg: &C::ParseArg, )
examples/server/src/player/command.rs:37
Method
unload_all_chunks
(&mut self)
pkmc-server/src/level/mod.rs:79
Method
unregister
(&mut self)
pkmc-server/src/command.rs:289
Method
update
(&mut self)
pkmc-server/src/client_handler.rs:156
Method
update
(&mut self, ui: &mut egui::Ui)
examples/nbt-editor/src/main.rs:246
Method
update
(&mut self)
examples/server/src/player/mod.rs:430
Method
update_viewers
(&mut self, force_sync: bool)
pkmc-server/src/entity_manager.rs:199
Method
update_viewers
(&mut self)
pkmc-server/src/level/anvil/mod.rs:104
Method
update_viewers
(&mut self)
pkmc-server/src/level/anvil/level.rs:591
Method
uuid
(&self)
pkmc-server/src/entity_manager.rs:50
Method
uuid
(&self)
pkmc-server/src/tab_list.rs:44
Function
varint_size
(mut value: i32)
pkmc-util/src/connection/varint.rs:21
Method
with_bold
(mut self, bold: bool)
pkmc-defs/src/text_component.rs:238
Method
with_child
(mut self, child: CommandNode)
pkmc-defs/src/packet/play/command.rs:50
Method
with_font
(mut self, font: S)
pkmc-defs/src/text_component.rs:233
Method
with_italic
(mut self, italic: B)
pkmc-defs/src/text_component.rs:243
Method
with_obfuscated
(mut self, obfuscated: bool)
pkmc-defs/src/text_component.rs:258
Method
with_strikethrough
(mut self, strikethrough: bool)
pkmc-defs/src/text_component.rs:253
Method
with_tags
(mut self, tags: impl Into<HashMap<String, IdTable<String>>>)
pkmc-server/src/client_handler.rs:147
← previous
next →
401–500 of 505, ranked by callers