Table of Contents

Enum EnumRandomizeAxes

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

When picking a random seed for this block, what axes should we base it on?

public enum EnumRandomizeAxes
Extension Methods

Fields

XYZ = 0

Create a random value based on all three axes.

XZ = 1

Create a random value based only on the X and Z axes. Allows blocks placed on top of each other to all have the same random properties (e.g. size, rotation, offset). Commonly used for multiblock plants.