MCPcopy Create free account

hub / github.com/clockworklabs/spacetimedb-minecraft / functions

Functions985 in github.com/clockworklabs/spacetimedb-minecraft

Methodadvance
Advanced the path by one point.
crates/mc173-module/src/entity/mod.rs:557
Functionapply_living_accel
Update a living entity velocity according to its strafing/forward accel.
crates/mc173-module/src/entity/tick.rs:753
Methodaxis_index
(self)
crates/mc173-module/src/geom.rs:385
Methodaxis_index
(self)
crates/mc173-server/src/geom.rs:392
Methodbind
Bind this server's TCP listener to the given address.
crates/mc173-server/src/server.rs:37
Methodbind
(addr: SocketAddr)
crates/mc173-server/src/net.rs:48
Methodbitor
(self, rhs: BoundingBox)
crates/mc173-module/src/geom.rs:293
Methodbitor
(self, rhs: BoundingBox)
crates/mc173-server/src/geom.rs:294
Methodbitor_assign
(&mut self, rhs: Self)
crates/mc173-module/src/geom.rs:303
Methodbitor_assign
(&mut self, rhs: Self)
crates/mc173-server/src/geom.rs:304
Methodbrightness
(self)
crates/mc173-server/src/world.rs:88
Functioncalc_2d_index
(pos: IVec3)
crates/mc173-server/src/world.rs:30
Functioncalc_3d_index
(pos: IVec3)
crates/mc173-server/src/world.rs:19
Functioncalc_chunk_pos
(pos: IVec3)
crates/mc173-server/src/chunk.rs:45
Functioncalc_entity_chunk_pos
(pos: DVec3)
crates/mc173-server/src/world.rs:56
Functioncalc_entity_chunk_pos
(pos: DVec3)
crates/mc173-server/src/chunk.rs:62
Methodcalc_fluid_flow_faces
(&mut self, pos: IVec3, material: Material, cache: &mut ChunkCache)
crates/mc173-module/src/world/tick.rs:562
Functioncalc_fluid_vel
Calculate the velocity of a fluid at given position, this depends on neighbor blocks. This calculation will only take the given material into account,
crates/mc173-module/src/entity/common.rs:61
Methodcalc_ray_trace
Compute an intersection of a ray into this bounding box. If this ray intersects this box, the new vector that hit the first face is returned.
crates/mc173-server/src/geom.rs:204
Methodcalc_x_delta
Simulate an offset of the given bounding box by the given delta, but with this bounding box potentially colliding with it in the way, this function wi
crates/mc173-module/src/geom.rs:156
Methodcalc_x_delta
Simulate an offset of the given bounding box by the given delta, but with this bounding box potentially colliding with it in the way, this function wi
crates/mc173-server/src/geom.rs:157
Methodcalc_y_delta
Simulate an offset of the given bounding box by the given delta, but with this bounding box potentially colliding with it in the way, this function wi
crates/mc173-module/src/geom.rs:172
Methodcalc_y_delta
Simulate an offset of the given bounding box by the given delta, but with this bounding box potentially colliding with it in the way, this function wi
crates/mc173-server/src/geom.rs:173
Methodcalc_z_delta
Simulate an offset of the given bounding box by the given delta, but with this bounding box potentially colliding with it in the way, this function wi
crates/mc173-module/src/geom.rs:188
Methodcalc_z_delta
Simulate an offset of the given bounding box by the given delta, but with this bounding box potentially colliding with it in the way, this function wi
crates/mc173-server/src/geom.rs:189
Methodcan_drop
(self, stack: ItemStack)
crates/mc173-server/src/player.rs:1692
Functioncan_eye_track
Return true if the entity can eye track the target entity, this use ray tracing.
crates/mc173-module/src/entity/common.rs:181
Methodcan_push
Test if the given item can be pushed in this inventory. If true is returned, a call to `push_*` function is guaranteed to fully consume the stack.
crates/mc173-module/src/inventory.rs:122
Methodcategory
(&self)
crates/mc173-module/src/entity/mod.rs:573
Methodcenter
Calculate the center of the bounding box.
crates/mc173-module/src/geom.rs:46
Methodcenter
Calculate the center of the bounding box.
crates/mc173-server/src/geom.rs:47
Methodcenter_x
Calculate the X center of the bounding box.
crates/mc173-module/src/geom.rs:51
Methodcenter_x
Calculate the X center of the bounding box.
crates/mc173-server/src/geom.rs:52
Methodcenter_y
Calculate the Y center of the bounding box.
crates/mc173-module/src/geom.rs:56
Methodcenter_y
Calculate the Y center of the bounding box.
crates/mc173-server/src/geom.rs:57
Methodcenter_z
Calculate the Z center of the bounding box.
crates/mc173-module/src/geom.rs:61
Methodcenter_z
Calculate the Z center of the bounding box.
crates/mc173-server/src/geom.rs:62
Functionchunk_range
()
crates/mc173-module/src/world.rs:2833
Functioncmd_chop_terrain
(ctx: CommandContext)
crates/mc173-server/src/command.rs:298
Functioncmd_generate_chunks
(ctx: CommandContext)
crates/mc173-server/src/command.rs:319
Functioncmd_help
(ctx: CommandContext)
crates/mc173-server/src/command.rs:175
Functioncmd_pos
(ctx: CommandContext)
crates/mc173-server/src/command.rs:404
Functioncmd_set_block
(ctx: CommandContext)
crates/mc173-server/src/command.rs:340
Functioncmd_set_time
(ctx: CommandContext)
crates/mc173-server/src/command.rs:285
Functioncmd_time
(ctx: CommandContext)
crates/mc173-server/src/command.rs:274
Functioncmd_weather
(ctx: CommandContext)
crates/mc173-server/src/command.rs:364
Methodconsume
If there is a selected recipe, consume the recipe items from the given inventory, this inventory should be coherent with the one that selected this re
crates/mc173-module/src/craft.rs:47
Methodconsume
Consume the equivalent of the given item stack, returning true if successful.
crates/mc173-module/src/inventory.rs:149
Methodcontains_x
(&self)
crates/mc173-server/src/geom.rs:523
Methodcontains_y
(&self)
crates/mc173-module/src/geom.rs:517
Methodcontains_y
(&self)
crates/mc173-server/src/geom.rs:529
Methodcontains_z
(&self)
crates/mc173-server/src/geom.rs:535
Methodcurrent
(&self)
crates/mc173-module/src/world.rs:2233
Methodcurrent_mut
(&mut self)
crates/mc173-module/src/world.rs:2240
Methoddefault
()
crates/mc173-module/src/rand.rs:53
Methoddefault
()
crates/mc173-module/src/gen/noise.rs:58
Methoddefault
()
crates/mc173-module/src/block_entity/piston.rs:24
Methoddelta
(self)
crates/mc173-server/src/geom.rs:442
Methodderef
(&self)
crates/mc173-module/src/world.rs:2287
Methodderef_mut
(&mut self)
crates/mc173-module/src/world.rs:2299
Methoddistance
(from: IVec3, to: IVec3)
crates/mc173-module/src/path.rs:65
Methoddrop
(&mut self)
crates/mc173-server/src/geom.rs:679
Methodexpand
Expand this bounding box by the given delta, only in the delta's direction.
crates/mc173-module/src/geom.rs:82
Methodexpand
Expand this bounding box by the given delta, only in the delta's direction.
crates/mc173-server/src/geom.rs:83
Methodextrude
(self, inset: f64, depth: f64)
crates/mc173-server/src/geom.rs:456
Functionfast_entity
Return true if fast entity tracking is enabled on the server. To enable this feature, set `MC173_FAST_ENTITY=1`.
crates/mc173-server/src/config.rs:12
Methodfill_block
Fill the given chunk area with given block id and metadata. Panics if Y component of the position is not between 0 and 128 (excluded).
crates/mc173-module/src/chunk.rs:208
Methodfill_light
Fill the given chunk area with given block and sky light values. Panics if Y component of the position is not between 0 and 128 (excluded).
crates/mc173-module/src/chunk.rs:222
Methodfilter_by_absolute_countdown_time
(absolute_countdown_time: u16)
crates/mc173-server/src/autogen/stdb_entity_tracker.rs:71
Methodfilter_by_block
(block: u8)
crates/mc173-server/src/autogen/stdb_block_set_update.rs:52
Methodfilter_by_chunk_id
(chunk_id: u32)
crates/mc173-server/src/autogen/stdb_chunk_update.rs:38
Methodfilter_by_chunk_id
(chunk_id: u32)
crates/mc173-server/src/autogen/stdb_chunk_view.rs:44
Methodfilter_by_chunk_id
(chunk_id: u32)
crates/mc173-server/src/autogen/stdb_chunk.rs:38
Methodfilter_by_connection_id
(connection_id: u64)
crates/mc173-server/src/autogen/stdb_server_player.rs:46
Methodfilter_by_connection_id
(connection_id: u64)
crates/mc173-server/src/autogen/stdb_connection_status.rs:29
Methodfilter_by_dimension_id
(dimension_id: i32)
crates/mc173-server/src/autogen/stdb_entity.rs:52
Methodfilter_by_dimension_id
(dimension_id: i32)
crates/mc173-server/src/autogen/stdb_weather.rs:37
Methodfilter_by_dimension_id
(dimension_id: i32)
crates/mc173-server/src/autogen/stdb_server_world.rs:40
Methodfilter_by_dimension_id
(dimension_id: i32)
crates/mc173-server/src/autogen/stdb_world.rs:42
Methodfilter_by_distance
(distance: u16)
crates/mc173-server/src/autogen/stdb_entity_tracker.rs:59
Methodfilter_by_entities_count
(entities_count: u32)
crates/mc173-server/src/autogen/stdb_world.rs:54
Methodfilter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_server_player.rs:38
Methodfilter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_entity.rs:40
Methodfilter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_offline_player.rs:33
Methodfilter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_human.rs:37
Methodfilter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_entity_tracker.rs:51
Methodfilter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_breaking_block.rs:29
Methodfilter_by_from_id
(from_id: u32)
crates/mc173-server/src/autogen/stdb_tracked_player.rs:44
Methodfilter_by_id
(id: u32)
crates/mc173-server/src/autogen/stdb_chunk_populated.rs:37
Methodfilter_by_id
(id: i32)
crates/mc173-server/src/autogen/stdb_time.rs:28
Methodfilter_by_id
(id: u32)
crates/mc173-server/src/autogen/stdb_rand.rs:29
Methodfilter_by_interval
(interval: u16)
crates/mc173-server/src/autogen/stdb_entity_tracker.rs:63
Methodfilter_by_metadata
(metadata: u8)
crates/mc173-server/src/autogen/stdb_block_set_update.rs:56
Methodfilter_by_name
(name: String)
crates/mc173-server/src/autogen/stdb_server_world.rs:48
Methodfilter_by_new_id
(new_id: u8)
crates/mc173-server/src/autogen/stdb_set_block_event.rs:40
Methodfilter_by_new_metadata
(new_metadata: u8)
crates/mc173-server/src/autogen/stdb_set_block_event.rs:44
Methodfilter_by_observer_id
(observer_id: u32)
crates/mc173-server/src/autogen/stdb_entity_view.rs:44
Methodfilter_by_observer_id
(observer_id: u32)
crates/mc173-server/src/autogen/stdb_chunk_view.rs:48
Methodfilter_by_old_id
(old_id: u8)
crates/mc173-server/src/autogen/stdb_set_block_event.rs:32
Methodfilter_by_old_metadata
(old_metadata: u8)
crates/mc173-server/src/autogen/stdb_set_block_event.rs:36
← previousnext →401–500 of 985, ranked by callers