Versions in this module Expand all Collapse all v0 v0.0.4 Jan 4, 2021 Changes in this version + type Cake struct + Bites int + func (c Cake) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (c Cake) FaceSolid(pos world.BlockPos, face world.Face, w *world.World) bool + type Carpet struct + func (Carpet) AABB(world.BlockPos, *world.World) []physics.AABB + func (Carpet) FaceSolid(world.BlockPos, world.Face, *world.World) bool + type Chest struct + func (Chest) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (Chest) FaceSolid(pos world.BlockPos, face world.Face, w *world.World) bool + type CocoaBean struct + Age int + Facing world.Direction + func (c CocoaBean) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (c CocoaBean) FaceSolid(pos world.BlockPos, face world.Face, w *world.World) bool + type Door struct + Facing world.Direction + Open bool + Right bool + func (d Door) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (d Door) FaceSolid(pos world.BlockPos, face world.Face, w *world.World) bool + type Empty struct + func (Empty) AABB(world.BlockPos, *world.World) []physics.AABB + func (Empty) FaceSolid(world.BlockPos, world.Face, *world.World) bool + type Fence struct + Wooden bool + func (f Fence) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (f Fence) FaceSolid(_ world.BlockPos, face world.Face, _ *world.World) bool + type FenceGate struct + Facing world.Direction + Open bool + func (f FenceGate) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (f FenceGate) FaceSolid(pos world.BlockPos, face world.Face, w *world.World) bool + type Lantern struct + Hanging bool + func (l Lantern) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (l Lantern) FaceSolid(pos world.BlockPos, face world.Face, w *world.World) bool + type Leaves struct + func (Leaves) AABB(world.BlockPos, *world.World) []physics.AABB + func (Leaves) FaceSolid(world.BlockPos, world.Face, *world.World) bool + type Slab struct + Double bool + Top bool + func (s Slab) AABB(world.BlockPos, *world.World) []physics.AABB + func (s Slab) FaceSolid(_ world.BlockPos, face world.Face, _ *world.World) bool + type Solid struct + func (Solid) AABB(world.BlockPos, *world.World) []physics.AABB + func (Solid) FaceSolid(world.BlockPos, world.Face, *world.World) bool + type Stair struct + Facing world.Direction + UpsideDown bool + func (s Stair) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (s Stair) FaceSolid(pos world.BlockPos, face world.Face, w *world.World) bool + type Thin struct + func (t Thin) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (t Thin) FaceSolid(_ world.BlockPos, face world.Face, _ *world.World) bool + type TilledGrass struct + func (TilledGrass) AABB(pos world.BlockPos, w *world.World) []physics.AABB + func (TilledGrass) FaceSolid(pos world.BlockPos, face world.Face, w *world.World) bool + type Trapdoor struct + Facing world.Direction + Open bool + Top bool + func (t Trapdoor) AABB(world.BlockPos, *world.World) []physics.AABB + func (t Trapdoor) FaceSolid(world.BlockPos, world.Face, *world.World) bool