pub struct VegetationPatchConfiguration {
pub replaceable: Identifier,
pub ground_state: BlockStateProvider,
pub vegetation_feature: PlacedFeatureRef,
pub surface: VerticalSurface,
pub depth: IntProvider,
pub extra_bottom_block_chance: f32,
pub vertical_range: i32,
pub vegetation_chance: f32,
pub xz_radius: IntProvider,
pub extra_edge_column_chance: f32,
}Fields§
§replaceable: Identifier§ground_state: BlockStateProvider§vegetation_feature: PlacedFeatureRef§surface: VerticalSurface§depth: IntProvider§extra_bottom_block_chance: f32§vertical_range: i32§vegetation_chance: f32§xz_radius: IntProvider§extra_edge_column_chance: f32Trait Implementations§
Source§impl Clone for VegetationPatchConfiguration
impl Clone for VegetationPatchConfiguration
Source§fn clone(&self) -> VegetationPatchConfiguration
fn clone(&self) -> VegetationPatchConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for VegetationPatchConfiguration
impl !UnwindSafe for VegetationPatchConfiguration
impl Freeze for VegetationPatchConfiguration
impl Send for VegetationPatchConfiguration
impl Sync for VegetationPatchConfiguration
impl Unpin for VegetationPatchConfiguration
impl UnsafeUnpin for VegetationPatchConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more