Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2026 v1.0.0 Jul 30, 2026 Changes in this version + type Material struct + func NewMaterial(texture string, method Method) Material + func (m Material) Encode() map[string]any + func (m Material) WithAmbientOcclusion() Material + func (m Material) WithFaceDimming() Material + func (m Material) WithoutAmbientOcclusion() Material + func (m Material) WithoutFaceDimming() Material + type Method struct + func AlphaTestRenderMethod() Method + func BlendRenderMethod() Method + func DoubleSidedRenderMethod() Method + func OpaqueRenderMethod() Method + func (m Method) AmbientOcclusion() bool + func (m Method) String() string + func (m Method) Uint8() uint8 + type Permutation struct + Condition string + type Properties struct + CollisionBox cube.BBox + Cube bool + Geometry string + MapColour string + Rotation cube.Pos + Scale mgl64.Vec3 + SelectionBox cube.BBox + Textures map[string]Material + Translation mgl64.Vec3