Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/spacetimedb-minecraft
/ functions
Functions
985 in github.com/clockworklabs/spacetimedb-minecraft
⨍
Functions
985
◇
Types & classes
405
Method
advance
Advanced the path by one point.
crates/mc173-module/src/entity/mod.rs:557
Function
apply_living_accel
Update a living entity velocity according to its strafing/forward accel.
crates/mc173-module/src/entity/tick.rs:753
Method
axis_index
(self)
crates/mc173-module/src/geom.rs:385
Method
axis_index
(self)
crates/mc173-server/src/geom.rs:392
Method
bind
Bind this server's TCP listener to the given address.
crates/mc173-server/src/server.rs:37
Method
bind
(addr: SocketAddr)
crates/mc173-server/src/net.rs:48
Method
bitor
(self, rhs: BoundingBox)
crates/mc173-module/src/geom.rs:293
Method
bitor
(self, rhs: BoundingBox)
crates/mc173-server/src/geom.rs:294
Method
bitor_assign
(&mut self, rhs: Self)
crates/mc173-module/src/geom.rs:303
Method
bitor_assign
(&mut self, rhs: Self)
crates/mc173-server/src/geom.rs:304
Method
brightness
(self)
crates/mc173-server/src/world.rs:88
Function
calc_2d_index
(pos: IVec3)
crates/mc173-server/src/world.rs:30
Function
calc_3d_index
(pos: IVec3)
crates/mc173-server/src/world.rs:19
Function
calc_chunk_pos
(pos: IVec3)
crates/mc173-server/src/chunk.rs:45
Function
calc_entity_chunk_pos
(pos: DVec3)
crates/mc173-server/src/world.rs:56
Function
calc_entity_chunk_pos
(pos: DVec3)
crates/mc173-server/src/chunk.rs:62
Method
calc_fluid_flow_faces
(&mut self, pos: IVec3, material: Material, cache: &mut ChunkCache)
crates/mc173-module/src/world/tick.rs:562
Function
calc_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
Method
calc_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
Method
calc_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
Method
calc_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
Method
calc_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
Method
calc_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
Method
calc_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
Method
calc_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
Method
can_drop
(self, stack: ItemStack)
crates/mc173-server/src/player.rs:1692
Function
can_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
Method
can_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
Method
category
(&self)
crates/mc173-module/src/entity/mod.rs:573
Method
center
Calculate the center of the bounding box.
crates/mc173-module/src/geom.rs:46
Method
center
Calculate the center of the bounding box.
crates/mc173-server/src/geom.rs:47
Method
center_x
Calculate the X center of the bounding box.
crates/mc173-module/src/geom.rs:51
Method
center_x
Calculate the X center of the bounding box.
crates/mc173-server/src/geom.rs:52
Method
center_y
Calculate the Y center of the bounding box.
crates/mc173-module/src/geom.rs:56
Method
center_y
Calculate the Y center of the bounding box.
crates/mc173-server/src/geom.rs:57
Method
center_z
Calculate the Z center of the bounding box.
crates/mc173-module/src/geom.rs:61
Method
center_z
Calculate the Z center of the bounding box.
crates/mc173-server/src/geom.rs:62
Function
chunk_range
()
crates/mc173-module/src/world.rs:2833
Function
cmd_chop_terrain
(ctx: CommandContext)
crates/mc173-server/src/command.rs:298
Function
cmd_generate_chunks
(ctx: CommandContext)
crates/mc173-server/src/command.rs:319
Function
cmd_help
(ctx: CommandContext)
crates/mc173-server/src/command.rs:175
Function
cmd_pos
(ctx: CommandContext)
crates/mc173-server/src/command.rs:404
Function
cmd_set_block
(ctx: CommandContext)
crates/mc173-server/src/command.rs:340
Function
cmd_set_time
(ctx: CommandContext)
crates/mc173-server/src/command.rs:285
Function
cmd_time
(ctx: CommandContext)
crates/mc173-server/src/command.rs:274
Function
cmd_weather
(ctx: CommandContext)
crates/mc173-server/src/command.rs:364
Method
consume
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
Method
consume
Consume the equivalent of the given item stack, returning true if successful.
crates/mc173-module/src/inventory.rs:149
Method
contains_x
(&self)
crates/mc173-server/src/geom.rs:523
Method
contains_y
(&self)
crates/mc173-module/src/geom.rs:517
Method
contains_y
(&self)
crates/mc173-server/src/geom.rs:529
Method
contains_z
(&self)
crates/mc173-server/src/geom.rs:535
Method
current
(&self)
crates/mc173-module/src/world.rs:2233
Method
current_mut
(&mut self)
crates/mc173-module/src/world.rs:2240
Method
default
()
crates/mc173-module/src/rand.rs:53
Method
default
()
crates/mc173-module/src/gen/noise.rs:58
Method
default
()
crates/mc173-module/src/block_entity/piston.rs:24
Method
delta
(self)
crates/mc173-server/src/geom.rs:442
Method
deref
(&self)
crates/mc173-module/src/world.rs:2287
Method
deref_mut
(&mut self)
crates/mc173-module/src/world.rs:2299
Method
distance
(from: IVec3, to: IVec3)
crates/mc173-module/src/path.rs:65
Method
drop
(&mut self)
crates/mc173-server/src/geom.rs:679
Method
expand
Expand this bounding box by the given delta, only in the delta's direction.
crates/mc173-module/src/geom.rs:82
Method
expand
Expand this bounding box by the given delta, only in the delta's direction.
crates/mc173-server/src/geom.rs:83
Method
extrude
(self, inset: f64, depth: f64)
crates/mc173-server/src/geom.rs:456
Function
fast_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
Method
fill_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
Method
fill_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
Method
filter_by_absolute_countdown_time
(absolute_countdown_time: u16)
crates/mc173-server/src/autogen/stdb_entity_tracker.rs:71
Method
filter_by_block
(block: u8)
crates/mc173-server/src/autogen/stdb_block_set_update.rs:52
Method
filter_by_chunk_id
(chunk_id: u32)
crates/mc173-server/src/autogen/stdb_chunk_update.rs:38
Method
filter_by_chunk_id
(chunk_id: u32)
crates/mc173-server/src/autogen/stdb_chunk_view.rs:44
Method
filter_by_chunk_id
(chunk_id: u32)
crates/mc173-server/src/autogen/stdb_chunk.rs:38
Method
filter_by_connection_id
(connection_id: u64)
crates/mc173-server/src/autogen/stdb_server_player.rs:46
Method
filter_by_connection_id
(connection_id: u64)
crates/mc173-server/src/autogen/stdb_connection_status.rs:29
Method
filter_by_dimension_id
(dimension_id: i32)
crates/mc173-server/src/autogen/stdb_entity.rs:52
Method
filter_by_dimension_id
(dimension_id: i32)
crates/mc173-server/src/autogen/stdb_weather.rs:37
Method
filter_by_dimension_id
(dimension_id: i32)
crates/mc173-server/src/autogen/stdb_server_world.rs:40
Method
filter_by_dimension_id
(dimension_id: i32)
crates/mc173-server/src/autogen/stdb_world.rs:42
Method
filter_by_distance
(distance: u16)
crates/mc173-server/src/autogen/stdb_entity_tracker.rs:59
Method
filter_by_entities_count
(entities_count: u32)
crates/mc173-server/src/autogen/stdb_world.rs:54
Method
filter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_server_player.rs:38
Method
filter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_entity.rs:40
Method
filter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_offline_player.rs:33
Method
filter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_human.rs:37
Method
filter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_entity_tracker.rs:51
Method
filter_by_entity_id
(entity_id: u32)
crates/mc173-server/src/autogen/stdb_breaking_block.rs:29
Method
filter_by_from_id
(from_id: u32)
crates/mc173-server/src/autogen/stdb_tracked_player.rs:44
Method
filter_by_id
(id: u32)
crates/mc173-server/src/autogen/stdb_chunk_populated.rs:37
Method
filter_by_id
(id: i32)
crates/mc173-server/src/autogen/stdb_time.rs:28
Method
filter_by_id
(id: u32)
crates/mc173-server/src/autogen/stdb_rand.rs:29
Method
filter_by_interval
(interval: u16)
crates/mc173-server/src/autogen/stdb_entity_tracker.rs:63
Method
filter_by_metadata
(metadata: u8)
crates/mc173-server/src/autogen/stdb_block_set_update.rs:56
Method
filter_by_name
(name: String)
crates/mc173-server/src/autogen/stdb_server_world.rs:48
Method
filter_by_new_id
(new_id: u8)
crates/mc173-server/src/autogen/stdb_set_block_event.rs:40
Method
filter_by_new_metadata
(new_metadata: u8)
crates/mc173-server/src/autogen/stdb_set_block_event.rs:44
Method
filter_by_observer_id
(observer_id: u32)
crates/mc173-server/src/autogen/stdb_entity_view.rs:44
Method
filter_by_observer_id
(observer_id: u32)
crates/mc173-server/src/autogen/stdb_chunk_view.rs:48
Method
filter_by_old_id
(old_id: u8)
crates/mc173-server/src/autogen/stdb_set_block_event.rs:32
Method
filter_by_old_metadata
(old_metadata: u8)
crates/mc173-server/src/autogen/stdb_set_block_event.rs:36
← previous
next →
401–500 of 985, ranked by callers