Documentation
¶
Index ¶
- Constants
- func ParseBlockStatesString(blockStatesString string, isLegacy bool) (result map[string]any)
- func ReadBDXCommand(reader *encoding.Reader) (cmd command.Command, err error)
- func ReadBDXFileInfo(path string) (authorName string, reader *encoding.Reader, err error)
- type BlockPos
- type MCWorld
- func (m *MCWorld) Close() (err error)
- func (m *MCWorld) Flush()
- func (m *MCWorld) LoadBlock(x int32, y int16, z int32) (blockRuntimeID uint32, err error)
- func (m *MCWorld) SetBlock(x int32, y int16, z int32, blockRuntimeID uint32) error
- func (m *MCWorld) SetBlockNBT(x int32, y int32, z int32, blockNBT map[string]any) error
Constants ¶
View Source
const ( BlockStatesDefaultSeparator = "=" BlockStatesLegacySeparator = ":" )
"color":"orange" [legacy] or "color"="orange" [current]
Variables ¶
This section is empty.
Functions ¶
func ParseBlockStatesString ¶
ParseBlockStatesString ..
func ReadBDXCommand ¶
ReadBDXCommand ..
Types ¶
Click to show internal directories.
Click to hide internal directories.