nbtconv

package
v0.5.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Int32FromRGBA

func Int32FromRGBA(x color.RGBA) int32

Int32FromRGBA converts a color.RGBA into an int32. These int32s are present in, for example, signs.

func InvFromNBT

func InvFromNBT(inv *inventory.Inventory, items []interface{})

InvFromNBT decodes the data of an NBT slice into the inventory passed.

func InvToNBT

func InvToNBT(inv *inventory.Inventory) []map[string]interface{}

InvToNBT encodes an inventory to a data slice which may be encoded as NBT.

func MapBlock

func MapBlock(x map[string]interface{}, k string) world.Block

MapBlock converts a block's name and properties in a map obtained by decoding NBT to a world.Block.

func MapByte

func MapByte(m map[string]interface{}, key string) byte

MapByte reads a byte from a map at the key passed. noinspection GoCommentLeadingSpace

func MapFloat32

func MapFloat32(m map[string]interface{}, key string) float32

MapFloat32 reads a float32 from a map at the key passed. noinspection GoCommentLeadingSpace

func MapInt16

func MapInt16(m map[string]interface{}, key string) int16

MapInt16 reads an int16 from a map at the key passed.

func MapInt32

func MapInt32(m map[string]interface{}, key string) int32

MapInt32 reads an int32 from a map at the key passed.

func MapInt64

func MapInt64(m map[string]interface{}, key string) int64

MapInt64 reads an int64 from a map at the key passed.

func MapItem

func MapItem(x map[string]interface{}, k string) item.Stack

MapItem converts an item's name, count, damage (and properties when it is a block) in a map obtained by decoding NBT to a world.Item.

func MapPos

func MapPos(x map[string]interface{}, k string) cube.Pos

MapPos converts x, y and z values in an NBT map to a cube.Pos.

func MapSlice

func MapSlice(m map[string]interface{}, key string) []interface{}

MapSlice reads an interface slice from a map at the key passed.

func MapString

func MapString(m map[string]interface{}, key string) string

MapString reads a string from a map at the key passed.

func MapVec3

func MapVec3(x map[string]interface{}, k string) mgl64.Vec3

MapVec3 converts x, y and z values in an NBT map to an mgl64.Vec3.

func PosToInt32Slice

func PosToInt32Slice(x cube.Pos) []int32

PosToInt32Slice converts a cube.Pos to a []int32 with 3 elements.

func RGBAFromInt32

func RGBAFromInt32(x int32) color.RGBA

RGBAFromInt32 converts an int32 into a color.RGBA. These int32s are present in, for example, signs.

func ReadBlock

func ReadBlock(m map[string]interface{}) world.Block

ReadBlock decodes the data of a block into a world.Block.

func ReadItem

func ReadItem(data map[string]interface{}, s *item.Stack) item.Stack

ReadItem decodes the data of an item into an item stack.

func Vec3ToFloat32Slice

func Vec3ToFloat32Slice(x mgl64.Vec3) []float32

Vec3ToFloat32Slice converts an mgl64.Vec3 to a []float32 with 3 elements.

func WriteBlock

func WriteBlock(b world.Block) map[string]interface{}

WriteBlock encodes a world.Block into a map that can be encoded using NBT.

func WriteItem

func WriteItem(s item.Stack, disk bool) map[string]interface{}

WriteItem encodes an item stack into a map that can be encoded using NBT.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL