MCPcopy Create free account

hub / github.com/Pumpkin-MC/Pumpkin / functions

Functions10,199 in github.com/Pumpkin-MC/Pumpkin

↓ 5 callersMethodget_packed_byte
(&self)
pumpkin/src/entity/passive/sheep.rs:69
↓ 5 callersMethodget_player
(&self)
pumpkin/src/entity/mod.rs:600
↓ 5 callersMethodget_redstone_output
(&self, block: &Block, state: BlockStateId)
pumpkin/src/block/blocks/redstone/pressure_plate/plate.rs:96
↓ 5 callersFunctionget_region_seed
(world_seed: u64, region_x: i32, region_z: i32, salt: u32)
pumpkin-util/src/random/mod.rs:137
↓ 5 callersMethodget_rough_biome
(&self, position: &BlockPos)
pumpkin-world/src/level.rs:789
↓ 5 callersMethodget_sky_light_level
(&self, position: &BlockPos)
pumpkin/src/world/mod.rs:4390
↓ 5 callersMethodget_state_for_position
( &self, world: &World, block: &Block, pos: &BlockPos, )
pumpkin/src/block/blocks/fire/fire.rs:68
↓ 5 callersMethodget_str
(&self, key: &str)
pumpkin-nbt/src/nbt_ops.rs:374
↓ 5 callersMethodget_text
(self, locale: Locale)
pumpkin-util/src/text/mod.rs:259
↓ 5 callersMethodget_use_cooldown
(&self)
pumpkin-data/src/item_stack/mod.rs:236
↓ 5 callersMethodget_water_level
( &mut self, packed_pos: i64, router: &mut ChunkNoiseRouter, height_estimator:
pumpkin-world/src/generation/noise/aquifer_sampler.rs:359
↓ 5 callersFunctionget_weak_power
( block: &Block, state: &BlockState, world: &World, pos: &BlockPos, side: BlockDirection,
pumpkin/src/block/blocks/redstone/mod.rs:136
↓ 5 callersFunctionglobal_chunk_index
(bucket: usize, local: usize, gs: u8)
pumpkin-world/src/chunk/format/linear.rs:660
↓ 5 callersMethodhandle_fall_damage
( &self, caller: &dyn EntityBase, fall_distance: f32, damage_per_distance: f32
pumpkin/src/entity/living.rs:1221
↓ 5 callersFunctionhash_block_pos
(x: i32, y: i32, z: i32)
pumpkin-util/src/random/mod.rs:261
↓ 5 callersMethodheal
(&self, additional_health: f32)
pumpkin/src/entity/living.rs:265
↓ 5 callersMethodhit_pos
(&self)
pumpkin/src/entity/projectile/mod.rs:339
↓ 5 callersMethodincrement
(&mut self, amount: u8)
pumpkin-data/src/item_stack/mod.rs:540
↓ 5 callersMethodinternal_on_slot_click
( &'a mut self, slot_index: i32, button: i32, action_type: SlotActionType,
pumpkin-inventory/src/screen_handler.rs:837
↓ 5 callersMethodinto_source
(self, server: &Arc<Server>)
pumpkin/src/command/mod.rs:267
↓ 5 callersMethodinto_tuple
(self)
pumpkin-inventory/src/window_property.rs:50
↓ 5 callersMethodis_closed
(&self)
pumpkin/src/net/bedrock/mod.rs:739
↓ 5 callersFunctionis_dead_coral
(block: &Block)
pumpkin/src/block/blocks/coral/mod.rs:25
↓ 5 callersMethodis_fulfilled
(&self, params: &LootContextParameters)
pumpkin/src/world/loot.rs:509
↓ 5 callersMethodis_ordered
(&self)
pumpkin-protocol/src/bedrock/mod.rs:61
↓ 5 callersMethodis_player_staring
(&self, player: &Player)
pumpkin/src/entity/mob/enderman.rs:328
↓ 5 callersMethodis_raining
(&self)
pumpkin/src/world/mod.rs:1697
↓ 5 callersMethodis_save_enabled
(&self)
pumpkin/src/entity/player/advancement.rs:249
↓ 5 callersMethodis_sprinting
(&self)
pumpkin/src/server/tick_rate_manager.rs:74
↓ 5 callersFunctionitem_id_versioned
(item: &Item, version: JavaMinecraftVersion)
pumpkin-protocol/src/java/client/play/recipe_book_add.rs:70
↓ 5 callersMethodjava
(&self)
pumpkin/src/net/mod.rs:145
↓ 5 callersMethodkick
(&self, reason: DisconnectReason, message: TextComponent)
pumpkin/src/net/mod.rs:278
↓ 5 callersMethodlifecycle
Returns this `DataResult`'s lifecycle.
pumpkin-codecs/src/data_result.rs:105
↓ 5 callersMethodload_player_data
Loads player data from NBT file or cache. This function first checks if player data exists in the cache. If not, it attempts to load the data from a
pumpkin-world/src/data/player_data.rs:78
↓ 5 callersMethodlook_at_with_range
( &mut self, x: f64, y: f64, z: f64, max_yaw_change: f32, max_
pumpkin/src/entity/ai/control/look_control.rs:57
↓ 5 callersMethodlookup
(&self, id: &'a str)
pumpkin-world/src/generation/structure/structures/jigsaw_placement.rs:59
↓ 5 callersFunctionmap
(value: T, old_start: T, old_end: T, new_start: T, new_end: T)
pumpkin-util/src/math/mod.rs:245
↓ 5 callersMethodmax
(&self)
pumpkin-world/src/generation/noise/router/density_function/noise.rs:38
↓ 5 callersMethodmaybe_update_chunk_index
If we are currently not writing, sets to new Parts enum, If we have parts enum, add to it, If we have All enum, do nothing
pumpkin-world/src/chunk/format/anvil.rs:91
↓ 5 callersMethodname
Returns the name required to specify this option.
pumpkin/src/command/argument_types/entity_selector/option.rs:150
↓ 5 callersFunctionnanos_to_millis_string
Helper function to format nanoseconds to milliseconds with 2 decimal places
pumpkin/src/command/commands/tick.rs:25
↓ 5 callersMethodnext_i32
(&mut self)
pumpkin-util/src/random/legacy_rand.rs:96
↓ 5 callersFunctionoffer_or_drop_stack
Gives a stack to the player or drops it if inventory is full. Tries to insert the stack into the player's inventory first, and drops it in the world
pumpkin-inventory/src/screen_handler.rs:206
↓ 5 callersMethodowned_node_data_ref
(&self)
pumpkin/src/command/node/attached.rs:204
↓ 5 callersMethodparse
Tries to parse a [`WorldCoordinate`] from a single number. # Arguments `reader` - The `StringReader` to parse the coordinate from. `center_integers`
pumpkin/src/command/argument_types/coordinates/mod.rs:85
↓ 5 callersMethodparse_int_or_error
(&mut self, number: &str, radix: u32)
pumpkin/src/command/snbt/mod.rs:408
↓ 5 callersFunctionparse_target_selector_with_context
( raw_arg: RawArg<'_>, )
pumpkin/src/command/args/entities.rs:399
↓ 5 callersFunctionplace_template
( chunk: &mut ProtoChunk, template: &StructureTemplate, origin: Vector3<i32>, offset: (i32, i3
pumpkin-world/src/generation/structure/template/mod.rs:62
↓ 5 callersMethodplay_sound
( world: &Arc<World>, block_pos: &BlockPos, attached: bool, on: bool,
pumpkin/src/block/blocks/redstone/tripwire_hook.rs:318
↓ 5 callersFunctionpoints_in_level
(level: i32)
pumpkin-util/src/math/experience.rs:31
↓ 5 callersMethodposition
( &mut self, sender: Resource<CommandSender>, )
pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1/commands/mod.rs:495
↓ 5 callersMethodpropagate
Core Propagation Logic (BFS)
pumpkin-world/src/lighting/engine.rs:107
↓ 5 callersMethodqueue_block_light_increase
(&self, pos: BlockPos, level: u8)
pumpkin-world/src/lighting/runtime.rs:68
↓ 5 callersFunctionremap_sound_id_for_version
(sound_id: u16, version: JavaMinecraftVersion)
pumpkin-data/src/generated/sound_id_remap.rs:1132
↓ 5 callersMethodremove_bossbar
(&self, uuid: Uuid)
pumpkin/src/world/bossbar.rs:125
↓ 5 callersFunctionrequire
```predicate``` should return ```false``` if requirement for reaching following [Node]s is not met.
pumpkin/src/command/tree/builder.rs:182
↓ 5 callersMethodresolve
(&self, origin: f64)
pumpkin/src/command/argument_types/coordinates/mod.rs:48
↓ 5 callersMethodresort_work
(&mut self, new_data: (Option<LevelChange>, Option<Vec<ChunkPos>>))
pumpkin-world/src/chunk_system/schedule.rs:459
↓ 5 callersMethodsample
(&self, x: f64, y: f64, use_origin: bool)
pumpkin-util/src/noise/simplex.rs:361
↓ 5 callersMethodset_active_hand
Sends the Hand animation to all others, used when Eating for example
pumpkin/src/entity/living.rs:222
↓ 5 callersFunctionset_chorus_plant
Computes chorus-plant connection state at `pos` and writes it to the chunk.
pumpkin-world/src/generation/feature/features/chorus_plant.rs:65
↓ 5 callersMethodset_diameter
(&mut self, world: &World, diameter: f64, speed: Option<i64>)
pumpkin/src/world/border.rs:69
↓ 5 callersMethodset_fuse_speed
(&self, speed: i32)
pumpkin/src/entity/mob/creeper.rs:87
↓ 5 callersMethodset_on_fire_for
(&self, seconds: f32)
pumpkin/src/entity/mod.rs:318
↓ 5 callersMethodset_pathfinding_malus
(&mut self, path_type: PathType, malus: f32)
pumpkin/src/entity/ai/pathfinder/node_evaluator.rs:109
↓ 5 callersMethodset_raw_peek
(&self, amount: u8)
pumpkin/src/entity/mob/shulker.rs:124
↓ 5 callersMethodset_received_stack
Records that we sent this stack to the client.
pumpkin-inventory/src/sync_handler.rs:218
↓ 5 callersMethodset_roosting
(&self, roosting: bool)
pumpkin/src/entity/mob/bat.rs:71
↓ 5 callersMethodset_stack
(&self, stack: ItemStack)
pumpkin-inventory/src/stonecutter_screen_handler.rs:250
↓ 5 callersMethodset_velocity
(&self, velocity: Vector3<f64>)
pumpkin/src/entity/mod.rs:948
↓ 5 callersMethodspawn_exit_portal
Place (or activate) the exit podium. `active = true` fills the portal disc with `END_PORTAL` blocks after the dragon dies.
pumpkin/src/world/dragon_fight.rs:597
↓ 5 callersMethodsquared_distance_to
(&self, x: T, y: T, z: T)
pumpkin-util/src/math/vector3.rs:307
↓ 5 callersMethodstart_cooldown
(&self, group: String, duration: i32)
pumpkin/src/entity/player.rs:737
↓ 5 callersMethodsuggest
( &'a self, _sender: &CommandSender, server: &'a Server, input: &'a str, )
pumpkin/src/command/args/command.rs:53
↓ 5 callersMethodsync_hand_slot
(&self, slot_index: usize, stack: ItemStack)
pumpkin/src/entity/player.rs:1175
↓ 5 callersMethodsync_state
Synchronizes the full state to the client. Captures current slot states and sends a full update packet.
pumpkin-inventory/src/screen_handler.rs:432
↓ 5 callersFunctionsyntax_player_unknown
(raw_arg: RawArg<'_>)
pumpkin/src/command/args/gameprofile.rs:370
↓ 5 callersMethodtest
(&self, entity: &dyn EntityBase)
pumpkin/src/command/argument_types/entity_selector/mod.rs:413
↓ 5 callersMethodtick_block_collisions
(&self, caller: &Arc<dyn EntityBase>, server: &Server)
pumpkin/src/entity/mod.rs:1416
↓ 5 callersMethodto_number
(self)
pumpkin/src/command/args/bounded_num.rs:176
↓ 5 callersMethodunderlined
( &mut self, res: Resource<TextComponent>, value: bool, )
pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1/text.rs:174
↓ 5 callersMethodupdate_powered_state
(&self, world: &Arc<World>, block: &Block, pos: &BlockPos)
pumpkin/src/block/blocks/redstone/rails/activator_rail.rs:372
↓ 5 callersMethodupdate_powered_state
(&self, world: &Arc<World>, block: &Block, pos: &BlockPos)
pumpkin/src/block/blocks/redstone/rails/powered_rail.rs:373
↓ 5 callersMethodupdate_powered_state_internal
( &self, world: &Arc<World>, block: &Block, pos: &BlockPos, propagate:
pumpkin/src/block/blocks/redstone/rails/activator_rail.rs:377
↓ 5 callersMethodupdate_powered_state_internal
( &self, world: &Arc<World>, block: &Block, pos: &BlockPos, propagate:
pumpkin/src/block/blocks/redstone/rails/powered_rail.rs:378
↓ 5 callersMethodwith_lifecycle
Sets this `DataResult`'s lifecycle and returns a new result.
pumpkin-codecs/src/data_result.rs:112
↓ 5 callersMethodwrite
(&self, writer: &mut W)
pumpkin-protocol/src/serial/serializer.rs:17
↓ 5 callersFunctionwrite_ingredient_slot_display
( write: &mut impl Write, ingredient: &RecipeIngredientTypes, version: JavaMinecraftVersion, )
pumpkin-protocol/src/java/client/play/recipe_book_add.rs:131
↓ 5 callersMethodwrite_string
(&mut self, value: &str)
pumpkin-nbt/src/serializer.rs:81
↓ 4 callersMethodadd
Helper to attach a given [`AttachedNode`], returning its [`NodeId`].
pumpkin/src/command/node/tree.rs:121
↓ 4 callersMethodadd
(self, other: Self)
pumpkin-codecs/src/lifecycle.rs:24
↓ 4 callersMethodadd_exhaustion
(&self, exhaustion: f32)
pumpkin/src/entity/player.rs:2632
↓ 4 callersMethodadd_listener
Adds a listener for slot and property changes.
pumpkin-inventory/src/screen_handler.rs:470
↓ 4 callersMethodadd_property
Adds a property to track.
pumpkin-inventory/src/screen_handler.rs:335
↓ 4 callersMethodaddress
(&self)
pumpkin/src/net/mod.rs:125
↓ 4 callersMethodapply_to_sign
( &self, args: &UseWithItemArgs<'_>, block_entity: &Arc<dyn BlockEntity>, text
pumpkin/src/item/items/dye.rs:35
↓ 4 callersMethodapply_tool_damage_for_block_break
(&self, state: &BlockState)
pumpkin/src/entity/player.rs:1260
↓ 4 callersMethodargument_count
(&self)
pumpkin/src/command/errors/error_types.rs:282
↓ 4 callersMethodbold
(&mut self, res: Resource<TextComponent>, value: bool)
pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1/text.rs:164
↓ 4 callersMethodbroadcast_packet_all
Broadcasts a packet to all players in all worlds. This function sends the specified packet to every connected player in every world managed by the se
pumpkin/src/server/mod.rs:603
← previousnext →901–1,000 of 10,199, ranked by callers