types

package
v0.0.0-...-93368d4 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2015 License: MIT Imports: 2 Imported by: 10

Documentation

Overview

Common types for Minecraft Protocol and NBT.

Many thanks to #mcdevs from Freenode and it's great documentation: http://wiki.vg/NBT http://wiki.vg/Protocol http://wiki.vg/Data_Types

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Float32

type Float32 float32

func (*Float32) ReadFrom

func (f *Float32) ReadFrom(r io.Reader) (n int64, err error)

func (*Float32) WriteTo

func (f *Float32) WriteTo(w io.Writer) (n int64, err error)

type Float64

type Float64 float64

func (*Float64) ReadFrom

func (d *Float64) ReadFrom(r io.Reader) (n int64, err error)

func (*Float64) WriteTo

func (d *Float64) WriteTo(w io.Writer) (n int64, err error)

type Int16

type Int16 int16

func (*Int16) ReadFrom

func (s *Int16) ReadFrom(r io.Reader) (n int64, err error)

func (*Int16) WriteTo

func (s *Int16) WriteTo(w io.Writer) (n int64, err error)

type Int32

type Int32 int32

func (*Int32) ReadFrom

func (i *Int32) ReadFrom(r io.Reader) (n int64, err error)

func (*Int32) WriteTo

func (i *Int32) WriteTo(w io.Writer) (n int64, err error)

type Int64

type Int64 int64

func (*Int64) ReadFrom

func (l *Int64) ReadFrom(r io.Reader) (n int64, err error)

func (*Int64) WriteTo

func (l *Int64) WriteTo(w io.Writer) (n int64, err error)

type Int8

type Int8 int8

func (*Int8) ReadFrom

func (b *Int8) ReadFrom(r io.Reader) (n int64, err error)

func (*Int8) WriteTo

func (b *Int8) WriteTo(w io.Writer) (n int64, err error)

Directories

Path Synopsis
Minecraft Protocol custom types.
Minecraft Protocol custom types.
NBT custom types.
NBT custom types.

Jump to

Keyboard shortcuts

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