pub struct DripstoneClusterConfiguration {
pub floor_to_ceiling_search_range: i32,
pub height: IntProvider,
pub radius: IntProvider,
pub max_stalagmite_stalactite_height_diff: i32,
pub height_deviation: i32,
pub dripstone_block_layer_thickness: IntProvider,
pub density: FloatProvider,
pub wetness: FloatProvider,
pub chance_of_dripstone_column_at_max_distance_from_center: f32,
pub max_distance_from_center_affecting_height_bias: i32,
pub max_distance_from_edge_affecting_chance_of_dripstone_column: i32,
}Fields§
§floor_to_ceiling_search_range: i32§height: IntProvider§radius: IntProvider§max_stalagmite_stalactite_height_diff: i32§height_deviation: i32§dripstone_block_layer_thickness: IntProvider§density: FloatProvider§wetness: FloatProvider§chance_of_dripstone_column_at_max_distance_from_center: f32§max_distance_from_center_affecting_height_bias: i32§max_distance_from_edge_affecting_chance_of_dripstone_column: i32Trait Implementations§
Source§impl Clone for DripstoneClusterConfiguration
impl Clone for DripstoneClusterConfiguration
Source§fn clone(&self) -> DripstoneClusterConfiguration
fn clone(&self) -> DripstoneClusterConfiguration
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 Freeze for DripstoneClusterConfiguration
impl RefUnwindSafe for DripstoneClusterConfiguration
impl Send for DripstoneClusterConfiguration
impl Sync for DripstoneClusterConfiguration
impl Unpin for DripstoneClusterConfiguration
impl UnsafeUnpin for DripstoneClusterConfiguration
impl UnwindSafe for DripstoneClusterConfiguration
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