WithVanilla

Trait WithVanilla 

Source
pub trait WithVanilla {
    // Required method
    fn with_vanilla() -> Self;
}
Expand description

A trait to implement on registers or group of registers to provide a default constructor for vanilla contents.

Required Methods§

Source

fn with_vanilla() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WithVanilla for GlobalBiomes

Source§

impl WithVanilla for GlobalBlocks

Source§

impl WithVanilla for GlobalEntities

Source§

impl WithVanilla for GlobalHeightmaps

Source§

impl WithVanilla for LevelEnv

Implementors§