BuilderToolsPlugin.BuilderState.BlocksSampleData
Package: com.hypixel.hytale.builtin.buildertools
public static class BlocksSampleDataInner class of BuilderState that accumulates block sampling data during editing operations. Used to determine the majority block type in a region (including and excluding air).
Fields
Section titled “Fields”| Field | Type | Default | Description |
|---|---|---|---|
mainBlock | int | 0 | Block ID of the most common block (including air). |
mainBlockCount | int | 0 | Count of the most common block (including air). |
mainBlockNotAir | int | 0 | Block ID of the most common non-air block. |
mainBlockNotAirCount | int | 0 | Count of the most common non-air block. |
Related Types
Section titled “Related Types”- BuilderToolsPlugin.BuilderState — enclosing class
- BuilderToolsPlugin.BuilderState.SmoothSampleData — companion class for smooth sampling
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.