pub(super) trait PistonLevel: LevelReader {
// Required method
fn is_within_world_border(&self, pos: BlockPos) -> bool;
}Required Methods§
fn is_within_world_border(&self, pos: BlockPos) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".