Crate minedmap_resource

Source
Expand description

Data describing Minecraft biomes and block types

Structs§

Biome
A biome specification
BiomeTypes
Used to look up standard Minecraft biome types
BlockColor
A block type specification
BlockType
A block type specification
BlockTypes
Used to look up standard Minecraft block types
Color
An RGB color with u8 components

Enums§

BiomeGrassColorModifier
Grass color modifier used by a biome
BlockFlag
Flags describing special properties of BlockTypes

Functions§

block_color
Determined the block color to display for a given BlockColor
needs_biome
Determined if calling block_color for a given BlockColor needs biome information

Type Aliases§

Colorf
An RGB color with f32 components