Skip to main content

PistonLevel

Trait PistonLevel 

Source
pub(super) trait PistonLevel: LevelReader {
    // Required method
    fn is_within_world_border(&self, pos: BlockPos) -> bool;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§