SYMBOL INDEX (4870 symbols across 1259 files) FILE: main.go function main (line 27) | func main() { function loadConfig (line 97) | func loadConfig() properties.ServerProperties { FILE: properties/decode.go function Unmarshal (line 12) | func Unmarshal(src string, dst any) error { function unmarshalStruct (line 30) | func unmarshalStruct(props []string, v map[string]reflect.Value) error { function structMap (line 97) | func structMap(val reflect.Value) map[string]reflect.Value { FILE: properties/encode.go function Marshal (line 12) | func Marshal(dst io.Writer, p any) error { function encodePropsStruct (line 22) | func encodePropsStruct(dst io.Writer, v reflect.Value) error { function name (line 58) | func name(tf reflect.StructField) (n string, ok bool, omitempty bool) { function writeString (line 86) | func writeString(w io.Writer, str string) error { FILE: properties/properties.go type formatter (line 5) | type formatter method Rune (line 7) | func (f formatter) Rune() rune { type ServerProperties (line 11) | type ServerProperties struct FILE: protocol/nbt/decoder.go function generateMap (line 19) | func generateMap(v reflect.Value) map[string]reflect.Value { constant End (line 45) | End = iota constant Byte (line 46) | Byte constant Short (line 47) | Short constant Int (line 48) | Int constant Long (line 49) | Long constant Float (line 50) | Float constant Double (line 51) | Double constant ByteArray (line 52) | ByteArray constant String (line 53) | String constant List (line 54) | List constant Compound (line 55) | Compound constant IntArray (line 56) | IntArray constant LongArray (line 57) | LongArray type Decoder (line 60) | type Decoder struct method ReadRootName (line 70) | func (d *Decoder) ReadRootName(v bool) { method DisallowUnknownFields (line 74) | func (d *Decoder) DisallowUnknownFields(v bool) { method DecodeRootCompound (line 83) | func (d *Decoder) DecodeRootCompound(v any) (rootName string, err erro... method Decode (line 123) | func (d *Decoder) Decode(v any) (rootName string, err error) { method decodeCompoundMap (line 170) | func (d *Decoder) decodeCompoundMap(_map reflect.Value) error { method decodeCompoundStruct (line 436) | func (d *Decoder) decodeCompoundStruct(_struct map[string]reflect.Valu... method decodeList (line 739) | func (d *Decoder) decodeList(list reflect.Value) error { method decodeCompound (line 893) | func (d *Decoder) decodeCompound() error { method _decodeList (line 971) | func (d *Decoder) _decodeList() error { method readByte (line 1035) | func (d *Decoder) readByte() (int8, error) { method readTo (line 1041) | func (d *Decoder) readTo(t []byte) error { method readShort (line 1046) | func (d *Decoder) readShort() (int16, error) { method readInt (line 1053) | func (d *Decoder) readInt() (int32, error) { method readLong (line 1060) | func (d *Decoder) readLong() (int64, error) { method readFloat (line 1067) | func (d *Decoder) readFloat() (float32, error) { method readDouble (line 1072) | func (d *Decoder) readDouble() (float64, error) { method readString (line 1077) | func (d *Decoder) readString() (string, error) { method readByteArray (line 1093) | func (d *Decoder) readByteArray() ([]byte, error) { method readIntArray (line 1109) | func (d *Decoder) readIntArray() ([]int32, error) { method readLongArray (line 1131) | func (d *Decoder) readLongArray() ([]int64, error) { function NewDecoder (line 66) | func NewDecoder(rd io.Reader) *Decoder { function Unmarshal (line 79) | func Unmarshal(input []byte, v any) (rootName string, err error) { FILE: protocol/nbt/encoder.go type Encoder (line 13) | type Encoder struct method Encode (line 22) | func (e *Encoder) Encode(name string, v any) error { method WriteRootName (line 42) | func (e *Encoder) WriteRootName(val bool) { method writeBytes (line 46) | func (e *Encoder) writeBytes(b ...byte) error { method writeByte (line 51) | func (e *Encoder) writeByte(b int8) error { method writeShort (line 55) | func (e *Encoder) writeShort(s int16) error { method writeInt (line 62) | func (e *Encoder) writeInt(i int32) error { method writeLong (line 71) | func (e *Encoder) writeLong(l int64) error { method writeFloat (line 84) | func (e *Encoder) writeFloat(f float32) error { method writeDouble (line 88) | func (e *Encoder) writeDouble(d float64) error { method writeIntArray (line 92) | func (e *Encoder) writeIntArray(il []int32) error { method writeLongArray (line 99) | func (e *Encoder) writeLongArray(ll []int64) error { method writeString (line 106) | func (e *Encoder) writeString(s string) error { method encodeCompoundStruct (line 113) | func (e *Encoder) encodeCompoundStruct(val reflect.Value) error { method encodeCompoundMap (line 356) | func (e *Encoder) encodeCompoundMap(val reflect.Value) error { method encodeList (line 549) | func (e *Encoder) encodeList(val reflect.Value) error { method tagFor (line 669) | func (e *Encoder) tagFor(typ reflect.Type) int8 { function NewEncoder (line 18) | func NewEncoder(w io.Writer) *Encoder { FILE: protocol/nbt/qnbt/abi.go type name (line 9) | type name struct method exported (line 13) | func (n name) exported() bool { method hastag (line 17) | func (n name) hastag() bool { method embedded (line 21) | func (n name) embedded() bool { method rvi (line 25) | func (n name) rvi(off int) (int, int) { method data (line 36) | func (n name) data(off int) *byte { method name (line 40) | func (n name) name() string { method tag (line 45) | func (n name) tag() string { type structField (line 54) | type structField struct type structType (line 60) | type structType struct type ptrType (line 66) | type ptrType struct type arrayType (line 71) | type arrayType struct type mapType (line 78) | type mapType struct function ptrelem (line 86) | func ptrelem(t *unsafe2.Type, v uintptr) (*unsafe2.Type, unsafe.Pointer) { function kindOf (line 94) | func kindOf(t *unsafe2.Type) uint8 { constant kindm (line 99) | kindm = (1 << 5) - 1 function kind_name (line 102) | func kind_name(k uint8) string { constant invalid_k (line 166) | invalid_k uint8 = iota constant bool_k (line 167) | bool_k constant int_k (line 168) | int_k constant int8_k (line 169) | int8_k constant int16_k (line 170) | int16_k constant int32_k (line 171) | int32_k constant int64_k (line 172) | int64_k constant uint_k (line 173) | uint_k constant uint8_k (line 174) | uint8_k constant uint16_k (line 175) | uint16_k constant uint32_k (line 176) | uint32_k constant uint64_k (line 177) | uint64_k constant uintptr_k (line 178) | uintptr_k constant float32_k (line 179) | float32_k constant float64_k (line 180) | float64_k constant complex64_k (line 181) | complex64_k constant complex128_k (line 182) | complex128_k constant array_k (line 183) | array_k constant chan_k (line 184) | chan_k constant func_k (line 185) | func_k constant interface_k (line 186) | interface_k constant map_k (line 187) | map_k constant pointer_k (line 188) | pointer_k constant slice_k (line 189) | slice_k constant string_k (line 190) | string_k constant struct_k (line 191) | struct_k constant unsafe_ptr_k (line 192) | unsafe_ptr_k function setSliceArray (line 195) | func setSliceArray(s, a unsafe.Pointer, l int) { FILE: protocol/nbt/qnbt/buffer.go type bufferedReader (line 8) | type bufferedReader struct method available (line 15) | func (rd *bufferedReader) available() int { method readBytes (line 19) | func (rd *bufferedReader) readBytes(num int) ([]byte, error) { method readBytesString (line 29) | func (rd *bufferedReader) readBytesString(num int) (string, error) { method fill (line 38) | func (rd *bufferedReader) fill(min int) error { method skip (line 60) | func (rd *bufferedReader) skip(n int) error { FILE: protocol/nbt/qnbt/decode.go type MismatchError (line 14) | type MismatchError struct method Error (line 25) | func (m MismatchError) Error() string { type Decoder (line 49) | type Decoder struct method Close (line 59) | func (d *Decoder) Close() { method DisallowUnknownKeys (line 87) | func (dc *Decoder) DisallowUnknownKeys(v bool) *Decoder { method NetworkNBT (line 92) | func (dc *Decoder) NetworkNBT(v bool) *Decoder { method DecodeAndClose (line 110) | func (d *Decoder) DecodeAndClose(dst any) (rootName string, err error) { method Decode (line 115) | func (d *Decoder) Decode(dst any) (rootName string, err error) { method discardCompound (line 171) | func (d *Decoder) discardCompound() error { method discard (line 206) | func (d *Decoder) discard(tag_b byte) (skipped bool, err error) { function NewDecoder (line 65) | func NewDecoder(rd io.Reader) *Decoder { function slicesize (line 79) | func slicesize(s []byte, l int) []byte { function Unmarshal (line 97) | func Unmarshal(data []byte, dst any) (rootName string, err error) { FILE: protocol/nbt/qnbt/list.go method decodeListSlice (line 11) | func (d *Decoder) decodeListSlice(ptr unsafe.Pointer, t *ptrType) error { type array_t (line 42) | type array_t struct method index (line 48) | func (a *array_t) index(i int) unsafe.Pointer { method decodeListArray (line 52) | func (d *Decoder) decodeListArray(a *array_t) error { method readListArray (line 74) | func (d *Decoder) readListArray(tag byte, l int32, a *array_t) error { method discardList (line 208) | func (d *Decoder) discardList() error { function fixedSize (line 251) | func fixedSize(tag byte) int { FILE: protocol/nbt/qnbt/malloc.go function mallocgc (line 10) | func mallocgc(size uintptr, typ *unsafe2.Type, needzero bool) unsafe.Poi... FILE: protocol/nbt/qnbt/map.go method decodeMapString (line 5) | func (d *Decoder) decodeMapString(m map[string]string) error { FILE: protocol/nbt/qnbt/primitive.go constant end_t (line 11) | end_t = iota constant byte_t (line 12) | byte_t constant short_t (line 13) | short_t constant int_t (line 14) | int_t constant long_t (line 15) | long_t constant float_t (line 16) | float_t constant double_t (line 17) | double_t constant byte_array_t (line 18) | byte_array_t constant string_t (line 19) | string_t constant list_t (line 20) | list_t constant compound_t (line 21) | compound_t constant int_array_t (line 22) | int_array_t constant long_array_t (line 23) | long_array_t function tagName (line 43) | func tagName(t string) string { method load (line 76) | func (d *Decoder) load(length int) []byte { method readByte (line 83) | func (d *Decoder) readByte(b *byte) error { method readByte2 (line 94) | func (d *Decoder) readByte2() (byte, error) { method readBytePtr (line 104) | func (d *Decoder) readBytePtr(ptr unsafe.Pointer) error { method readShort (line 108) | func (d *Decoder) readShort() (int16, error) { method readShortPtr (line 116) | func (d *Decoder) readShortPtr(ptr unsafe.Pointer) error { method readInt (line 131) | func (d *Decoder) readInt() (int32, error) { method readIntPtr (line 139) | func (d *Decoder) readIntPtr(ptr unsafe.Pointer) error { method readLongPtr (line 154) | func (d *Decoder) readLongPtr(ptr unsafe.Pointer) error { method skipString (line 169) | func (d *Decoder) skipString() error { method readString (line 177) | func (d *Decoder) readString(dst *string) error { method readStringNonCopy (line 192) | func (d *Decoder) readStringNonCopy(dst *string) error { method readStringPtr (line 210) | func (d *Decoder) readStringPtr(dst unsafe.Pointer) error { method readLongArray (line 214) | func (d *Decoder) readLongArray(ptr unsafe.Pointer) error { method decodeLongArray (line 223) | func (d *Decoder) decodeLongArray(len int, ptr unsafe.Pointer) error { method readIntArray (line 235) | func (d *Decoder) readIntArray(ptr unsafe.Pointer) error { method decodeIntArray (line 244) | func (d *Decoder) decodeIntArray(len int, ptr unsafe.Pointer) error { method readByteArray (line 256) | func (d *Decoder) readByteArray(ptr unsafe.Pointer) error { method decodeByteArray (line 276) | func (d *Decoder) decodeByteArray(l int, ptr unsafe.Pointer) error { FILE: protocol/nbt/qnbt/struct.go function newStruct (line 19) | func newStruct(t *structType, ptr unsafe.Pointer) *struct_t { function findNBTTag (line 48) | func findNBTTag(tag string) (string, bool) { type struct_t (line 62) | type struct_t struct method field (line 69) | func (s *struct_t) field(n string) (f *structField, ptr unsafe.Pointer... method decodeStructCompound (line 81) | func (d *Decoder) decodeStructCompound(s *struct_t) error { function match (line 247) | func match(name, tag_b string, t *unsafe2.Type) error { FILE: protocol/nbt/staticReader.go type StaticReader (line 14) | type StaticReader struct method readByte (line 23) | func (r StaticReader) readByte() (byte, error) { method readShort (line 31) | func (r StaticReader) readShort() (int16, error) { method readInt (line 39) | func (r StaticReader) readInt() (int32, error) { method readLong (line 47) | func (r StaticReader) readLong() (int64, error) { method readString (line 55) | func (r StaticReader) readString() (string, error) { method ReadRoot (line 72) | func (r StaticReader) ReadRoot(withName bool) (typeId byte, name strin... method Byte (line 84) | func (r StaticReader) Byte(dst *byte) (string, error) { method Short (line 102) | func (r StaticReader) Short(dst *int16) (string, error) { method Int (line 120) | func (r StaticReader) Int(dst *int32) (string, error) { method Long (line 138) | func (r StaticReader) Long(dst *int64) (string, error) { method String (line 156) | func (r StaticReader) String(dst *string) (string, error) { method Compound (line 174) | func (r StaticReader) Compound(dst *CompoundReader) (string, error, bo... function NewStaticReader (line 18) | func NewStaticReader(r io.Reader) StaticReader { type CompoundReader (line 195) | type CompoundReader struct method ReadStringMap (line 200) | func (cr CompoundReader) ReadStringMap(tgt map[string]string) error { method ReadAll (line 227) | func (cr CompoundReader) ReadAll(targets ...any) error { type ListReader (line 315) | type ListReader struct method Read (line 320) | func (lr ListReader) Read(tgt any) (err error) { FILE: protocol/net/authentication.go function authurl (line 17) | func authurl(u, h string) string { method authenticate (line 21) | func (conn *Conn) authenticate() error { method sessionHash (line 62) | func (conn *Conn) sessionHash(publicKey []byte) string { function twosComplement (line 82) | func twosComplement(p []byte) []byte { FILE: protocol/net/cfb8/cfb8.go type CFB8 (line 7) | type CFB8 struct method XORKeyStream (line 21) | func (x *CFB8) XORKeyStream(dst, src []byte) { function NewCFB8 (line 44) | func NewCFB8(b cipher.Block, iv []byte, decrypt bool) *CFB8 { FILE: protocol/net/config.go type Config (line 12) | type Config struct method New (line 26) | func (c Config) New() (*Listener, error) { type StatusProvider (line 24) | type StatusProvider function Status (line 52) | func Status(s status.StatusResponseData) StatusProvider { FILE: protocol/net/conn.go constant clientVeryOldMsg (line 33) | clientVeryOldMsg = "Your client is WAYYYYYY too old!!! this server suppo... constant clientTooOldMsg (line 34) | clientTooOldMsg = "Your client is too old! this server supports MC 1.21" constant clientTooNewMsg (line 35) | clientTooNewMsg = "Your client is too new! this server supports MC 1.21" type Conn (line 38) | type Conn struct method UsesForge (line 62) | func (conn *Conn) UsesForge() bool { method Username (line 66) | func (conn *Conn) Username() string { method UUID (line 70) | func (conn *Conn) UUID() uuid.UUID { method Properties (line 74) | func (conn *Conn) Properties() []login.Property { method SetState (line 78) | func (conn *Conn) SetState(state int32) { method State (line 81) | func (conn *Conn) State() int32 { method wpk (line 97) | func (conn *Conn) wpk(pk packet.Encodeable) error { method WritePacket (line 177) | func (conn *Conn) WritePacket(pk packet.Encodeable) error { method Read (line 188) | func (conn *Conn) Read(dst []byte) (i int, err error) { method Write (line 200) | func (conn *Conn) Write(data []byte) (i int, err error) { method ReadPacket (line 209) | func (conn *Conn) ReadPacket() (decoded packet.Decodeable, interceptio... method PushPacket (line 353) | func (conn *Conn) PushPacket(pk packet.Encodeable) { method packetWriteChanListen (line 357) | func (conn *Conn) packetWriteChanListen() { method writeLegacyStatus (line 373) | func (conn *Conn) writeLegacyStatus(status status.StatusResponseData) { method writeLegacyDisconnect (line 396) | func (conn *Conn) writeLegacyDisconnect(reason string) { method writeClassicDisconnect (line 407) | func (conn *Conn) writeClassicDisconnect(reason string) { method handleHandshake (line 421) | func (conn *Conn) handleHandshake() bool { function username2v3 (line 550) | func username2v3(username string) uuid.UUID { FILE: protocol/net/encryption.go method encryptd (line 14) | func (conn *Conn) encryptd(plaintext, dst []byte) { method decryptd (line 18) | func (conn *Conn) decryptd(ciphertext, dst []byte) { method encrypt (line 22) | func (conn *Conn) encrypt() error { FILE: protocol/net/io/buffers/buffers.go function Size (line 14) | func Size() int { FILE: protocol/net/io/compress/lz4.go function DecompressLZ4 (line 12) | func DecompressLZ4(data []byte) ([]byte, error) { constant magic (line 62) | magic = "LZ4Block" constant methodUncompressed (line 64) | methodUncompressed = 1 << (iota + 4) constant methodLZ4 (line 65) | methodLZ4 FILE: protocol/net/io/compress/zlib.go function DecompressZlib (line 11) | func DecompressZlib(compressed []byte, decompressedLength *int) ([]byte,... function CompressZlib (line 35) | func CompressZlib(decompressedData []byte, compressedLength *int) (compr... FILE: protocol/net/io/encoding/encoding.go function AppendByte (line 10) | func AppendByte(data []byte, b int8) []byte { function AppendUbyte (line 14) | func AppendUbyte(data []byte, b byte) []byte { function AppendShort (line 18) | func AppendShort(data []byte, s int16) []byte { function AppendUshort (line 22) | func AppendUshort(data []byte, s uint16) []byte { function AppendInt (line 26) | func AppendInt(data []byte, i int32) []byte { function AppendLong (line 30) | func AppendLong(data []byte, l int64) []byte { function AppendVarInt (line 34) | func AppendVarInt(data []byte, value int32) []byte { function PutVarInt (line 43) | func PutVarInt(data []byte, value int32) (n int) { function WriteVarInt (line 55) | func WriteVarInt(w io.Writer, value int32) error { function VarInt (line 69) | func VarInt(data []byte) (int32, []byte, error) { function ReadVarInt (line 100) | func ReadVarInt(r io.Reader) (int32, error) { function AppendVarLong (line 131) | func AppendVarLong(data []byte, value int64) []byte { function AppendString (line 147) | func AppendString(data []byte, str string) []byte { function String (line 153) | func String(data []byte) (string, error) { type BitSet (line 162) | type BitSet method Get (line 164) | func (set BitSet) Get(i int) bool { method Set (line 168) | func (set BitSet) Set(i int) { method Unset (line 172) | func (set BitSet) Unset(i int) { type FixedBitSet (line 176) | type FixedBitSet method Get (line 178) | func (set FixedBitSet) Get(i int) bool { method Set (line 182) | func (set FixedBitSet) Set(i int) { method Unset (line 186) | func (set FixedBitSet) Unset(i int) { FILE: protocol/net/io/encoding/reader.go type Reader (line 16) | type Reader struct method SetLength (line 25) | func (r *Reader) SetLength(length int) { method readBytes (line 29) | func (r Reader) readBytes(l int) ([]byte, error) { method Read (line 38) | func (r Reader) Read(dst []byte) (i int, err error) { method Bool (line 42) | func (r Reader) Bool(b *bool) error { method ReadAll (line 49) | func (r Reader) ReadAll(data *[]byte) (err error) { method Byte (line 54) | func (r Reader) Byte(i *int8) error { method Ubyte (line 59) | func (r Reader) Ubyte(i *byte) error { method Short (line 65) | func (r Reader) Short(i *int16) error { method Ushort (line 70) | func (r Reader) Ushort(i *uint16) error { method Int (line 76) | func (r Reader) Int(i *int32) error { method Long (line 82) | func (r Reader) Long(i *int64) error { method Float (line 88) | func (r Reader) Float(f *float32) error { method Double (line 91) | func (r Reader) Double(f *float64) error { method String (line 95) | func (r Reader) String(s *string) error { method Identifier (line 106) | func (r Reader) Identifier(s *string) error { method VarInt (line 110) | func (r Reader) VarInt(value *int32) (i int, err error) { method VarLong (line 142) | func (r Reader) VarLong(value *int64) error { method Position (line 170) | func (r Reader) Position(x, y, z *int32) error { method UUID (line 181) | func (r Reader) UUID(u *uuid.UUID) error { method BitSet (line 188) | func (r Reader) BitSet(data *BitSet) error { method FixedBitSet (line 206) | func (r Reader) FixedBitSet(data *FixedBitSet, bits int32) error { method ByteArray (line 217) | func (r Reader) ByteArray(s *[]byte) error { method FixedByteArray (line 228) | func (r Reader) FixedByteArray(s []byte) error { method NBT (line 233) | func (r Reader) NBT(v any) error { method JSONTextComponent (line 242) | func (r Reader) JSONTextComponent(comp *text.TextComponent) error { method TextComponent (line 250) | func (r Reader) TextComponent(comp *text.TextComponent) error { method nbtString (line 265) | func (r Reader) nbtString(v *string) error { function NewReader (line 21) | func NewReader(r io.Reader, length int) Reader { FILE: protocol/net/io/encoding/writer.go type Writer (line 16) | type Writer struct method Write (line 24) | func (w Writer) Write(data []byte) (i int, err error) { method Bool (line 28) | func (w Writer) Bool(b bool) error { method Byte (line 32) | func (w Writer) Byte(i int8) error { method Ubyte (line 35) | func (w Writer) Ubyte(i uint8) error { method Short (line 41) | func (w Writer) Short(i int16) error { method Ushort (line 44) | func (w Writer) Ushort(i uint16) error { method Int (line 54) | func (w Writer) Int(i int32) error { method Long (line 66) | func (w Writer) Long(i int64) error { method Float (line 82) | func (w Writer) Float(f float32) error { method Double (line 85) | func (w Writer) Double(f float64) error { method String (line 89) | func (w Writer) String(s string) error { method Identifier (line 97) | func (w Writer) Identifier(s string) error { method VarInt (line 108) | func (w Writer) VarInt(value int32) error { method VarLong (line 121) | func (w Writer) VarLong(value int64) error { method Position (line 139) | func (w Writer) Position(x, y, z int32) error { method UUID (line 143) | func (w Writer) UUID(u uuid.UUID) error { method BitSet (line 149) | func (w Writer) BitSet(data BitSet) error { method FixedBitSet (line 161) | func (w Writer) FixedBitSet(data FixedBitSet) error { method ByteArray (line 171) | func (w Writer) ByteArray(s []byte) error { method FixedByteArray (line 180) | func (w Writer) FixedByteArray(s []byte) error { method JSONTextComponent (line 186) | func (w Writer) JSONTextComponent(comp text.TextComponent) error { method TextComponent (line 192) | func (w Writer) TextComponent(comp text.TextComponent) error { method StringTextComponent (line 196) | func (w Writer) StringTextComponent(text string) error { method NBT (line 207) | func (w Writer) NBT(data any) error { function NewWriter (line 20) | func NewWriter(w *bytes.Buffer) Writer { FILE: protocol/net/listener.go constant ProtocolVersion (line 14) | ProtocolVersion = 767 constant HandshakingState (line 18) | HandshakingState = iota constant StatusState (line 19) | StatusState constant LoginState (line 20) | LoginState constant ConfigurationState (line 21) | ConfigurationState constant PlayState (line 22) | PlayState type Listener (line 25) | type Listener struct method SetStatusProvider (line 37) | func (l *Listener) SetStatusProvider(p StatusProvider) { method StatusProvider (line 41) | func (l *Listener) StatusProvider() StatusProvider { method listen (line 45) | func (l *Listener) listen() { method newConn (line 63) | func (l *Listener) newConn(c net.Conn) *Conn { method Close (line 74) | func (l *Listener) Close() error { method Accept (line 81) | func (l *Listener) Accept() (*Conn, error) { FILE: protocol/net/metadata/metadata.go type Metadata (line 16) | type Metadata type Byte (line 19) | type Byte type VarInt (line 20) | type VarInt type VarLong (line 21) | type VarLong type Float (line 22) | type Float type String (line 23) | type String type TextComponent (line 25) | type TextComponent type OptionalTextComponent (line 26) | type OptionalTextComponent type Boolean (line 28) | type Boolean type Rotations (line 29) | type Rotations type Position (line 30) | type Position type OptionalPosition (line 31) | type OptionalPosition type Direction (line 32) | type Direction type OptionalUUID (line 33) | type OptionalUUID type BlockState (line 34) | type BlockState type OptionalBlockState (line 35) | type OptionalBlockState type NBT (line 36) | type NBT type VillagerData (line 38) | type VillagerData type OptionalVarInt (line 39) | type OptionalVarInt type Pose (line 40) | type Pose type CatVariant (line 41) | type CatVariant type FrogVariant (line 42) | type FrogVariant type GlobalPosition (line 44) | type GlobalPosition struct type OptionalGlobalPosition (line 48) | type OptionalGlobalPosition type PaintingVariant (line 50) | type PaintingVariant type SnifferState (line 51) | type SnifferState type Vector3 (line 52) | type Vector3 type Quatermion (line 53) | type Quatermion constant Standing (line 57) | Standing Pose = iota constant FallFlying (line 58) | FallFlying constant Sleeping (line 59) | Sleeping constant Swimming (line 60) | Swimming constant SpinAttack (line 61) | SpinAttack constant Sneaking (line 62) | Sneaking constant LongJumping (line 63) | LongJumping constant Dying (line 64) | Dying constant Croaking (line 65) | Croaking constant UsingTongue (line 66) | UsingTongue constant Sitting (line 67) | Sitting constant Roaring (line 68) | Roaring constant Sniffing (line 69) | Sniffing constant Emerging (line 70) | Emerging constant Digging (line 71) | Digging constant SnifferIdling (line 75) | SnifferIdling SnifferState = iota constant SnifferFeelingHappy (line 76) | SnifferFeelingHappy constant SnifferScenting (line 77) | SnifferScenting constant SnifferSniffing (line 78) | SnifferSniffing constant SnifferSearching (line 79) | SnifferSearching constant SnifferDigging (line 80) | SnifferDigging constant SnifferRising (line 81) | SnifferRising constant VillagerTypeDesert (line 85) | VillagerTypeDesert = iota constant VillagerTypeJungle (line 86) | VillagerTypeJungle constant VillagerTypePlains (line 87) | VillagerTypePlains constant VillagerTypeSavanna (line 88) | VillagerTypeSavanna constant VillagerTypeSnow (line 89) | VillagerTypeSnow constant VillagerTypeSwamp (line 90) | VillagerTypeSwamp constant VillagerTypeTaiga (line 91) | VillagerTypeTaiga constant VillagerProfessionNone (line 95) | VillagerProfessionNone = iota constant VillagerProfessionArmorer (line 96) | VillagerProfessionArmorer constant VillagerProfessionButcher (line 97) | VillagerProfessionButcher constant VillagerProfessionCartographer (line 98) | VillagerProfessionCartographer constant VillagerProfessionCleric (line 99) | VillagerProfessionCleric constant VillagerProfessionFarmer (line 100) | VillagerProfessionFarmer constant VillagerProfessionFisherman (line 101) | VillagerProfessionFisherman constant VillagerProfessionFletcher (line 102) | VillagerProfessionFletcher constant VillagerProfessionLeatherworker (line 103) | VillagerProfessionLeatherworker constant VillagerProfessionLibrarian (line 104) | VillagerProfessionLibrarian constant VillagerProfessionMason (line 105) | VillagerProfessionMason constant VillagerProfessionNitwit (line 106) | VillagerProfessionNitwit constant VillagerProfessionShepherd (line 107) | VillagerProfessionShepherd constant VillagerProfessionToolsmith (line 108) | VillagerProfessionToolsmith constant VillagerProfessionWeaponsmith (line 109) | VillagerProfessionWeaponsmith constant IsOnFire (line 113) | IsOnFire = 1 << iota constant IsCrouching (line 114) | IsCrouching constant IsRiding_unused (line 115) | IsRiding_unused constant IsSprinting (line 116) | IsSprinting constant IsSwimming (line 117) | IsSwimming constant IsInvisible (line 118) | IsInvisible constant HasGlowingEffect (line 119) | HasGlowingEffect constant IsFlyingWithElytra (line 120) | IsFlyingWithElytra constant IsHandActive (line 124) | IsHandActive = 1 << iota constant IsOffhandActive (line 125) | IsOffhandActive constant IsInRiptideSpinAttack (line 126) | IsInRiptideSpinAttack constant BaseIndex (line 132) | BaseIndex = iota constant AirTicksIndex (line 134) | AirTicksIndex constant CustomNameIndex (line 136) | CustomNameIndex constant IsCustomNameVisibleIndex (line 138) | IsCustomNameVisibleIndex constant IsSilentIndex (line 140) | IsSilentIndex constant HasNoGravityIndex (line 142) | HasNoGravityIndex constant PoseIndex (line 144) | PoseIndex constant TicksFrozenInPowderedSnowIndex (line 146) | TicksFrozenInPowderedSnowIndex constant LivingEntityHandstatesIndex (line 152) | LivingEntityHandstatesIndex = iota + 8 constant LivingEntityHealthIndex (line 154) | LivingEntityHealthIndex constant LivingEntityPotionEffectColorIndex (line 156) | LivingEntityPotionEffectColorIndex constant LivingEntityPotionEffectAmbientIndex (line 158) | LivingEntityPotionEffectAmbientIndex constant LivingEntityArrowCountIndex (line 160) | LivingEntityArrowCountIndex constant LivingEntityBeeStingersCountIndex (line 162) | LivingEntityBeeStingersCountIndex constant LivingEntitySleepingBedPositionIndex (line 164) | LivingEntitySleepingBedPositionIndex constant PlayerAdditionalHeartsIndex (line 170) | PlayerAdditionalHeartsIndex = iota + 15 constant PlayerScoreIndex (line 172) | PlayerScoreIndex constant PlayerDisplayedSkinPartsIndex (line 174) | PlayerDisplayedSkinPartsIndex constant PlayerMainHandIndex (line 176) | PlayerMainHandIndex constant LeftShoulderEntityData (line 178) | LeftShoulderEntityData constant RightShoulderEntityData (line 180) | RightShoulderEntityData FILE: protocol/net/metadata/new.go function Player (line 4) | func Player(health float32) Metadata { FILE: protocol/net/packet/configuration/clientInfo.go constant ChatModeEnabled (line 8) | ChatModeEnabled = iota constant ChatModeCommandsOnly (line 9) | ChatModeCommandsOnly constant ChatModeHidden (line 10) | ChatModeHidden constant CapeEnabled (line 14) | CapeEnabled = 1 << iota constant JacketEnabled (line 15) | JacketEnabled constant LeftSleeveEnabled (line 16) | LeftSleeveEnabled constant RightSleeveEnabled (line 17) | RightSleeveEnabled constant LeftPantsLegEnabled (line 18) | LeftPantsLegEnabled constant RightPantsLegEnabled (line 19) | RightPantsLegEnabled constant HatEnabled (line 20) | HatEnabled constant MainHandLeft (line 24) | MainHandLeft = iota constant MainHandRight (line 25) | MainHandRight constant PacketIdClientInformation (line 29) | PacketIdClientInformation = 0x00 type ClientInformation (line 31) | type ClientInformation struct method ID (line 42) | func (ClientInformation) ID() int32 { method Encode (line 46) | func (c *ClientInformation) Encode(w encoding.Writer) error { method Decode (line 71) | func (c *ClientInformation) Decode(r encoding.Reader) error { FILE: protocol/net/packet/configuration/cookie.go constant PacketIdCookieRequest (line 6) | PacketIdCookieRequest = 0x00 type CookieRequest (line 8) | type CookieRequest struct method ID (line 10) | func (CookieRequest) ID() int32 { constant PacketIdCookieResponse (line 15) | PacketIdCookieResponse = 0x01 type CookieResponse (line 17) | type CookieResponse struct method ID (line 19) | func (CookieResponse) ID() int32 { FILE: protocol/net/packet/configuration/disconnect.go constant PacketIdDisconnect (line 9) | PacketIdDisconnect = 0x02 type Disconnect (line 11) | type Disconnect struct method ID (line 15) | func (Disconnect) ID() int32 { method Encode (line 19) | func (d *Disconnect) Encode(w encoding.Writer) error { method Decode (line 23) | func (d *Disconnect) Decode(r encoding.Reader) error { FILE: protocol/net/packet/configuration/finish.go constant PacketIdFinishConfiguration (line 9) | PacketIdFinishConfiguration = 0x03 constant PacketIdAcknowledgeFinishConfiguration (line 11) | PacketIdAcknowledgeFinishConfiguration type FinishConfiguration (line 14) | type FinishConfiguration struct method ID (line 18) | func (FinishConfiguration) ID() int32 { FILE: protocol/net/packet/configuration/keepAlive.go constant PacketIdKeepAlive (line 8) | PacketIdKeepAlive = 0x04 type KeepAlive (line 10) | type KeepAlive struct method ID (line 14) | func (KeepAlive) ID() int32 { method Encode (line 18) | func (k *KeepAlive) Encode(w encoding.Writer) error { method Decode (line 22) | func (k *KeepAlive) Decode(r encoding.Reader) error { FILE: protocol/net/packet/configuration/ping.go constant PacketIdPing (line 8) | PacketIdPing = 0x05 type Ping (line 10) | type Ping struct method ID (line 14) | func (Ping) ID() int32 { method Encode (line 18) | func (p *Ping) Encode(w encoding.Writer) error { method Decode (line 22) | func (p *Ping) Decode(r encoding.Reader) error { FILE: protocol/net/packet/configuration/plugin.go constant PacketIdPluginMessage (line 8) | PacketIdPluginMessage = 0x01 type ClientboundPluginMessage (line 10) | type ClientboundPluginMessage struct method ID (line 15) | func (ClientboundPluginMessage) ID() int32 { method Encode (line 19) | func (c *ClientboundPluginMessage) Encode(w encoding.Writer) error { method Decode (line 26) | func (c *ClientboundPluginMessage) Decode(r encoding.Reader) error { type ServerboundPluginMessage (line 33) | type ServerboundPluginMessage struct method ID (line 37) | func (ServerboundPluginMessage) ID() int32 { FILE: protocol/net/packet/configuration/registryData.go function init (line 13) | func init() { constant PacketIdRegistryData (line 25) | PacketIdRegistryData = 0x07 type RegistryData (line 27) | type RegistryData struct method ID (line 34) | func (RegistryData) ID() int32 { method Encode (line 38) | func (r *RegistryData) Encode(w encoding.Writer) error { method Decode (line 93) | func (d *RegistryData) Decode(r encoding.Reader) error { FILE: protocol/net/packet/configuration/resetChat.go constant PacketIdResetChat (line 6) | PacketIdResetChat = 0x06 type ResetChat (line 8) | type ResetChat struct method ID (line 10) | func (ResetChat) ID() int32 { FILE: protocol/net/packet/handshake/handshake.go constant Status (line 8) | Status = iota + 1 constant Login (line 9) | Login constant Transfer (line 10) | Transfer constant PacketIdHandshaking (line 14) | PacketIdHandshaking = 0x00 type Handshaking (line 16) | type Handshaking struct method ID (line 23) | func (Handshaking) ID() int32 { method Decode (line 27) | func (h *Handshaking) Decode(r encoding.Reader) error { method Encode (line 41) | func (h Handshaking) Encode(w encoding.Writer) error { FILE: protocol/net/packet/login/cookie.go constant PacketIdCookieRequest (line 8) | PacketIdCookieRequest = 0x05 type CookieRequest (line 10) | type CookieRequest struct method ID (line 14) | func (CookieRequest) ID() int32 { method Encode (line 18) | func (s *CookieRequest) Encode(w encoding.Writer) error { method Decode (line 22) | func (s *CookieRequest) Decode(r encoding.Reader) error { type CookieResponse (line 26) | type CookieResponse struct method ID (line 32) | func (CookieResponse) ID() int32 { method Encode (line 36) | func (s *CookieResponse) Encode(w encoding.Writer) error { method Decode (line 49) | func (s *CookieResponse) Decode(r encoding.Reader) error { FILE: protocol/net/packet/login/disconnect.go constant PacketIdDisconnect (line 9) | PacketIdDisconnect = 0x00 type Disconnect (line 11) | type Disconnect struct method ID (line 15) | func (Disconnect) ID() int32 { method Encode (line 19) | func (d *Disconnect) Encode(w encoding.Writer) error { method Decode (line 23) | func (d *Disconnect) Decode(r encoding.Reader) error { FILE: protocol/net/packet/login/encryption.go constant PacketIdEncryption (line 8) | PacketIdEncryption = 0x01 type EncryptionRequest (line 10) | type EncryptionRequest struct method ID (line 16) | func (EncryptionRequest) ID() int32 { method Encode (line 20) | func (e *EncryptionRequest) Encode(w encoding.Writer) error { method Decode (line 33) | func (e *EncryptionRequest) Decode(r encoding.Reader) error { type EncryptionResponse (line 47) | type EncryptionResponse struct method ID (line 52) | func (EncryptionResponse) ID() int32 { method Encode (line 56) | func (e *EncryptionResponse) Encode(w encoding.Writer) error { method Decode (line 63) | func (e *EncryptionResponse) Decode(r encoding.Reader) error { FILE: protocol/net/packet/login/loginStart.go constant PacketIdLoginStart (line 9) | PacketIdLoginStart = 0x00 type LoginStart (line 11) | type LoginStart struct method ID (line 16) | func (LoginStart) ID() int32 { method Encode (line 20) | func (l *LoginStart) Encode(w encoding.Writer) error { method Decode (line 27) | func (l *LoginStart) Decode(r encoding.Reader) error { FILE: protocol/net/packet/login/loginSuccess.go type Textures (line 8) | type Textures struct type Property (line 26) | type Property struct constant PacketIdLoginSuccess (line 33) | PacketIdLoginSuccess = 0x02 type LoginSuccess (line 35) | type LoginSuccess struct method ID (line 41) | func (LoginSuccess) ID() int32 { method Encode (line 45) | func (l *LoginSuccess) Encode(w encoding.Writer) error { constant PacketIdLoginAcknowledged (line 77) | PacketIdLoginAcknowledged = 0x03 type LoginAcknowledged (line 79) | type LoginAcknowledged struct method ID (line 81) | func (LoginAcknowledged) ID() int32 { method Decode (line 85) | func (*LoginAcknowledged) Decode(encoding.Reader) error { FILE: protocol/net/packet/login/plugin.go constant PacketIdLoginPluginRequest (line 8) | PacketIdLoginPluginRequest = 0x04 type LoginPluginRequest (line 10) | type LoginPluginRequest struct method ID (line 16) | func (LoginPluginRequest) ID() int32 { method Encode (line 20) | func (l *LoginPluginRequest) Encode(w encoding.Writer) error { method Decode (line 30) | func (l *LoginPluginRequest) Decode(r encoding.Reader) error { constant PacketIdLoginPluginResponse (line 41) | PacketIdLoginPluginResponse = 0x02 type LoginPluginResponse (line 43) | type LoginPluginResponse struct method ID (line 49) | func (LoginPluginResponse) ID() int32 { method Encode (line 53) | func (l *LoginPluginResponse) Encode(w encoding.Writer) error { method Decode (line 68) | func (l *LoginPluginResponse) Decode(r encoding.Reader) error { FILE: protocol/net/packet/login/setCompression.go constant PacketIdSetCompression (line 8) | PacketIdSetCompression = 0x03 type SetCompression (line 10) | type SetCompression struct method ID (line 14) | func (SetCompression) ID() int32 { method Encode (line 18) | func (s *SetCompression) Encode(w encoding.Writer) error { method Decode (line 22) | func (s *SetCompression) Decode(r encoding.Reader) error { FILE: protocol/net/packet/packet.go type Encodeable (line 6) | type Encodeable interface type Decodeable (line 12) | type Decodeable interface type Error (line 18) | type Error struct method ID (line 22) | func (Error) ID() int32 { return -1 } method Decode (line 23) | func (Error) Decode(encoding.Reader) error { return nil } type UnknownPacket (line 27) | type UnknownPacket struct method ID (line 33) | func (u UnknownPacket) ID() int32 { method Decode (line 37) | func (u UnknownPacket) Decode(encoding.Reader) error { method Encode (line 41) | func (u UnknownPacket) Encode(encoding.Writer) error { type EmptyPacket (line 45) | type EmptyPacket struct method Encode (line 48) | func (pk EmptyPacket) Encode(encoding.Writer) error { method Decode (line 52) | func (pk EmptyPacket) Decode(encoding.Reader) error { FILE: protocol/net/packet/play/acknowledgeBlockChange.go constant PacketIdAcknowledgeBlockChange (line 8) | PacketIdAcknowledgeBlockChange = 0x05 type AcknowledgeBlockChange (line 10) | type AcknowledgeBlockChange struct method ID (line 14) | func (AcknowledgeBlockChange) ID() int32 { method Encode (line 18) | func (b *AcknowledgeBlockChange) Encode(w encoding.Writer) error { method Decode (line 22) | func (b *AcknowledgeBlockChange) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/blockAction.go constant PacketIdBlockAction (line 8) | PacketIdBlockAction = 0x08 type BlockAction (line 10) | type BlockAction struct method ID (line 16) | func (BlockAction) ID() int32 { method Encode (line 20) | func (b *BlockAction) Encode(w encoding.Writer) error { method Decode (line 33) | func (b *BlockAction) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/blockEntityData.go constant PacketIdBlockEntityData (line 9) | PacketIdBlockEntityData = 0x07 type BlockEntityData (line 11) | type BlockEntityData struct method ID (line 17) | func (BlockEntityData) ID() int32 { method Encode (line 21) | func (b *BlockEntityData) Encode(w encoding.Writer) error { method Decode (line 34) | func (b *BlockEntityData) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/blockUpdate.go constant PacketIdBlockUpdate (line 8) | PacketIdBlockUpdate = 0x09 type BlockUpdate (line 10) | type BlockUpdate struct method ID (line 15) | func (BlockUpdate) ID() int32 { method Encode (line 19) | func (b *BlockUpdate) Encode(w encoding.Writer) error { method Decode (line 26) | func (b *BlockUpdate) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/bundleDelimiter.go constant PacketIdBundleDelimiter (line 6) | PacketIdBundleDelimiter = 0x00 type BundleDelimiter (line 8) | type BundleDelimiter struct method ID (line 10) | func (BundleDelimiter) ID() int32 { FILE: protocol/net/packet/play/changeDifficulty.go constant PacketIdChangeDifficulty (line 8) | PacketIdChangeDifficulty = 0x0B type ChangeDifficulty (line 10) | type ChangeDifficulty struct method ID (line 15) | func (ChangeDifficulty) ID() int32 { method Encode (line 19) | func (c *ChangeDifficulty) Encode(w encoding.Writer) error { method Decode (line 26) | func (c *ChangeDifficulty) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/chatCommand.go constant PacketIdChatCommand (line 8) | PacketIdChatCommand = 0x04 type ChatCommand (line 10) | type ChatCommand struct method ID (line 14) | func (ChatCommand) ID() int32 { method Encode (line 18) | func (c *ChatCommand) Encode(w encoding.Writer) error { method Decode (line 22) | func (c *ChatCommand) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/chatMessage.go constant PacketIdChatMessage (line 8) | PacketIdChatMessage = 0x06 type ChatMessage (line 10) | type ChatMessage struct method ID (line 21) | func (ChatMessage) ID() int32 { method Encode (line 25) | func (c *ChatMessage) Encode(w encoding.Writer) error { method Decode (line 49) | func (c *ChatMessage) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/chunkBatch.go constant PacketIdChunkBatchFinished (line 9) | PacketIdChunkBatchFinished = 0x0C type ChunkBatchFinished (line 11) | type ChunkBatchFinished struct method ID (line 15) | func (ChunkBatchFinished) ID() int32 { method Encode (line 19) | func (c *ChunkBatchFinished) Encode(w encoding.Writer) error { method Decode (line 23) | func (c *ChunkBatchFinished) Decode(r encoding.Reader) error { constant PacketIdChunkBatchStart (line 29) | PacketIdChunkBatchStart = 0x0D type ChunkBatchStart (line 31) | type ChunkBatchStart struct method ID (line 33) | func (ChunkBatchStart) ID() int32 { constant PacketIdChunkBatchReceived (line 38) | PacketIdChunkBatchReceived = 0x08 type ChunkBatchReceived (line 40) | type ChunkBatchReceived struct method ID (line 44) | func (ChunkBatchReceived) ID() int32 { method Encode (line 48) | func (c *ChunkBatchReceived) Encode(w encoding.Writer) error { method Decode (line 52) | func (c *ChunkBatchReceived) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/chunkData.go type BlockEntity (line 9) | type BlockEntity struct constant PacketIdChunkDataUpdateLight (line 16) | PacketIdChunkDataUpdateLight = 0x27 type Heightmaps (line 18) | type Heightmaps struct type ChunkDataUpdateLight (line 22) | type ChunkDataUpdateLight struct method ID (line 32) | func (ChunkDataUpdateLight) ID() int32 { method Encode (line 36) | func (c *ChunkDataUpdateLight) Encode(w encoding.Writer) error { method Decode (line 103) | func (c *ChunkDataUpdateLight) Decode(encoding.Reader) error { FILE: protocol/net/packet/play/clickContainer.go constant PacketIdClickContainer (line 9) | PacketIdClickContainer = 0x0E type ClickContainer (line 11) | type ClickContainer struct method ID (line 26) | func (ClickContainer) ID() int32 { method Decode (line 30) | func (c *ClickContainer) Decode(r encoding.Reader) error { type ChangedSlot (line 21) | type ChangedSlot struct FILE: protocol/net/packet/play/clientInfo.go constant PacketIdClientInformation (line 6) | PacketIdClientInformation = 0x0A type ClientInformation (line 8) | type ClientInformation struct method ID (line 12) | func (ClientInformation) ID() int32 { FILE: protocol/net/packet/play/closeContainer.go constant PacketIdCloseContainer (line 8) | PacketIdCloseContainer = 0x0F type CloseContainer (line 10) | type CloseContainer struct method ID (line 14) | func (CloseContainer) ID() int32 { method Encode (line 18) | func (c *CloseContainer) Encode(w encoding.Writer) error { method Decode (line 22) | func (c *CloseContainer) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/commands.go type Node (line 9) | type Node struct constant NodeRoot (line 29) | NodeRoot = iota constant NodeLiteral (line 32) | NodeLiteral = 1 << iota constant NodeArgument (line 33) | NodeArgument constant NodeExecutable (line 35) | NodeExecutable constant NodeRedirect (line 36) | NodeRedirect constant NodeHasSuggestionsType (line 37) | NodeHasSuggestionsType constant NodeType (line 40) | NodeType = 0x03 constant PacketIdCommands (line 43) | PacketIdCommands = 0x11 type Commands (line 45) | type Commands struct method ID (line 50) | func (Commands) ID() int32 { method Encode (line 54) | func (c *Commands) Encode(w encoding.Writer) error { method encodeNode (line 66) | func (c *Commands) encodeNode(w encoding.Writer, node Node) error { FILE: protocol/net/packet/play/confirmTeleport.go constant PacketIdConfirmTeleportation (line 8) | PacketIdConfirmTeleportation = 0x00 type ConfirmTeleportation (line 10) | type ConfirmTeleportation struct method ID (line 14) | func (ConfirmTeleportation) ID() int32 { method Encode (line 18) | func (c *ConfirmTeleportation) Encode(w encoding.Writer) error { method Decode (line 22) | func (c *ConfirmTeleportation) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/damageEvent.go constant PacketIdDamageEvent (line 8) | PacketIdDamageEvent = 0x1A type DamageEvent (line 10) | type DamageEvent struct method ID (line 20) | func (DamageEvent) ID() int32 { method Encode (line 24) | func (d *DamageEvent) Encode(w encoding.Writer) error { method Decode (line 54) | func (d *DamageEvent) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/deleteMessage.go constant PacketIdDeleteMessage (line 8) | PacketIdDeleteMessage = 0x1C type DeleteMessage (line 10) | type DeleteMessage struct method ID (line 15) | func (DeleteMessage) ID() int32 { method Encode (line 19) | func (b *DeleteMessage) Encode(w encoding.Writer) error { method Decode (line 29) | func (b *DeleteMessage) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/disconnect.go constant PacketIdDisconnect (line 9) | PacketIdDisconnect = 0x1D type Disconnect (line 11) | type Disconnect struct method ID (line 15) | func (Disconnect) ID() int32 { method Encode (line 19) | func (d *Disconnect) Encode(w encoding.Writer) error { method Decode (line 23) | func (d *Disconnect) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/disguisedChatMessage.go constant PacketIdDisguisedChatMessage (line 9) | PacketIdDisguisedChatMessage = 0x1E type DisguisedChatMessage (line 11) | type DisguisedChatMessage struct method ID (line 20) | func (DisguisedChatMessage) ID() int32 { method Encode (line 24) | func (p *DisguisedChatMessage) Encode(w encoding.Writer) error { method Decode (line 48) | func (p *DisguisedChatMessage) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/entityAnimation.go constant PacketIdEntityAnimation (line 8) | PacketIdEntityAnimation = 0x03 constant AnimationSwingMainArm (line 11) | AnimationSwingMainArm = iota constant _ (line 12) | _ constant AnimationLeaveBed (line 13) | AnimationLeaveBed constant AnimationSwingOffhand (line 14) | AnimationSwingOffhand constant AnimationCriticalEffect (line 15) | AnimationCriticalEffect constant AnimationMagicCriticalEffect (line 16) | AnimationMagicCriticalEffect type EntityAnimation (line 19) | type EntityAnimation struct method ID (line 24) | func (EntityAnimation) ID() int32 { method Encode (line 28) | func (e *EntityAnimation) Encode(w encoding.Writer) error { method Decode (line 35) | func (e *EntityAnimation) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/entityEvent.go constant PacketIdEntityEvent (line 8) | PacketIdEntityEvent = 0x1F type EntityEvent (line 10) | type EntityEvent struct method ID (line 15) | func (EntityEvent) ID() int32 { method Encode (line 19) | func (e *EntityEvent) Encode(w encoding.Writer) error { method Decode (line 26) | func (e *EntityEvent) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/entitySoundEffect.go constant PacketIdEntitySoundEffect (line 8) | PacketIdEntitySoundEffect = 0x67 type EntitySoundEffect (line 10) | type EntitySoundEffect struct method ID (line 22) | func (EntitySoundEffect) ID() int32 { method Encode (line 26) | func (s *EntitySoundEffect) Encode(w encoding.Writer) error { method Decode (line 58) | func (s *EntitySoundEffect) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/gameEvent.go constant GameEventNoRespawnBlockAvailable (line 8) | GameEventNoRespawnBlockAvailable = iota constant GameEventBeginRaining (line 9) | GameEventBeginRaining constant GameEventEndRaining (line 10) | GameEventEndRaining constant GameEventChangeGamemode (line 11) | GameEventChangeGamemode constant GameEventWinGame (line 12) | GameEventWinGame constant GameEventDemoEvent (line 13) | GameEventDemoEvent constant GameEventArrowHitPlayer (line 14) | GameEventArrowHitPlayer constant GameEventRainLevelChange (line 15) | GameEventRainLevelChange constant GameEventThunderLevelChange (line 16) | GameEventThunderLevelChange constant GameEventPlayPufferfishStingSound (line 17) | GameEventPlayPufferfishStingSound constant GameEventPlayElderGuardianMobAppearance (line 18) | GameEventPlayElderGuardianMobAppearance constant GameEventEnableRespawnScreen (line 19) | GameEventEnableRespawnScreen constant GameEventLimitedCrafting (line 20) | GameEventLimitedCrafting constant GameEventStartWaitingChunks (line 21) | GameEventStartWaitingChunks constant PacketIdGameEvent (line 25) | PacketIdGameEvent = 0x22 type GameEvent (line 27) | type GameEvent struct method ID (line 32) | func (GameEvent) ID() int32 { method Encode (line 36) | func (g *GameEvent) Encode(w encoding.Writer) error { method Decode (line 43) | func (g *GameEvent) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/hurtAnimation.go constant PacketIdHurtAnimation (line 8) | PacketIdHurtAnimation = 0x24 type HurtAnimation (line 10) | type HurtAnimation struct method ID (line 15) | func (HurtAnimation) ID() int32 { method Encode (line 19) | func (d *HurtAnimation) Encode(w encoding.Writer) error { method Decode (line 26) | func (d *HurtAnimation) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/interact.go constant PacketIdInteract (line 8) | PacketIdInteract = 0x16 constant InteractTypeInteract (line 11) | InteractTypeInteract = iota constant InteractTypeAttack (line 12) | InteractTypeAttack constant InteractTypeInteractAt (line 13) | InteractTypeInteractAt type Interact (line 16) | type Interact struct method ID (line 24) | func (Interact) ID() int32 { method Encode (line 28) | func (i *Interact) Encode(w encoding.Writer) error { method Decode (line 55) | func (i *Interact) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/keepAlive.go constant PacketIdServerboundKeepAlive (line 8) | PacketIdServerboundKeepAlive = 0x18 type ServerboundKeepAlive (line 10) | type ServerboundKeepAlive struct method ID (line 14) | func (ServerboundKeepAlive) ID() int32 { method Encode (line 18) | func (k *ServerboundKeepAlive) Encode(w encoding.Writer) error { method Decode (line 22) | func (k *ServerboundKeepAlive) Decode(r encoding.Reader) error { constant PacketIdClientboundKeepAlive (line 27) | PacketIdClientboundKeepAlive = 0x26 type ClientboundKeepAlive (line 29) | type ClientboundKeepAlive struct method ID (line 33) | func (ClientboundKeepAlive) ID() int32 { method Encode (line 37) | func (k *ClientboundKeepAlive) Encode(w encoding.Writer) error { method Decode (line 41) | func (k *ClientboundKeepAlive) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/login.go constant PacketIdLogin (line 10) | PacketIdLogin = 0x2B type Login (line 12) | type Login struct method ID (line 43) | func (Login) ID() int32 { method Encode (line 47) | func (l *Login) Encode(w encoding.Writer) error { method Decode (line 119) | func (l *Login) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/openScreen.go constant PacketIdOpenScreen (line 9) | PacketIdOpenScreen = 0x33 type OpenScreen (line 11) | type OpenScreen struct method ID (line 17) | func (OpenScreen) ID() int32 { method Encode (line 21) | func (o *OpenScreen) Encode(w encoding.Writer) error { method Decode (line 31) | func (o *OpenScreen) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/playerAbilitiesCB.go constant PacketIdPlayerAbilitiesClientbound (line 8) | PacketIdPlayerAbilitiesClientbound = 0x38 constant PlayerAbsInvulenrable (line 11) | PlayerAbsInvulenrable = 1 << iota constant PlayerAbsFlying (line 12) | PlayerAbsFlying constant PlayerAbsCreativeMode (line 13) | PlayerAbsCreativeMode type PlayerAbilitiesClientbound (line 16) | type PlayerAbilitiesClientbound struct method ID (line 22) | func (PlayerAbilitiesClientbound) ID() int32 { method Encode (line 26) | func (a *PlayerAbilitiesClientbound) Encode(w encoding.Writer) error { method Decode (line 36) | func (a *PlayerAbilitiesClientbound) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/playerAbilitiesSB.go constant PacketIdPlayerAbilitiesServerbound (line 8) | PacketIdPlayerAbilitiesServerbound = 0x23 type PlayerAbilitiesServerbound (line 10) | type PlayerAbilitiesServerbound struct method ID (line 14) | func (PlayerAbilitiesServerbound) ID() int32 { method Encode (line 18) | func (a *PlayerAbilitiesServerbound) Encode(w encoding.Writer) error { method Decode (line 22) | func (a *PlayerAbilitiesServerbound) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/playerChatMessage.go constant FilterTypePassThrough (line 10) | FilterTypePassThrough = iota constant FilterTypeFullyFiltered (line 11) | FilterTypeFullyFiltered constant FilterTypePartiallyFiltered (line 12) | FilterTypePartiallyFiltered type PreviousMessage (line 15) | type PreviousMessage struct constant PacketIdPlayerChatMessage (line 21) | PacketIdPlayerChatMessage = 0x39 type PlayerChatMessage (line 23) | type PlayerChatMessage struct method ID (line 44) | func (PlayerChatMessage) ID() int32 { method Encode (line 48) | func (p *PlayerChatMessage) Encode(w encoding.Writer) error { method Decode (line 124) | func (p *PlayerChatMessage) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/playerCommand.go constant PacketIdPlayerCommand (line 8) | PacketIdPlayerCommand = 0x25 constant ActionIdStartSneaking (line 11) | ActionIdStartSneaking = iota constant ActionIdStopSneaking (line 12) | ActionIdStopSneaking constant ActionIdLeaveBed (line 13) | ActionIdLeaveBed constant ActionIdStartSprinting (line 14) | ActionIdStartSprinting constant ActionIdStopSprinting (line 15) | ActionIdStopSprinting constant ActionIdStartJumpWithHorse (line 16) | ActionIdStartJumpWithHorse constant ActionIdStopJumpWithHorse (line 17) | ActionIdStopJumpWithHorse constant ActionIdOpenVehicleInventory (line 18) | ActionIdOpenVehicleInventory constant ActionIdStartFlyingWithElytra (line 19) | ActionIdStartFlyingWithElytra type PlayerCommand (line 22) | type PlayerCommand struct method ID (line 28) | func (PlayerCommand) ID() int32 { method Encode (line 32) | func (p *PlayerCommand) Encode(w encoding.Writer) error { method Decode (line 42) | func (p *PlayerCommand) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/playerInfoRemove.go constant PacketIdPlayerInfoRemove (line 10) | PacketIdPlayerInfoRemove = 0x3D type PlayerInfoRemove (line 12) | type PlayerInfoRemove struct method ID (line 16) | func (PlayerInfoRemove) ID() int32 { method Encode (line 20) | func (p *PlayerInfoRemove) Encode(w encoding.Writer) error { method Decode (line 32) | func (p *PlayerInfoRemove) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/playerInfoUpdate.go constant ActionAddPlayer (line 11) | ActionAddPlayer = 1 << iota constant ActionInitializeChat (line 12) | ActionInitializeChat constant ActionUpdateGameMode (line 13) | ActionUpdateGameMode constant ActionUpdateListed (line 14) | ActionUpdateListed constant ActionUpdateLatency (line 15) | ActionUpdateLatency constant ActionUpdateDisplayName (line 16) | ActionUpdateDisplayName type PlayerAction (line 19) | type PlayerAction struct constant PacketIdPlayerInfoUpdate (line 38) | PacketIdPlayerInfoUpdate = 0x3E type PlayerInfoUpdate (line 40) | type PlayerInfoUpdate struct method ID (line 45) | func (PlayerInfoUpdate) ID() int32 { method Encode (line 49) | func (p *PlayerInfoUpdate) Encode(w encoding.Writer) error { method Decode (line 128) | func (p *PlayerInfoUpdate) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/playerSession.go constant PacketIdPlayerSession (line 9) | PacketIdPlayerSession = 0x07 type PlayerSession (line 11) | type PlayerSession struct method ID (line 18) | func (PlayerSession) ID() int32 { method Encode (line 22) | func (p *PlayerSession) Encode(w encoding.Writer) error { method Decode (line 35) | func (p *PlayerSession) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/plugin.go constant PacketIdClientboundPluginMessage (line 9) | PacketIdClientboundPluginMessage = 0x19 type ClientboundPluginMessage (line 11) | type ClientboundPluginMessage method ID (line 13) | func (ClientboundPluginMessage) ID() int32 { method Encode (line 17) | func (c *ClientboundPluginMessage) Encode(w encoding.Writer) error { method Decode (line 24) | func (c *ClientboundPluginMessage) Decode(r encoding.Reader) error { constant PacketIdServerboundPluginMessage (line 32) | PacketIdServerboundPluginMessage = 0x12 type ServerboundPluginMessage (line 34) | type ServerboundPluginMessage struct method ID (line 38) | func (ServerboundPluginMessage) ID() int32 { FILE: protocol/net/packet/play/removeEntities.go constant PacketIdRemoveEntities (line 8) | PacketIdRemoveEntities = 0x42 type RemoveEntities (line 10) | type RemoveEntities struct method ID (line 14) | func (RemoveEntities) ID() int32 { method Encode (line 18) | func (r *RemoveEntities) Encode(w encoding.Writer) error { method Decode (line 32) | func (e *RemoveEntities) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/serverData.go constant PacketIdServerData (line 9) | PacketIdServerData = 0x4B type ServerData (line 11) | type ServerData struct method ID (line 16) | func (ServerData) ID() int32 { method Encode (line 20) | func (d *ServerData) Encode(w encoding.Writer) error { method Decode (line 33) | func (d *ServerData) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/serverLinks.go constant PacketIdServerLinks (line 9) | PacketIdServerLinks = 0x7B constant LabelBugRepot (line 12) | LabelBugRepot = iota constant LabelCommunityGuidelines (line 13) | LabelCommunityGuidelines constant LabelSupport (line 14) | LabelSupport constant LabelStatus (line 15) | LabelStatus constant LabelFeedback (line 16) | LabelFeedback constant LabelCommunity (line 17) | LabelCommunity constant LabelWebsite (line 18) | LabelWebsite constant LabelForums (line 19) | LabelForums constant LabelNews (line 20) | LabelNews constant LabelAnnouncements (line 21) | LabelAnnouncements type Link (line 24) | type Link struct type ServerLinks (line 33) | type ServerLinks struct method ID (line 37) | func (ServerLinks) ID() int32 { method Encode (line 41) | func (s *ServerLinks) Encode(w encoding.Writer) error { method Decode (line 65) | func (s *ServerLinks) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setCenterChunk.go constant PacketIdSetCenterChunk (line 8) | PacketIdSetCenterChunk = 0x54 type SetCenterChunk (line 10) | type SetCenterChunk struct method ID (line 14) | func (SetCenterChunk) ID() int32 { method Encode (line 18) | func (s *SetCenterChunk) Encode(w encoding.Writer) error { method Decode (line 25) | func (s *SetCenterChunk) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setContainerContent.go constant PacketIdSetContainerContent (line 9) | PacketIdSetContainerContent = 0x13 type SetContainerContent (line 11) | type SetContainerContent struct method ID (line 18) | func (SetContainerContent) ID() int32 { method Encode (line 22) | func (s *SetContainerContent) Encode(w encoding.Writer) error { method Decode (line 41) | func (s *SetContainerContent) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setCreativeModeSlot.go constant PacketIdSetCreativeModeSlot (line 9) | PacketIdSetCreativeModeSlot = 0x32 type SetCreativeModeSlot (line 11) | type SetCreativeModeSlot struct method ID (line 16) | func (SetCreativeModeSlot) ID() int32 { method Encode (line 20) | func (s *SetCreativeModeSlot) Encode(w encoding.Writer) error { method Decode (line 27) | func (s *SetCreativeModeSlot) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setDefaultSpawnPosition.go constant PacketIdSetDefaultSpawnPosition (line 8) | PacketIdSetDefaultSpawnPosition = 0x56 type SetDefaultSpawnPosition (line 10) | type SetDefaultSpawnPosition struct method ID (line 15) | func (SetDefaultSpawnPosition) ID() int32 { method Encode (line 19) | func (s *SetDefaultSpawnPosition) Encode(w encoding.Writer) error { method Decode (line 26) | func (s *SetDefaultSpawnPosition) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setEntityMetadata.go constant PacketIdSetEntityMetadata (line 10) | PacketIdSetEntityMetadata = 0x58 type SetEntityMetadata (line 12) | type SetEntityMetadata struct method ID (line 17) | func (SetEntityMetadata) ID() int32 { method Encode (line 21) | func (s *SetEntityMetadata) Encode(w encoding.Writer) error { method Decode (line 276) | func (*SetEntityMetadata) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setEntityVelocity.go constant PacketIdSetEntityVelocity (line 8) | PacketIdSetEntityVelocity = 0x5A type SetEntityVelocity (line 10) | type SetEntityVelocity struct method ID (line 15) | func (SetEntityVelocity) ID() int32 { method Encode (line 19) | func (d *SetEntityVelocity) Encode(w encoding.Writer) error { method Decode (line 32) | func (d *SetEntityVelocity) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setHeadRotation.go constant PacketIdSetHeadRotation (line 8) | PacketIdSetHeadRotation = 0x48 type SetHeadRotation (line 10) | type SetHeadRotation struct method ID (line 15) | func (SetHeadRotation) ID() int32 { method Encode (line 19) | func (s *SetHeadRotation) Encode(w encoding.Writer) error { method Decode (line 26) | func (s *SetHeadRotation) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setHeldItemCB.go constant PacketIdSetHeldItemClientbound (line 8) | PacketIdSetHeldItemClientbound = 0x53 type SetHeldItemClientbound (line 10) | type SetHeldItemClientbound struct method ID (line 14) | func (SetHeldItemClientbound) ID() int32 { method Encode (line 18) | func (s *SetHeldItemClientbound) Encode(w encoding.Writer) error { method Decode (line 22) | func (s *SetHeldItemClientbound) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setHeldItemSB.go constant PacketIdSetHeldItemServerbound (line 8) | PacketIdSetHeldItemServerbound = 0x2F type SetHeldItemServerbound (line 10) | type SetHeldItemServerbound struct method ID (line 14) | func (SetHeldItemServerbound) ID() int32 { method Encode (line 18) | func (s *SetHeldItemServerbound) Encode(w encoding.Writer) error { method Decode (line 22) | func (s *SetHeldItemServerbound) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setPlayerOnGround.go constant PacketIdSetPlayerOnGround (line 8) | PacketIdSetPlayerOnGround = 0x1D type SetPlayerOnGround (line 10) | type SetPlayerOnGround struct method ID (line 14) | func (SetPlayerOnGround) ID() int32 { method Encode (line 18) | func (s *SetPlayerOnGround) Encode(w encoding.Writer) error { method Decode (line 22) | func (s *SetPlayerOnGround) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setPlayerPosition.go constant PacketIdSetPlayerPosition (line 8) | PacketIdSetPlayerPosition = 0x1A type SetPlayerPosition (line 10) | type SetPlayerPosition struct method ID (line 15) | func (SetPlayerPosition) ID() int32 { method Encode (line 19) | func (s *SetPlayerPosition) Encode(w encoding.Writer) error { method Decode (line 32) | func (s *SetPlayerPosition) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setPlayerPositionAndRotation.go constant PacketIdSetPlayerPositionAndRotation (line 8) | PacketIdSetPlayerPositionAndRotation = 0x1B type SetPlayerPositionAndRotation (line 10) | type SetPlayerPositionAndRotation struct method ID (line 16) | func (SetPlayerPositionAndRotation) ID() int32 { method Encode (line 20) | func (s *SetPlayerPositionAndRotation) Encode(w encoding.Writer) error { method Decode (line 39) | func (s *SetPlayerPositionAndRotation) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setPlayerRotation.go constant PacketIdSetPlayerRotation (line 8) | PacketIdSetPlayerRotation = 0x1C type SetPlayerRotation (line 10) | type SetPlayerRotation struct method ID (line 15) | func (SetPlayerRotation) ID() int32 { method Encode (line 19) | func (s *SetPlayerRotation) Encode(w encoding.Writer) error { method Decode (line 29) | func (s *SetPlayerRotation) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/setTickingState.go constant PacketIdSetTickingState (line 8) | PacketIdSetTickingState = 0x71 type SetTickingState (line 10) | type SetTickingState struct method ID (line 15) | func (SetTickingState) ID() int32 { method Encode (line 19) | func (s *SetTickingState) Encode(w encoding.Writer) error { FILE: protocol/net/packet/play/signedChatCommand.go constant PacketIdSignedChatCommand (line 8) | PacketIdSignedChatCommand = 0x05 type SignedChatCommand (line 10) | type SignedChatCommand struct method ID (line 23) | func (SignedChatCommand) ID() int32 { method Encode (line 27) | func (c *SignedChatCommand) Encode(w encoding.Writer) error { method Decode (line 54) | func (c *SignedChatCommand) Decode(r encoding.Reader) error { type SignedArgument (line 18) | type SignedArgument struct FILE: protocol/net/packet/play/soundEffect.go constant PacketIdSoundEffect (line 8) | PacketIdSoundEffect = 0x68 constant SoundCategoryMaster (line 11) | SoundCategoryMaster = iota constant SoundCategoryMusic (line 12) | SoundCategoryMusic constant SoundCategoryRecord (line 13) | SoundCategoryRecord constant SoundCategoryWeather (line 14) | SoundCategoryWeather constant SoundCategoryBlock (line 15) | SoundCategoryBlock constant SoundCategoryHostile (line 16) | SoundCategoryHostile constant SoundCategoryNeutral (line 17) | SoundCategoryNeutral constant SoundCategoryPlayer (line 18) | SoundCategoryPlayer constant SoundCategoryAmbient (line 19) | SoundCategoryAmbient constant SoundCategoryVoice (line 20) | SoundCategoryVoice type SoundEffect (line 23) | type SoundEffect struct method ID (line 35) | func (SoundEffect) ID() int32 { method Encode (line 39) | func (s *SoundEffect) Encode(w encoding.Writer) error { method Decode (line 77) | func (s *SoundEffect) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/spawnEntity.go constant ObjectDataItemFrameDown (line 9) | ObjectDataItemFrameDown = iota constant ObjectDataItemFrameUp (line 10) | ObjectDataItemFrameUp constant ObjectDataNorth (line 11) | ObjectDataNorth constant ObjectDataSouth (line 12) | ObjectDataSouth constant ObjectDataWest (line 13) | ObjectDataWest constant ObjectDataEast (line 14) | ObjectDataEast constant PacketIdSpawnEntity (line 18) | PacketIdSpawnEntity = 0x01 type SpawnEntity (line 20) | type SpawnEntity struct method ID (line 30) | func (SpawnEntity) ID() int32 { method Encode (line 34) | func (s *SpawnEntity) Encode(w encoding.Writer) error { method Decode (line 74) | func (s *SpawnEntity) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/stepTick.go constant PacketIdStepTick (line 8) | PacketIdStepTick = 0x72 type StepTick (line 10) | type StepTick struct method ID (line 14) | func (StepTick) ID() int32 { method Encode (line 18) | func (s *StepTick) Encode(w encoding.Writer) error { FILE: protocol/net/packet/play/swingArm.go constant PacketIdSwingArm (line 8) | PacketIdSwingArm = 0x36 constant MainHand (line 11) | MainHand = iota constant Offhand (line 12) | Offhand type SwingArm (line 15) | type SwingArm struct method ID (line 19) | func (SwingArm) ID() int32 { method Encode (line 23) | func (e *SwingArm) Encode(w encoding.Writer) error { method Decode (line 27) | func (e *SwingArm) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/synchronizePlayerPosition.go constant PacketIdSynchronizePlayerPosition (line 8) | PacketIdSynchronizePlayerPosition = 0x40 constant SyncPosRelX (line 11) | SyncPosRelX = 1 << iota constant SyncPosRelY (line 12) | SyncPosRelY constant SyncPosRelZ (line 13) | SyncPosRelZ constant SyncPosRelPitch (line 14) | SyncPosRelPitch constant SyncPosRelYaw (line 15) | SyncPosRelYaw type SynchronizePlayerPosition (line 18) | type SynchronizePlayerPosition struct method ID (line 25) | func (SynchronizePlayerPosition) ID() int32 { method Encode (line 29) | func (s *SynchronizePlayerPosition) Encode(w encoding.Writer) error { method Decode (line 51) | func (s *SynchronizePlayerPosition) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/systemChatMessage.go constant PacketIdSystemChatMessage (line 9) | PacketIdSystemChatMessage = 0x6C type SystemChatMessage (line 11) | type SystemChatMessage struct method ID (line 16) | func (SystemChatMessage) ID() int32 { method Encode (line 20) | func (s *SystemChatMessage) Encode(w encoding.Writer) error { method Decode (line 27) | func (s *SystemChatMessage) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/updateEntityPosition.go constant PacketIdUpdateEntityPosition (line 8) | PacketIdUpdateEntityPosition = 0x2E type UpdateEntityPosition (line 10) | type UpdateEntityPosition struct method ID (line 16) | func (UpdateEntityPosition) ID() int32 { method Encode (line 20) | func (s *UpdateEntityPosition) Encode(w encoding.Writer) error { method Decode (line 36) | func (s *UpdateEntityPosition) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/updateEntityPositionAndRotation.go constant PacketIdUpdateEntityPositionAndRotation (line 8) | PacketIdUpdateEntityPositionAndRotation = 0x2F type UpdateEntityPositionAndRotation (line 10) | type UpdateEntityPositionAndRotation struct method ID (line 17) | func (UpdateEntityPositionAndRotation) ID() int32 { method Encode (line 21) | func (s *UpdateEntityPositionAndRotation) Encode(w encoding.Writer) er... method Decode (line 43) | func (s *UpdateEntityPositionAndRotation) Decode(r encoding.Reader) er... FILE: protocol/net/packet/play/updateEntityRotation.go constant PacketIdUpdateEntityRotation (line 8) | PacketIdUpdateEntityRotation = 0x30 type UpdateEntityRotation (line 10) | type UpdateEntityRotation struct method ID (line 16) | func (UpdateEntityRotation) ID() int32 { method Encode (line 20) | func (s *UpdateEntityRotation) Encode(w encoding.Writer) error { method Decode (line 33) | func (s *UpdateEntityRotation) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/updateRecipeBook.go constant UpdateRecipeBookActionInit (line 8) | UpdateRecipeBookActionInit = iota constant UpdateRecipeBookActionAdd (line 9) | UpdateRecipeBookActionAdd constant UpdateRecipeBookActionRemove (line 10) | UpdateRecipeBookActionRemove constant PacketIdUpdateRecipeBook (line 14) | PacketIdUpdateRecipeBook = 0x41 type UpdateRecipeBook (line 16) | type UpdateRecipeBook struct method ID (line 35) | func (UpdateRecipeBook) ID() int32 { method Encode (line 39) | func (u *UpdateRecipeBook) Encode(w encoding.Writer) error { method Decode (line 93) | func (*UpdateRecipeBook) Decode(encoding.Reader) error { FILE: protocol/net/packet/play/updateSectionBlocks.go constant PacketIdUpdateSectionBlocks (line 8) | PacketIdUpdateSectionBlocks = 0x49 type UpdateSectionBlocks (line 10) | type UpdateSectionBlocks struct method ID (line 17) | func (UpdateSectionBlocks) ID() int32 { method Encode (line 21) | func (b *UpdateSectionBlocks) Encode(w encoding.Writer) error { method Decode (line 37) | func (b *UpdateSectionBlocks) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/updateTags.go constant PacketIdUpdateTags (line 8) | PacketIdUpdateTags = 0x78 type UpdateTags (line 10) | type UpdateTags struct method ID (line 14) | func (UpdateTags) ID() int32 { method Encode (line 18) | func (u *UpdateTags) Encode(w encoding.Writer) error { method Decode (line 47) | func (u *UpdateTags) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/updateTime.go constant PacketIdUpdateTime (line 8) | PacketIdUpdateTime = 0x64 type UpdateTime (line 10) | type UpdateTime struct method ID (line 15) | func (UpdateTime) ID() int32 { method Encode (line 19) | func (u *UpdateTime) Encode(w encoding.Writer) error { method Decode (line 26) | func (u *UpdateTime) Decode(r encoding.Reader) error { FILE: protocol/net/packet/play/useItemOn.go constant PacketIdUseItemOn (line 8) | PacketIdUseItemOn = 0x38 type UseItemOn (line 10) | type UseItemOn struct method ID (line 28) | func (UseItemOn) ID() int32 { method Encode (line 32) | func (u *UseItemOn) Encode(w encoding.Writer) error { method Decode (line 57) | func (u *UseItemOn) Decode(r encoding.Reader) error { constant FaceBottom (line 20) | FaceBottom = iota constant FaceTop (line 21) | FaceTop constant FaceNorth (line 22) | FaceNorth constant FaceSouth (line 23) | FaceSouth constant FaceWest (line 24) | FaceWest constant FaceEast (line 25) | FaceEast FILE: protocol/net/packet/status/ping.go type Ping (line 7) | type Ping struct method ID (line 11) | func (Ping) ID() int32 { method Encode (line 15) | func (p Ping) Encode(w encoding.Writer) error { method Decode (line 19) | func (p *Ping) Decode(r encoding.Reader) error { FILE: protocol/net/packet/status/status.go type StatusVersion (line 11) | type StatusVersion struct type StatusSample (line 15) | type StatusSample struct type StatusPlayers (line 19) | type StatusPlayers struct type Favicon (line 25) | type Favicon method MarshalJSON (line 27) | func (f Favicon) MarshalJSON() ([]byte, error) { constant dimgpnb64txt (line 39) | dimgpnb64txt = `"data:image/png;base64,` type StatusResponseData (line 41) | type StatusResponseData struct type StatusResponse (line 49) | type StatusResponse struct method ID (line 53) | func (StatusResponse) ID() int32 { method Encode (line 57) | func (s StatusResponse) Encode(w encoding.Writer) error { method Decode (line 65) | func (s *StatusResponse) Decode(r encoding.Reader) error { type StatusRequest (line 73) | type StatusRequest struct method ID (line 76) | func (StatusRequest) ID() int32 { method Encode (line 80) | func (StatusRequest) Encode(encoding.Writer) error { method Decode (line 84) | func (StatusRequest) Decode(r encoding.Reader) error { FILE: protocol/net/registry/registry.go type ChatType (line 9) | type ChatType struct type Dimension1 (line 25) | type Dimension1 struct type Dimension (line 46) | type Dimension struct FILE: protocol/net/slot/comp_dec.go function decode (line 8) | func decode(r encoding.Reader, comp *Component) error { FILE: protocol/net/slot/slot.go type Slot (line 9) | type Slot struct method Is (line 16) | func (s Slot) Is(s1 Slot) bool { method Encode (line 27) | func (s *Slot) Encode(w encoding.Writer) error { method Decode (line 51) | func (s *Slot) Decode(r encoding.Reader) error { type Component (line 22) | type Component struct constant CustomData (line 92) | CustomData = iota constant MaxStackSize (line 93) | MaxStackSize constant MaxDamage (line 94) | MaxDamage constant Damage (line 95) | Damage constant Unbreakable (line 96) | Unbreakable constant CustomName (line 97) | CustomName constant ItemName (line 98) | ItemName constant Lore (line 99) | Lore constant Rarity (line 100) | Rarity constant Enchantments (line 101) | Enchantments constant CanPlaceOn (line 102) | CanPlaceOn constant CanBreak (line 103) | CanBreak constant AttributeModifiers (line 104) | AttributeModifiers constant CustomModelData (line 105) | CustomModelData constant HideAdditionalTooltip (line 106) | HideAdditionalTooltip constant HideTooltip (line 107) | HideTooltip constant RepairCost (line 108) | RepairCost constant CreativeSlotLock (line 109) | CreativeSlotLock constant EnchantmentGlintOverride (line 110) | EnchantmentGlintOverride constant IntangibleProjectile (line 111) | IntangibleProjectile constant Food (line 112) | Food constant FireResistant (line 113) | FireResistant constant Tool (line 114) | Tool constant StoredEnchantments (line 115) | StoredEnchantments constant DyedColor (line 116) | DyedColor constant MapColor (line 117) | MapColor constant MapId (line 118) | MapId constant MapDecorations (line 119) | MapDecorations constant MapPostProcessing (line 120) | MapPostProcessing constant CharjedProjectiles (line 121) | CharjedProjectiles constant BundleContents (line 122) | BundleContents constant PotionContents (line 123) | PotionContents constant SuspicousStewEffects (line 124) | SuspicousStewEffects constant WritableBookContent (line 125) | WritableBookContent constant WrittenBookContent (line 126) | WrittenBookContent constant Trim (line 127) | Trim constant DebugStickState (line 128) | DebugStickState constant EntityData (line 129) | EntityData constant BucketEntityData (line 130) | BucketEntityData constant BlockEntityData (line 131) | BlockEntityData constant Instrument (line 132) | Instrument constant OminousBottleAmplifier (line 133) | OminousBottleAmplifier constant JukeboxPlayable (line 134) | JukeboxPlayable constant Recipes (line 135) | Recipes constant LodestoneTracker (line 136) | LodestoneTracker constant FireworkExplosion (line 137) | FireworkExplosion constant Fireworks (line 138) | Fireworks constant Profile (line 139) | Profile constant NoteBlockSound (line 140) | NoteBlockSound constant BannerPatterns (line 141) | BannerPatterns constant BaseColor (line 142) | BaseColor constant PotDecorations (line 143) | PotDecorations constant Container (line 144) | Container constant BlockState (line 145) | BlockState constant Bees (line 146) | Bees constant Lock (line 147) | Lock constant ContainerLoot (line 148) | ContainerLoot constant Common (line 154) | Common = iota constant Uncommon (line 156) | Uncommon constant Rare (line 158) | Rare constant Epic (line 160) | Epic FILE: protocol/text/builder.go function New (line 3) | func New() TextComponent { method WithColor (line 7) | func (t TextComponent) WithColor(c string) TextComponent { method WithText (line 12) | func (t TextComponent) WithText(c string) TextComponent { method WithItalic (line 17) | func (t TextComponent) WithItalic() TextComponent { method WithUnderline (line 22) | func (t TextComponent) WithUnderline() TextComponent { method WithStrikethrough (line 27) | func (t TextComponent) WithStrikethrough() TextComponent { method WithObfuscation (line 32) | func (t TextComponent) WithObfuscation() TextComponent { function Color (line 37) | func Color(c string) TextComponent { function Text (line 41) | func Text(c string) TextComponent { function Italic (line 45) | func Italic() TextComponent { function Underline (line 49) | func Underline() TextComponent { function Strikethrough (line 53) | func Strikethrough() TextComponent { function Obfuscation (line 57) | func Obfuscation() TextComponent { FILE: protocol/text/color.go constant Black (line 10) | Black = "black" constant DarkBlue (line 11) | DarkBlue = "dark_blue" constant DarkGreen (line 12) | DarkGreen = "dark_green" constant DarkCyan (line 13) | DarkCyan = "dark_aqua" constant DarkRed (line 14) | DarkRed = "dark_red" constant Purple (line 15) | Purple = "dark_purple" constant Gold (line 16) | Gold = "gold" constant Gray (line 17) | Gray = "gray" constant DarkGray (line 18) | DarkGray = "dark_gray" constant Blue (line 19) | Blue = "blue" constant BrightGreen (line 20) | BrightGreen = "green" constant Cyan (line 21) | Cyan = "aqua" constant Red (line 22) | Red = "red" constant Pink (line 23) | Pink = "light_purple" constant Yellow (line 24) | Yellow = "yellow" constant White (line 25) | White = "white" function RGB (line 28) | func RGB(r, g, b uint8) string { function CustomColor (line 32) | func CustomColor(c color.Color) string { FILE: protocol/text/text.go constant TypeText (line 7) | TypeText = "text" constant TypeTranslatable (line 8) | TypeTranslatable = "translatable" constant TypeKeybind (line 9) | TypeKeybind = "keybind" constant TypeScore (line 10) | TypeScore = "score" constant TypeSelector (line 11) | TypeSelector = "selector" constant TypeNBT (line 12) | TypeNBT = "nbt" constant FontDefault (line 16) | FontDefault = "minecraft:default" constant FontUniform (line 17) | FontUniform = "minecraft:uniform" constant FontAlt (line 18) | FontAlt = "minecraft:alt" constant FontIllageralt (line 19) | FontIllageralt = "minecraft:illageralt" constant ClickEventOpenURL (line 23) | ClickEventOpenURL = "open_url" constant ClickEventRunCommand (line 24) | ClickEventRunCommand = "run_command" constant ClickEventSuggestCommand (line 25) | ClickEventSuggestCommand = "suggest_command" constant ClickEventChangePage (line 26) | ClickEventChangePage = "change_page" constant ClickEventCopyToClipboard (line 27) | ClickEventCopyToClipboard = "copy_to_clipboard" constant HoverEventShowText (line 31) | HoverEventShowText = "show_text" constant HoverEventShowItem (line 32) | HoverEventShowItem = "show_item" constant HoverEventShowEntity (line 33) | HoverEventShowEntity = "show_entity" type ClickEvent (line 36) | type ClickEvent struct type HoverEventContents (line 41) | type HoverEventContents struct type HoverEvent (line 49) | type HoverEvent struct type TextComponent (line 54) | type TextComponent struct function Sprint (line 72) | func Sprint(a ...any) TextComponent { function Sprintf (line 76) | func Sprintf(format string, a ...any) TextComponent { function Unmarshalf (line 81) | func Unmarshalf(codeChar rune, format string, v ...any) TextComponent { function Unmarshal (line 86) | func Unmarshal(text string, codeChar rune) TextComponent { function Marshal (line 111) | func Marshal(component TextComponent, codeChar rune) string { function charColor (line 123) | func charColor(char rune) string { function colorChar (line 160) | func colorChar(color string, char string) string { function applyStyle (line 197) | func applyStyle(char rune, component *TextComponent) { function componentStyles (line 215) | func componentStyles(component TextComponent, text *string, codeChar run... FILE: server/command/builder.go constant Bool (line 8) | Bool = iota constant Float (line 9) | Float constant Double (line 10) | Double constant Integer (line 11) | Integer constant Long (line 12) | Long constant String (line 13) | String constant Entity (line 15) | Entity constant GameProfile (line 16) | GameProfile constant BlockPos (line 17) | BlockPos constant ColumnPos (line 18) | ColumnPos constant Vec3 (line 19) | Vec3 constant Vec2 (line 20) | Vec2 constant BlockState (line 21) | BlockState constant BlockPredicate (line 22) | BlockPredicate constant ItemStack (line 23) | ItemStack constant ItemPredicate (line 24) | ItemPredicate constant Color (line 25) | Color constant Component (line 26) | Component constant Style (line 27) | Style constant Message (line 28) | Message constant NBT (line 29) | NBT constant NBTTag (line 30) | NBTTag constant NBTPath (line 31) | NBTPath constant Objective (line 32) | Objective constant ObjectiveCriteria (line 33) | ObjectiveCriteria constant Operation (line 34) | Operation constant Particle (line 35) | Particle constant Angle (line 36) | Angle constant Rotation (line 37) | Rotation constant ScoreboardSlot (line 38) | ScoreboardSlot constant ScoreHolder (line 39) | ScoreHolder constant Swizzle (line 40) | Swizzle constant Team (line 41) | Team constant ItemSlot (line 42) | ItemSlot constant ResourceLocation (line 43) | ResourceLocation constant Function (line 44) | Function constant EntityAnchor (line 45) | EntityAnchor constant IntRange (line 46) | IntRange constant FloatRange (line 47) | FloatRange constant Dimension (line 48) | Dimension constant Gamemode (line 49) | Gamemode constant Time (line 50) | Time constant ResourceOrTag (line 51) | ResourceOrTag constant ResourceOrTagKey (line 52) | ResourceOrTagKey constant Resource (line 53) | Resource constant ResourceKey (line 54) | ResourceKey constant TemplateMirror (line 55) | TemplateMirror constant TemplateRotation (line 56) | TemplateRotation constant Heightmap (line 57) | Heightmap constant UUID (line 58) | UUID constant StringSingleWord (line 62) | StringSingleWord = iota constant StringQuotablePhrase (line 63) | StringQuotablePhrase constant StringGreedyPhrase (line 64) | StringGreedyPhrase type Node (line 67) | type Node struct method Add (line 72) | func (n *Node) Add(nodes ...Node) { function NewNode (line 76) | func NewNode(n play.Node, children ...Node) Node { function NewLiteral (line 80) | func NewLiteral(name string, nodes ...Node) Node { function NewBoolArgument (line 90) | func NewBoolArgument(name string, nodes ...Node) Node { function NewIntegerArgument (line 101) | func NewIntegerArgument(name string, min, max *int32, nodes ...Node) Node { function NewStringArgument (line 126) | func NewStringArgument(name string, typ int, nodes ...Node) Node { function NewTimeArgument (line 138) | func NewTimeArgument(name string, min int32, nodes ...Node) Node { FILE: server/command/command.go type Command (line 8) | type Command struct type Arguments (line 17) | type Arguments method At (line 19) | func (a Arguments) At(i int) string { method Fallback (line 26) | func (a Arguments) Fallback(i int, fb string) string { type CommandCallContext (line 33) | type CommandCallContext struct method Reply (line 41) | func (c CommandCallContext) Reply(msg text.TextComponent) error { FILE: server/command/graph.go method Encode (line 5) | func (mgr *Manager) Encode() *play.Commands { function appendNode (line 56) | func appendNode(parentIndex int32, n Node, tgt *[]play.Node) { FILE: server/command/manager.go type Manager (line 11) | type Manager struct method Register (line 27) | func (mgr *Manager) Register(cmds ...Command) { method Call (line 34) | func (mgr *Manager) Call(command string, caller Caller) { method findCommand (line 69) | func (mgr *Manager) findCommand(name string) *Command { type Caller (line 19) | type Caller interface function NewManager (line 23) | func NewManager(srv any, cmds ...Command) *Manager { FILE: server/container/container.go type Container (line 12) | type Container method EncodeResize (line 15) | func (c Container) EncodeResize(size int) []slot.Slot { method Encode (line 31) | func (c Container) Encode() []slot.Slot { method Set (line 48) | func (c *Container) Set(item item.Item) { method SetAt (line 59) | func (c *Container) SetAt(item item.Item, slot item.DataSlot) { method Slot (line 65) | func (c Container) Slot(slot item.DataSlot) (item.Item, bool) { method Merge (line 74) | func (c *Container) Merge(slot item.DataSlot, carriedItem *item.Item) { FILE: server/entity/entity.go function NewEntityId (line 18) | func NewEntityId() int32 { function New (line 22) | func New(uuid uuid.UUID, typ int32, metadata metadata.Metadata, attribut... function NewLiving (line 31) | func NewLiving(e *Entity) LivingEntity { type Entity (line 36) | type Entity struct method Attribute (line 54) | func (p *Entity) Attribute(id string) *Attribute { method Attributes (line 75) | func (p *Entity) Attributes() []Attribute { method SetAttribute (line 81) | func (p *Entity) SetAttribute(id string, base float64) { method Metadata (line 92) | func (p *Entity) Metadata() metadata.Metadata { method SetMetadata (line 98) | func (p *Entity) SetMetadata(md metadata.Metadata) { method MetadataIndex (line 104) | func (p *Entity) MetadataIndex(i byte) any { method SetMetadataIndex (line 110) | func (p *Entity) SetMetadataIndex(i byte, v any) { method SetMetadataIndexes (line 116) | func (p *Entity) SetMetadataIndexes(md metadata.Metadata) { method DimensionName (line 124) | func (p *Entity) DimensionName() string { method SetDimensionName (line 128) | func (p *Entity) SetDimensionName(v string) { method SetMotion (line 132) | func (p *Entity) SetMotion(x, y, z float64) { method SetPosition (line 138) | func (p *Entity) SetPosition(x, y, z float64) { method SetRotation (line 144) | func (p *Entity) SetRotation(yaw, pitch float32) { method SetOnGround (line 149) | func (p *Entity) SetOnGround(v bool) { method Position (line 153) | func (p *Entity) Position() (x, y, z float64) { method Motion (line 157) | func (p *Entity) Motion() (vx, vy, vz float64) { method Rotation (line 161) | func (p *Entity) Rotation() (yaw, pitch float32) { method OnGround (line 165) | func (p *Entity) OnGround() bool { method UUID (line 169) | func (p *Entity) UUID() uuid.UUID { method Type (line 173) | func (p *Entity) Type() int32 { type LivingEntity (line 177) | type LivingEntity struct method SetHealth (line 184) | func (l *LivingEntity) SetHealth(h float32) { method SetFood (line 188) | func (l *LivingEntity) SetFood(food int32, saturation, exhaustion floa... method Health (line 194) | func (l *LivingEntity) Health() float32 { method Food (line 198) | func (l *LivingEntity) Food() (food int32, saturation, exhaustion floa... type Attribute (line 202) | type Attribute struct FILE: server/entity/levelEntity.go type LevelEntity (line 5) | type LevelEntity struct FILE: server/player/chunks.go method Dimension (line 11) | func (p *Player) Dimension() *dimension.Dimension { method sendSpawnChunks (line 15) | func (p *Player) sendSpawnChunks() error { FILE: server/player/conn.go function RegisterHandler (line 15) | func RegisterHandler(state, id int32, handler func(*Player, packet.Decod... method awaitPacket (line 22) | func (p *Player) awaitPacket(id int32) (packet.Decodeable, error) { function interfaceAssert (line 35) | func interfaceAssert[T any](v any) T { method keepAlive (line 39) | func (p *Player) keepAlive() error { method isConnectionDead (line 46) | func (p *Player) isConnectionDead() bool { method listenPackets (line 51) | func (p *Player) listenPackets() { method killConnection (line 111) | func (p *Player) killConnection(serverError bool, reason string) { FILE: server/player/player.go type Player (line 22) | type Player struct method ViewDistance (line 84) | func (p *Player) ViewDistance() int32 { method writeOrKill (line 94) | func (p *Player) writeOrKill(pk packet.Encodeable) { method finishConfiguration (line 101) | func (p *Player) finishConfiguration() error { method startGame (line 141) | func (p *Player) startGame() error { method SynchronizePosition (line 193) | func (p *Player) SynchronizePosition(x, y, z float64, yaw, pitch float... method Login (line 206) | func (p *Player) Login() error { method SystemMessage (line 214) | func (p *Player) SystemMessage(msg text.TextComponent) error { method sendCommandGraph (line 219) | func (p *Player) sendCommandGraph() error { function int32toAtomic (line 52) | func int32toAtomic(i int32) atomic.Int32 { method New (line 57) | func (list *PlayerList) New(conn *net.Conn, en *state.PlayerEntity, dime... FILE: server/player/playerlist.go function NewPlayerList (line 10) | func NewPlayerList(cap uintptr) PlayerList { type PlayerList (line 16) | type PlayerList struct method NumPlayers (line 20) | func (list *PlayerList) NumPlayers() int { method Player (line 24) | func (list *PlayerList) Player(uuid uuid.UUID) *Player { method PlayerByUsername (line 35) | func (list *PlayerList) PlayerByUsername(name string) *Player { method playerAtIndex (line 46) | func (list *PlayerList) playerAtIndex(index uintptr) *Player { method AddPlayer (line 50) | func (list *PlayerList) AddPlayer(player *Player) { method addPlayerToSlice (line 74) | func (list *PlayerList) addPlayerToSlice(player *Player) { FILE: server/player/state/list/playerlist.go type WhitelistPlayer (line 5) | type WhitelistPlayer struct type OperatorPlayer (line 10) | type OperatorPlayer struct FILE: server/player/state/playerEntity.go type PlayerEntity (line 14) | type PlayerEntity struct method Abilities (line 63) | func (p *PlayerEntity) Abilities() level.PlayerAbilities { method SetAbilities (line 67) | func (p *PlayerEntity) SetAbilities(abs level.PlayerAbilities) { method GameMode (line 71) | func (p *PlayerEntity) GameMode() level.GameMode { method SetGameMode (line 75) | func (p *PlayerEntity) SetGameMode(mode level.GameMode) { method Inventory (line 87) | func (p *PlayerEntity) Inventory() *container.Container { method SelectedItemSlot (line 92) | func (p *PlayerEntity) SelectedItemSlot() int32 { method SetSelectedItemSlot (line 104) | func (p *PlayerEntity) SetSelectedItemSlot(slot int32) { method sync (line 114) | func (p *PlayerEntity) sync() { method New (line 30) | func (mgr *PlayerEntityManager) New(data level.Player) *PlayerEntity { FILE: server/player/state/playerEntityManager.go type PlayerEntityManager (line 11) | type PlayerEntityManager struct method lookup (line 16) | func (mgr *PlayerEntityManager) lookup(id uuid.UUID) (*PlayerEntity, b... method add (line 24) | func (mgr *PlayerEntityManager) add(p *PlayerEntity) { method SaveAll (line 31) | func (mgr *PlayerEntityManager) SaveAll() { function NewPlayerEntityManager (line 41) | func NewPlayerEntityManager() *PlayerEntityManager { FILE: server/plugin.go type Plugin (line 11) | type Plugin struct method FS (line 21) | func (p Plugin) FS() fs.FS { method Dir (line 26) | func (p Plugin) Dir() string { method Server (line 30) | func (p Plugin) Server() *Server { method loadPlugins (line 34) | func (srv *Server) loadPlugins() { method loadPlugin (line 45) | func (srv *Server) loadPlugin(name string) { FILE: server/registry/registry.go type Registry (line 7) | type Registry struct method Get (line 13) | func (r Registry) Get(n string) int32 { method Lookup (line 20) | func (r Registry) Lookup(n string) (int32, bool) { method NameOf (line 31) | func (r Registry) NameOf(id int32) (string, bool) { FILE: server/server.go function New (line 31) | func New(cfg properties.ServerProperties, world *world.World) (*Server, ... type Server (line 90) | type Server struct method setOnConnectionIntercept (line 112) | func (srv *Server) setOnConnectionIntercept(i func(conn *net.Conn, sto... method Listener (line 116) | func (srv *Server) Listener() *net.Listener { method provideStatus (line 120) | func (srv *Server) provideStatus(*net.Conn) status.StatusResponseData { method SetStatusProvider (line 143) | func (srv *Server) SetStatusProvider(sp net.StatusProvider) { method Properties (line 147) | func (srv *Server) Properties() properties.ServerProperties { method Start (line 151) | func (srv *Server) Start(ts time.Time) { method handleNewConnection (line 197) | func (srv *Server) handleNewConnection(conn *net.Conn) { method Stop (line 215) | func (srv *Server) Stop() { method formatTimestart (line 229) | func (srv *Server) formatTimestart() string { method createTicker (line 234) | func (srv *Server) createTicker() { FILE: server/tick/tick.go function New (line 12) | func New(tps int /*b *session.Broadcast*/) *TickManager { type TickManager (line 21) | type TickManager struct method AddNew (line 30) | func (mgr *TickManager) AddNew(f func()) { method SetFrequency (line 39) | func (mgr *TickManager) SetFrequency(tps int) error { method Freeze (line 62) | func (mgr *TickManager) Freeze() { method Unfreeze (line 72) | func (mgr *TickManager) Unfreeze() { method Add (line 84) | func (mgr *TickManager) Add(ticker *time.Ticker) { method New (line 90) | func (mgr *TickManager) New() *time.Ticker { method Count (line 99) | func (mgr *TickManager) Count() int { method Remove (line 105) | func (mgr *TickManager) Remove(ticker *time.Ticker) (ok bool) { method Frequency (line 114) | func (mgr *TickManager) Frequency() time.Duration { FILE: server/world/block/0block.go constant AxisX (line 24) | AxisX Axis = "x" constant AxisY (line 25) | AxisY Axis = "y" constant AxisZ (line 26) | AxisZ Axis = "z" constant DirectionNorth (line 32) | DirectionNorth Direction = "north" constant DirectionSouth (line 33) | DirectionSouth Direction = "south" constant DirectionWest (line 34) | DirectionWest Direction = "west" constant DirectionEast (line 35) | DirectionEast Direction = "east" function atoi (line 38) | func atoi(str string) int { type Usable (line 45) | type Usable interface type BlockEntityHaver (line 51) | type BlockEntityHaver interface type BlockCustomPlaceSoundHaver (line 57) | type BlockCustomPlaceSoundHaver interface type BreakInfo (line 62) | type BreakInfo struct function Is (line 75) | func Is(block Block, tagName string) bool { type Breakable (line 82) | type Breakable interface function init (line 86) | func init() { FILE: server/world/block/acaciaButton.go type AcaciaButton (line 7) | type AcaciaButton struct method Encode (line 13) | func (b AcaciaButton) Encode() (string, BlockProperties) { method New (line 21) | func (b AcaciaButton) New(props BlockProperties) Block { FILE: server/world/block/acaciaDoor.go type AcaciaDoor (line 7) | type AcaciaDoor struct method Encode (line 15) | func (b AcaciaDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b AcaciaDoor) New(props BlockProperties) Block { FILE: server/world/block/acaciaFence.go type AcaciaFence (line 7) | type AcaciaFence struct method Encode (line 15) | func (b AcaciaFence) Encode() (string, BlockProperties) { method New (line 25) | func (b AcaciaFence) New(props BlockProperties) Block { FILE: server/world/block/acaciaFenceGate.go type AcaciaFenceGate (line 7) | type AcaciaFenceGate struct method Encode (line 14) | func (b AcaciaFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b AcaciaFenceGate) New(props BlockProperties) Block { FILE: server/world/block/acaciaHangingSign.go type AcaciaHangingSign (line 7) | type AcaciaHangingSign struct method Encode (line 13) | func (b AcaciaHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b AcaciaHangingSign) New(props BlockProperties) Block { FILE: server/world/block/acaciaLeaves.go type AcaciaLeaves (line 7) | type AcaciaLeaves struct method Encode (line 13) | func (b AcaciaLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b AcaciaLeaves) New(props BlockProperties) Block { FILE: server/world/block/acaciaLog.go type AcaciaLog (line 3) | type AcaciaLog struct method Encode (line 7) | func (b AcaciaLog) Encode() (string, BlockProperties) { method New (line 13) | func (b AcaciaLog) New(props BlockProperties) Block { FILE: server/world/block/acaciaPlanks.go type AcaciaPlanks (line 3) | type AcaciaPlanks struct method Encode (line 6) | func (b AcaciaPlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b AcaciaPlanks) New(props BlockProperties) Block { FILE: server/world/block/acaciaPressurePlate.go type AcaciaPressurePlate (line 7) | type AcaciaPressurePlate struct method Encode (line 11) | func (b AcaciaPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b AcaciaPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/acaciaSapling.go type AcaciaSapling (line 7) | type AcaciaSapling struct method Encode (line 11) | func (b AcaciaSapling) Encode() (string, BlockProperties) { method New (line 17) | func (b AcaciaSapling) New(props BlockProperties) Block { FILE: server/world/block/acaciaSign.go type AcaciaSign (line 7) | type AcaciaSign struct method Encode (line 12) | func (b AcaciaSign) Encode() (string, BlockProperties) { method New (line 19) | func (b AcaciaSign) New(props BlockProperties) Block { FILE: server/world/block/acaciaSlab.go type AcaciaSlab (line 7) | type AcaciaSlab struct method Encode (line 12) | func (b AcaciaSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b AcaciaSlab) New(props BlockProperties) Block { FILE: server/world/block/acaciaStairs.go type AcaciaStairs (line 7) | type AcaciaStairs struct method Encode (line 14) | func (b AcaciaStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b AcaciaStairs) New(props BlockProperties) Block { FILE: server/world/block/acaciaTrapdoor.go type AcaciaTrapdoor (line 7) | type AcaciaTrapdoor struct method Encode (line 15) | func (b AcaciaTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b AcaciaTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/acaciaWallHangingSign.go type AcaciaWallHangingSign (line 7) | type AcaciaWallHangingSign struct method Encode (line 12) | func (b AcaciaWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b AcaciaWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/acaciaWallSign.go type AcaciaWallSign (line 7) | type AcaciaWallSign struct method Encode (line 12) | func (b AcaciaWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b AcaciaWallSign) New(props BlockProperties) Block { FILE: server/world/block/acaciaWood.go type AcaciaWood (line 3) | type AcaciaWood struct method Encode (line 7) | func (b AcaciaWood) Encode() (string, BlockProperties) { method New (line 13) | func (b AcaciaWood) New(props BlockProperties) Block { FILE: server/world/block/activatorRail.go type ActivatorRail (line 7) | type ActivatorRail struct method Encode (line 13) | func (b ActivatorRail) Encode() (string, BlockProperties) { method New (line 21) | func (b ActivatorRail) New(props BlockProperties) Block { FILE: server/world/block/air.go type Air (line 3) | type Air struct method Encode (line 6) | func (b Air) Encode() (string, BlockProperties) { method New (line 10) | func (b Air) New(props BlockProperties) Block { FILE: server/world/block/allium.go type Allium (line 3) | type Allium struct method Encode (line 6) | func (b Allium) Encode() (string, BlockProperties) { method New (line 10) | func (b Allium) New(props BlockProperties) Block { FILE: server/world/block/amethystBlock.go type AmethystBlock (line 3) | type AmethystBlock struct method Encode (line 6) | func (b AmethystBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b AmethystBlock) New(props BlockProperties) Block { FILE: server/world/block/amethystCluster.go type AmethystCluster (line 7) | type AmethystCluster struct method Encode (line 12) | func (b AmethystCluster) Encode() (string, BlockProperties) { method New (line 19) | func (b AmethystCluster) New(props BlockProperties) Block { FILE: server/world/block/ancientDebris.go type AncientDebris (line 3) | type AncientDebris struct method Encode (line 6) | func (b AncientDebris) Encode() (string, BlockProperties) { method New (line 10) | func (b AncientDebris) New(props BlockProperties) Block { FILE: server/world/block/andesite.go type Andesite (line 3) | type Andesite struct method Encode (line 6) | func (b Andesite) Encode() (string, BlockProperties) { method New (line 10) | func (b Andesite) New(props BlockProperties) Block { FILE: server/world/block/andesiteSlab.go type AndesiteSlab (line 7) | type AndesiteSlab struct method Encode (line 12) | func (b AndesiteSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b AndesiteSlab) New(props BlockProperties) Block { FILE: server/world/block/andesiteStairs.go type AndesiteStairs (line 7) | type AndesiteStairs struct method Encode (line 14) | func (b AndesiteStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b AndesiteStairs) New(props BlockProperties) Block { FILE: server/world/block/andesiteWall.go type AndesiteWall (line 7) | type AndesiteWall struct method Encode (line 16) | func (b AndesiteWall) Encode() (string, BlockProperties) { method New (line 27) | func (b AndesiteWall) New(props BlockProperties) Block { FILE: server/world/block/anvil.go type Anvil (line 3) | type Anvil struct method Encode (line 7) | func (b Anvil) Encode() (string, BlockProperties) { method New (line 13) | func (b Anvil) New(props BlockProperties) Block { FILE: server/world/block/attachedMelonStem.go type AttachedMelonStem (line 3) | type AttachedMelonStem struct method Encode (line 7) | func (b AttachedMelonStem) Encode() (string, BlockProperties) { method New (line 13) | func (b AttachedMelonStem) New(props BlockProperties) Block { FILE: server/world/block/attachedPumpkinStem.go type AttachedPumpkinStem (line 3) | type AttachedPumpkinStem struct method Encode (line 7) | func (b AttachedPumpkinStem) Encode() (string, BlockProperties) { method New (line 13) | func (b AttachedPumpkinStem) New(props BlockProperties) Block { FILE: server/world/block/azalea.go type Azalea (line 3) | type Azalea struct method Encode (line 6) | func (b Azalea) Encode() (string, BlockProperties) { method New (line 10) | func (b Azalea) New(props BlockProperties) Block { FILE: server/world/block/azaleaLeaves.go type AzaleaLeaves (line 7) | type AzaleaLeaves struct method Encode (line 13) | func (b AzaleaLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b AzaleaLeaves) New(props BlockProperties) Block { FILE: server/world/block/azureBluet.go type AzureBluet (line 3) | type AzureBluet struct method Encode (line 6) | func (b AzureBluet) Encode() (string, BlockProperties) { method New (line 10) | func (b AzureBluet) New(props BlockProperties) Block { FILE: server/world/block/bamboo.go type Bamboo (line 7) | type Bamboo struct method Encode (line 13) | func (b Bamboo) Encode() (string, BlockProperties) { method New (line 21) | func (b Bamboo) New(props BlockProperties) Block { FILE: server/world/block/bambooBlock.go type BambooBlock (line 3) | type BambooBlock struct method Encode (line 7) | func (b BambooBlock) Encode() (string, BlockProperties) { method New (line 13) | func (b BambooBlock) New(props BlockProperties) Block { FILE: server/world/block/bambooButton.go type BambooButton (line 7) | type BambooButton struct method Encode (line 13) | func (b BambooButton) Encode() (string, BlockProperties) { method New (line 21) | func (b BambooButton) New(props BlockProperties) Block { FILE: server/world/block/bambooDoor.go type BambooDoor (line 7) | type BambooDoor struct method Encode (line 15) | func (b BambooDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b BambooDoor) New(props BlockProperties) Block { FILE: server/world/block/bambooFence.go type BambooFence (line 7) | type BambooFence struct method Encode (line 15) | func (b BambooFence) Encode() (string, BlockProperties) { method New (line 25) | func (b BambooFence) New(props BlockProperties) Block { FILE: server/world/block/bambooFenceGate.go type BambooFenceGate (line 7) | type BambooFenceGate struct method Encode (line 14) | func (b BambooFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b BambooFenceGate) New(props BlockProperties) Block { FILE: server/world/block/bambooHangingSign.go type BambooHangingSign (line 7) | type BambooHangingSign struct method Encode (line 13) | func (b BambooHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b BambooHangingSign) New(props BlockProperties) Block { FILE: server/world/block/bambooMosaic.go type BambooMosaic (line 3) | type BambooMosaic struct method Encode (line 6) | func (b BambooMosaic) Encode() (string, BlockProperties) { method New (line 10) | func (b BambooMosaic) New(props BlockProperties) Block { FILE: server/world/block/bambooMosaicSlab.go type BambooMosaicSlab (line 7) | type BambooMosaicSlab struct method Encode (line 12) | func (b BambooMosaicSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b BambooMosaicSlab) New(props BlockProperties) Block { FILE: server/world/block/bambooMosaicStairs.go type BambooMosaicStairs (line 7) | type BambooMosaicStairs struct method Encode (line 14) | func (b BambooMosaicStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b BambooMosaicStairs) New(props BlockProperties) Block { FILE: server/world/block/bambooPlanks.go type BambooPlanks (line 3) | type BambooPlanks struct method Encode (line 6) | func (b BambooPlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b BambooPlanks) New(props BlockProperties) Block { FILE: server/world/block/bambooPressurePlate.go type BambooPressurePlate (line 7) | type BambooPressurePlate struct method Encode (line 11) | func (b BambooPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b BambooPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/bambooSapling.go type BambooSapling (line 3) | type BambooSapling struct method Encode (line 6) | func (b BambooSapling) Encode() (string, BlockProperties) { method New (line 10) | func (b BambooSapling) New(props BlockProperties) Block { FILE: server/world/block/bambooSign.go type BambooSign (line 7) | type BambooSign struct method Encode (line 12) | func (b BambooSign) Encode() (string, BlockProperties) { method New (line 19) | func (b BambooSign) New(props BlockProperties) Block { FILE: server/world/block/bambooSlab.go type BambooSlab (line 7) | type BambooSlab struct method Encode (line 12) | func (b BambooSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b BambooSlab) New(props BlockProperties) Block { FILE: server/world/block/bambooStairs.go type BambooStairs (line 7) | type BambooStairs struct method Encode (line 14) | func (b BambooStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b BambooStairs) New(props BlockProperties) Block { FILE: server/world/block/bambooTrapdoor.go type BambooTrapdoor (line 7) | type BambooTrapdoor struct method Encode (line 15) | func (b BambooTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b BambooTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/bambooWallHangingSign.go type BambooWallHangingSign (line 7) | type BambooWallHangingSign struct method Encode (line 12) | func (b BambooWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b BambooWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/bambooWallSign.go type BambooWallSign (line 7) | type BambooWallSign struct method Encode (line 12) | func (b BambooWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b BambooWallSign) New(props BlockProperties) Block { FILE: server/world/block/barrel.go type Barrel (line 9) | type Barrel struct method Encode (line 14) | func (b Barrel) Encode() (string, BlockProperties) { method New (line 21) | func (b Barrel) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b Barrel) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/barrier.go type Barrier (line 7) | type Barrier struct method Encode (line 11) | func (b Barrier) Encode() (string, BlockProperties) { method New (line 17) | func (b Barrier) New(props BlockProperties) Block { FILE: server/world/block/basalt.go type Basalt (line 3) | type Basalt struct method Encode (line 7) | func (b Basalt) Encode() (string, BlockProperties) { method New (line 13) | func (b Basalt) New(props BlockProperties) Block { FILE: server/world/block/beacon.go type Beacon (line 8) | type Beacon struct method Encode (line 11) | func (b Beacon) Encode() (string, BlockProperties) { method New (line 15) | func (b Beacon) New(props BlockProperties) Block { method BlockEntity (line 19) | func (b Beacon) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/bedrock.go type Bedrock (line 3) | type Bedrock struct method Encode (line 6) | func (b Bedrock) Encode() (string, BlockProperties) { method New (line 10) | func (b Bedrock) New(props BlockProperties) Block { FILE: server/world/block/beeNest.go type BeeNest (line 7) | type BeeNest struct method Encode (line 12) | func (b BeeNest) Encode() (string, BlockProperties) { method New (line 19) | func (b BeeNest) New(props BlockProperties) Block { FILE: server/world/block/beehive.go type Beehive (line 9) | type Beehive struct method Encode (line 14) | func (b Beehive) Encode() (string, BlockProperties) { method New (line 21) | func (b Beehive) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b Beehive) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/beetroots.go type Beetroots (line 7) | type Beetroots struct method Encode (line 11) | func (b Beetroots) Encode() (string, BlockProperties) { method New (line 17) | func (b Beetroots) New(props BlockProperties) Block { FILE: server/world/block/bell.go type Bell (line 9) | type Bell struct method Encode (line 15) | func (b Bell) Encode() (string, BlockProperties) { method New (line 23) | func (b Bell) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b Bell) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/bigDripleaf.go type BigDripleaf (line 7) | type BigDripleaf struct method Encode (line 13) | func (b BigDripleaf) Encode() (string, BlockProperties) { method New (line 21) | func (b BigDripleaf) New(props BlockProperties) Block { FILE: server/world/block/bigDripleafStem.go type BigDripleafStem (line 7) | type BigDripleafStem struct method Encode (line 12) | func (b BigDripleafStem) Encode() (string, BlockProperties) { method New (line 19) | func (b BigDripleafStem) New(props BlockProperties) Block { FILE: server/world/block/birchButton.go type BirchButton (line 7) | type BirchButton struct method Encode (line 13) | func (b BirchButton) Encode() (string, BlockProperties) { method New (line 21) | func (b BirchButton) New(props BlockProperties) Block { FILE: server/world/block/birchDoor.go type BirchDoor (line 7) | type BirchDoor struct method Encode (line 15) | func (b BirchDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b BirchDoor) New(props BlockProperties) Block { FILE: server/world/block/birchFence.go type BirchFence (line 7) | type BirchFence struct method Encode (line 15) | func (b BirchFence) Encode() (string, BlockProperties) { method New (line 25) | func (b BirchFence) New(props BlockProperties) Block { FILE: server/world/block/birchFenceGate.go type BirchFenceGate (line 7) | type BirchFenceGate struct method Encode (line 14) | func (b BirchFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b BirchFenceGate) New(props BlockProperties) Block { FILE: server/world/block/birchHangingSign.go type BirchHangingSign (line 7) | type BirchHangingSign struct method Encode (line 13) | func (b BirchHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b BirchHangingSign) New(props BlockProperties) Block { FILE: server/world/block/birchLeaves.go type BirchLeaves (line 7) | type BirchLeaves struct method Encode (line 13) | func (b BirchLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b BirchLeaves) New(props BlockProperties) Block { FILE: server/world/block/birchLog.go type BirchLog (line 3) | type BirchLog struct method Encode (line 7) | func (b BirchLog) Encode() (string, BlockProperties) { method New (line 13) | func (b BirchLog) New(props BlockProperties) Block { FILE: server/world/block/birchPlanks.go type BirchPlanks (line 3) | type BirchPlanks struct method Encode (line 6) | func (b BirchPlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b BirchPlanks) New(props BlockProperties) Block { FILE: server/world/block/birchPressurePlate.go type BirchPressurePlate (line 7) | type BirchPressurePlate struct method Encode (line 11) | func (b BirchPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b BirchPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/birchSapling.go type BirchSapling (line 7) | type BirchSapling struct method Encode (line 11) | func (b BirchSapling) Encode() (string, BlockProperties) { method New (line 17) | func (b BirchSapling) New(props BlockProperties) Block { FILE: server/world/block/birchSign.go type BirchSign (line 7) | type BirchSign struct method Encode (line 12) | func (b BirchSign) Encode() (string, BlockProperties) { method New (line 19) | func (b BirchSign) New(props BlockProperties) Block { FILE: server/world/block/birchSlab.go type BirchSlab (line 7) | type BirchSlab struct method Encode (line 12) | func (b BirchSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b BirchSlab) New(props BlockProperties) Block { FILE: server/world/block/birchStairs.go type BirchStairs (line 7) | type BirchStairs struct method Encode (line 14) | func (b BirchStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b BirchStairs) New(props BlockProperties) Block { FILE: server/world/block/birchTrapdoor.go type BirchTrapdoor (line 7) | type BirchTrapdoor struct method Encode (line 15) | func (b BirchTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b BirchTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/birchWallHangingSign.go type BirchWallHangingSign (line 7) | type BirchWallHangingSign struct method Encode (line 12) | func (b BirchWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b BirchWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/birchWallSign.go type BirchWallSign (line 7) | type BirchWallSign struct method Encode (line 12) | func (b BirchWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b BirchWallSign) New(props BlockProperties) Block { FILE: server/world/block/birchWood.go type BirchWood (line 3) | type BirchWood struct method Encode (line 7) | func (b BirchWood) Encode() (string, BlockProperties) { method New (line 13) | func (b BirchWood) New(props BlockProperties) Block { FILE: server/world/block/blackBanner.go type BlackBanner (line 7) | type BlackBanner struct method Encode (line 11) | func (b BlackBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b BlackBanner) New(props BlockProperties) Block { FILE: server/world/block/blackBed.go type BlackBed (line 7) | type BlackBed struct method Encode (line 13) | func (b BlackBed) Encode() (string, BlockProperties) { method New (line 21) | func (b BlackBed) New(props BlockProperties) Block { FILE: server/world/block/blackCandle.go type BlackCandle (line 7) | type BlackCandle struct method Encode (line 13) | func (b BlackCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b BlackCandle) New(props BlockProperties) Block { FILE: server/world/block/blackCandleCake.go type BlackCandleCake (line 7) | type BlackCandleCake struct method Encode (line 11) | func (b BlackCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b BlackCandleCake) New(props BlockProperties) Block { FILE: server/world/block/blackCarpet.go type BlackCarpet (line 3) | type BlackCarpet struct method Encode (line 6) | func (b BlackCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b BlackCarpet) New(props BlockProperties) Block { FILE: server/world/block/blackConcrete.go type BlackConcrete (line 3) | type BlackConcrete struct method Encode (line 6) | func (b BlackConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b BlackConcrete) New(props BlockProperties) Block { FILE: server/world/block/blackConcretePowder.go type BlackConcretePowder (line 3) | type BlackConcretePowder struct method Encode (line 6) | func (b BlackConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b BlackConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/blackGlazedTerracotta.go type BlackGlazedTerracotta (line 3) | type BlackGlazedTerracotta struct method Encode (line 7) | func (b BlackGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b BlackGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/blackShulkerBox.go type BlackShulkerBox (line 3) | type BlackShulkerBox struct method Encode (line 7) | func (b BlackShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b BlackShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/blackStainedGlass.go type BlackStainedGlass (line 3) | type BlackStainedGlass struct method Encode (line 6) | func (b BlackStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b BlackStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/blackStainedGlassPane.go type BlackStainedGlassPane (line 7) | type BlackStainedGlassPane struct method Encode (line 15) | func (b BlackStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b BlackStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/blackTerracotta.go type BlackTerracotta (line 3) | type BlackTerracotta struct method Encode (line 6) | func (b BlackTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b BlackTerracotta) New(props BlockProperties) Block { FILE: server/world/block/blackWallBanner.go type BlackWallBanner (line 3) | type BlackWallBanner struct method Encode (line 7) | func (b BlackWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b BlackWallBanner) New(props BlockProperties) Block { FILE: server/world/block/blackWool.go type BlackWool (line 3) | type BlackWool struct method Encode (line 6) | func (b BlackWool) Encode() (string, BlockProperties) { method New (line 10) | func (b BlackWool) New(props BlockProperties) Block { FILE: server/world/block/blackstone.go type Blackstone (line 3) | type Blackstone struct method Encode (line 6) | func (b Blackstone) Encode() (string, BlockProperties) { method New (line 10) | func (b Blackstone) New(props BlockProperties) Block { FILE: server/world/block/blackstoneSlab.go type BlackstoneSlab (line 7) | type BlackstoneSlab struct method Encode (line 12) | func (b BlackstoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b BlackstoneSlab) New(props BlockProperties) Block { FILE: server/world/block/blackstoneStairs.go type BlackstoneStairs (line 7) | type BlackstoneStairs struct method Encode (line 14) | func (b BlackstoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b BlackstoneStairs) New(props BlockProperties) Block { FILE: server/world/block/blackstoneWall.go type BlackstoneWall (line 7) | type BlackstoneWall struct method Encode (line 16) | func (b BlackstoneWall) Encode() (string, BlockProperties) { method New (line 27) | func (b BlackstoneWall) New(props BlockProperties) Block { FILE: server/world/block/blastFurnace.go type BlastFurnace (line 9) | type BlastFurnace struct method Encode (line 14) | func (b BlastFurnace) Encode() (string, BlockProperties) { method New (line 21) | func (b BlastFurnace) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b BlastFurnace) BlockEntity(pos pos.BlockPosition) chunk.BlockEn... FILE: server/world/block/blueBanner.go type BlueBanner (line 7) | type BlueBanner struct method Encode (line 11) | func (b BlueBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b BlueBanner) New(props BlockProperties) Block { FILE: server/world/block/blueBed.go type BlueBed (line 7) | type BlueBed struct method Encode (line 13) | func (b BlueBed) Encode() (string, BlockProperties) { method New (line 21) | func (b BlueBed) New(props BlockProperties) Block { FILE: server/world/block/blueCandle.go type BlueCandle (line 7) | type BlueCandle struct method Encode (line 13) | func (b BlueCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b BlueCandle) New(props BlockProperties) Block { FILE: server/world/block/blueCandleCake.go type BlueCandleCake (line 7) | type BlueCandleCake struct method Encode (line 11) | func (b BlueCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b BlueCandleCake) New(props BlockProperties) Block { FILE: server/world/block/blueCarpet.go type BlueCarpet (line 3) | type BlueCarpet struct method Encode (line 6) | func (b BlueCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b BlueCarpet) New(props BlockProperties) Block { FILE: server/world/block/blueConcrete.go type BlueConcrete (line 3) | type BlueConcrete struct method Encode (line 6) | func (b BlueConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b BlueConcrete) New(props BlockProperties) Block { FILE: server/world/block/blueConcretePowder.go type BlueConcretePowder (line 3) | type BlueConcretePowder struct method Encode (line 6) | func (b BlueConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b BlueConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/blueGlazedTerracotta.go type BlueGlazedTerracotta (line 3) | type BlueGlazedTerracotta struct method Encode (line 7) | func (b BlueGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b BlueGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/blueIce.go type BlueIce (line 3) | type BlueIce struct method Encode (line 6) | func (b BlueIce) Encode() (string, BlockProperties) { method New (line 10) | func (b BlueIce) New(props BlockProperties) Block { FILE: server/world/block/blueOrchid.go type BlueOrchid (line 3) | type BlueOrchid struct method Encode (line 6) | func (b BlueOrchid) Encode() (string, BlockProperties) { method New (line 10) | func (b BlueOrchid) New(props BlockProperties) Block { FILE: server/world/block/blueShulkerBox.go type BlueShulkerBox (line 3) | type BlueShulkerBox struct method Encode (line 7) | func (b BlueShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b BlueShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/blueStainedGlass.go type BlueStainedGlass (line 3) | type BlueStainedGlass struct method Encode (line 6) | func (b BlueStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b BlueStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/blueStainedGlassPane.go type BlueStainedGlassPane (line 7) | type BlueStainedGlassPane struct method Encode (line 15) | func (b BlueStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b BlueStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/blueTerracotta.go type BlueTerracotta (line 3) | type BlueTerracotta struct method Encode (line 6) | func (b BlueTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b BlueTerracotta) New(props BlockProperties) Block { FILE: server/world/block/blueWallBanner.go type BlueWallBanner (line 3) | type BlueWallBanner struct method Encode (line 7) | func (b BlueWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b BlueWallBanner) New(props BlockProperties) Block { FILE: server/world/block/blueWool.go type BlueWool (line 3) | type BlueWool struct method Encode (line 6) | func (b BlueWool) Encode() (string, BlockProperties) { method New (line 10) | func (b BlueWool) New(props BlockProperties) Block { FILE: server/world/block/boneBlock.go type BoneBlock (line 3) | type BoneBlock struct method Encode (line 7) | func (b BoneBlock) Encode() (string, BlockProperties) { method New (line 13) | func (b BoneBlock) New(props BlockProperties) Block { FILE: server/world/block/bookshelf.go type Bookshelf (line 3) | type Bookshelf struct method Encode (line 6) | func (b Bookshelf) Encode() (string, BlockProperties) { method New (line 10) | func (b Bookshelf) New(props BlockProperties) Block { FILE: server/world/block/brainCoral.go type BrainCoral (line 7) | type BrainCoral struct method Encode (line 11) | func (b BrainCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b BrainCoral) New(props BlockProperties) Block { FILE: server/world/block/brainCoralBlock.go type BrainCoralBlock (line 3) | type BrainCoralBlock struct method Encode (line 6) | func (b BrainCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b BrainCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/brainCoralFan.go type BrainCoralFan (line 7) | type BrainCoralFan struct method Encode (line 11) | func (b BrainCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b BrainCoralFan) New(props BlockProperties) Block { FILE: server/world/block/brainCoralWallFan.go type BrainCoralWallFan (line 7) | type BrainCoralWallFan struct method Encode (line 12) | func (b BrainCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b BrainCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/brewingStand.go type BrewingStand (line 9) | type BrewingStand struct method Encode (line 15) | func (b BrewingStand) Encode() (string, BlockProperties) { method New (line 23) | func (b BrewingStand) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b BrewingStand) BlockEntity(pos pos.BlockPosition) chunk.BlockEn... FILE: server/world/block/brickSlab.go type BrickSlab (line 7) | type BrickSlab struct method Encode (line 12) | func (b BrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b BrickSlab) New(props BlockProperties) Block { FILE: server/world/block/brickStairs.go type BrickStairs (line 7) | type BrickStairs struct method Encode (line 14) | func (b BrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b BrickStairs) New(props BlockProperties) Block { FILE: server/world/block/brickWall.go type BrickWall (line 7) | type BrickWall struct method Encode (line 16) | func (b BrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b BrickWall) New(props BlockProperties) Block { FILE: server/world/block/bricks.go type Bricks (line 3) | type Bricks struct method Encode (line 6) | func (b Bricks) Encode() (string, BlockProperties) { method New (line 10) | func (b Bricks) New(props BlockProperties) Block { FILE: server/world/block/brownBanner.go type BrownBanner (line 7) | type BrownBanner struct method Encode (line 11) | func (b BrownBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b BrownBanner) New(props BlockProperties) Block { FILE: server/world/block/brownBed.go type BrownBed (line 7) | type BrownBed struct method Encode (line 13) | func (b BrownBed) Encode() (string, BlockProperties) { method New (line 21) | func (b BrownBed) New(props BlockProperties) Block { FILE: server/world/block/brownCandle.go type BrownCandle (line 7) | type BrownCandle struct method Encode (line 13) | func (b BrownCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b BrownCandle) New(props BlockProperties) Block { FILE: server/world/block/brownCandleCake.go type BrownCandleCake (line 7) | type BrownCandleCake struct method Encode (line 11) | func (b BrownCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b BrownCandleCake) New(props BlockProperties) Block { FILE: server/world/block/brownCarpet.go type BrownCarpet (line 3) | type BrownCarpet struct method Encode (line 6) | func (b BrownCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b BrownCarpet) New(props BlockProperties) Block { FILE: server/world/block/brownConcrete.go type BrownConcrete (line 3) | type BrownConcrete struct method Encode (line 6) | func (b BrownConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b BrownConcrete) New(props BlockProperties) Block { FILE: server/world/block/brownConcretePowder.go type BrownConcretePowder (line 3) | type BrownConcretePowder struct method Encode (line 6) | func (b BrownConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b BrownConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/brownGlazedTerracotta.go type BrownGlazedTerracotta (line 3) | type BrownGlazedTerracotta struct method Encode (line 7) | func (b BrownGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b BrownGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/brownMushroom.go type BrownMushroom (line 3) | type BrownMushroom struct method Encode (line 6) | func (b BrownMushroom) Encode() (string, BlockProperties) { method New (line 10) | func (b BrownMushroom) New(props BlockProperties) Block { FILE: server/world/block/brownMushroomBlock.go type BrownMushroomBlock (line 7) | type BrownMushroomBlock struct method Encode (line 16) | func (b BrownMushroomBlock) Encode() (string, BlockProperties) { method New (line 27) | func (b BrownMushroomBlock) New(props BlockProperties) Block { FILE: server/world/block/brownShulkerBox.go type BrownShulkerBox (line 3) | type BrownShulkerBox struct method Encode (line 7) | func (b BrownShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b BrownShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/brownStainedGlass.go type BrownStainedGlass (line 3) | type BrownStainedGlass struct method Encode (line 6) | func (b BrownStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b BrownStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/brownStainedGlassPane.go type BrownStainedGlassPane (line 7) | type BrownStainedGlassPane struct method Encode (line 15) | func (b BrownStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b BrownStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/brownTerracotta.go type BrownTerracotta (line 3) | type BrownTerracotta struct method Encode (line 6) | func (b BrownTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b BrownTerracotta) New(props BlockProperties) Block { FILE: server/world/block/brownWallBanner.go type BrownWallBanner (line 3) | type BrownWallBanner struct method Encode (line 7) | func (b BrownWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b BrownWallBanner) New(props BlockProperties) Block { FILE: server/world/block/brownWool.go type BrownWool (line 3) | type BrownWool struct method Encode (line 6) | func (b BrownWool) Encode() (string, BlockProperties) { method New (line 10) | func (b BrownWool) New(props BlockProperties) Block { FILE: server/world/block/bubbleColumn.go type BubbleColumn (line 7) | type BubbleColumn struct method Encode (line 11) | func (b BubbleColumn) Encode() (string, BlockProperties) { method New (line 17) | func (b BubbleColumn) New(props BlockProperties) Block { FILE: server/world/block/bubbleCoral.go type BubbleCoral (line 7) | type BubbleCoral struct method Encode (line 11) | func (b BubbleCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b BubbleCoral) New(props BlockProperties) Block { FILE: server/world/block/bubbleCoralBlock.go type BubbleCoralBlock (line 3) | type BubbleCoralBlock struct method Encode (line 6) | func (b BubbleCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b BubbleCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/bubbleCoralFan.go type BubbleCoralFan (line 7) | type BubbleCoralFan struct method Encode (line 11) | func (b BubbleCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b BubbleCoralFan) New(props BlockProperties) Block { FILE: server/world/block/bubbleCoralWallFan.go type BubbleCoralWallFan (line 7) | type BubbleCoralWallFan struct method Encode (line 12) | func (b BubbleCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b BubbleCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/buddingAmethyst.go type BuddingAmethyst (line 3) | type BuddingAmethyst struct method Encode (line 6) | func (b BuddingAmethyst) Encode() (string, BlockProperties) { method New (line 10) | func (b BuddingAmethyst) New(props BlockProperties) Block { FILE: server/world/block/cactus.go type Cactus (line 7) | type Cactus struct method Encode (line 11) | func (b Cactus) Encode() (string, BlockProperties) { method New (line 17) | func (b Cactus) New(props BlockProperties) Block { FILE: server/world/block/cake.go type Cake (line 7) | type Cake struct method Encode (line 11) | func (b Cake) Encode() (string, BlockProperties) { method New (line 17) | func (b Cake) New(props BlockProperties) Block { FILE: server/world/block/calcite.go type Calcite (line 3) | type Calcite struct method Encode (line 6) | func (b Calcite) Encode() (string, BlockProperties) { method New (line 10) | func (b Calcite) New(props BlockProperties) Block { FILE: server/world/block/calibratedSculkSensor.go type CalibratedSculkSensor (line 9) | type CalibratedSculkSensor struct method Encode (line 16) | func (b CalibratedSculkSensor) Encode() (string, BlockProperties) { method New (line 25) | func (b CalibratedSculkSensor) New(props BlockProperties) Block { method BlockEntity (line 34) | func (b CalibratedSculkSensor) BlockEntity(pos pos.BlockPosition) chun... FILE: server/world/block/campfire.go type Campfire (line 9) | type Campfire struct method Encode (line 16) | func (b Campfire) Encode() (string, BlockProperties) { method New (line 25) | func (b Campfire) New(props BlockProperties) Block { method BlockEntity (line 34) | func (b Campfire) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/candle.go type Candle (line 7) | type Candle struct method Encode (line 13) | func (b Candle) Encode() (string, BlockProperties) { method New (line 21) | func (b Candle) New(props BlockProperties) Block { FILE: server/world/block/candleCake.go type CandleCake (line 7) | type CandleCake struct method Encode (line 11) | func (b CandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b CandleCake) New(props BlockProperties) Block { FILE: server/world/block/carrots.go type Carrots (line 7) | type Carrots struct method Encode (line 11) | func (b Carrots) Encode() (string, BlockProperties) { method New (line 17) | func (b Carrots) New(props BlockProperties) Block { FILE: server/world/block/cartographyTable.go type CartographyTable (line 3) | type CartographyTable struct method Encode (line 6) | func (b CartographyTable) Encode() (string, BlockProperties) { method New (line 10) | func (b CartographyTable) New(props BlockProperties) Block { FILE: server/world/block/carvedPumpkin.go type CarvedPumpkin (line 3) | type CarvedPumpkin struct method Encode (line 7) | func (b CarvedPumpkin) Encode() (string, BlockProperties) { method New (line 13) | func (b CarvedPumpkin) New(props BlockProperties) Block { FILE: server/world/block/cauldron.go type Cauldron (line 3) | type Cauldron struct method Encode (line 6) | func (b Cauldron) Encode() (string, BlockProperties) { method New (line 10) | func (b Cauldron) New(props BlockProperties) Block { FILE: server/world/block/caveAir.go type CaveAir (line 3) | type CaveAir struct method Encode (line 6) | func (b CaveAir) Encode() (string, BlockProperties) { method New (line 10) | func (b CaveAir) New(props BlockProperties) Block { FILE: server/world/block/caveVines.go type CaveVines (line 7) | type CaveVines struct method Encode (line 12) | func (b CaveVines) Encode() (string, BlockProperties) { method New (line 19) | func (b CaveVines) New(props BlockProperties) Block { FILE: server/world/block/caveVinesPlant.go type CaveVinesPlant (line 7) | type CaveVinesPlant struct method Encode (line 11) | func (b CaveVinesPlant) Encode() (string, BlockProperties) { method New (line 17) | func (b CaveVinesPlant) New(props BlockProperties) Block { FILE: server/world/block/chain.go type Chain (line 7) | type Chain struct method Encode (line 12) | func (b Chain) Encode() (string, BlockProperties) { method New (line 19) | func (b Chain) New(props BlockProperties) Block { FILE: server/world/block/chainCommandBlock.go type ChainCommandBlock (line 7) | type ChainCommandBlock struct method Encode (line 12) | func (b ChainCommandBlock) Encode() (string, BlockProperties) { method New (line 19) | func (b ChainCommandBlock) New(props BlockProperties) Block { FILE: server/world/block/cherryButton.go type CherryButton (line 7) | type CherryButton struct method Encode (line 13) | func (b CherryButton) Encode() (string, BlockProperties) { method New (line 21) | func (b CherryButton) New(props BlockProperties) Block { FILE: server/world/block/cherryDoor.go type CherryDoor (line 7) | type CherryDoor struct method Encode (line 15) | func (b CherryDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b CherryDoor) New(props BlockProperties) Block { FILE: server/world/block/cherryFence.go type CherryFence (line 7) | type CherryFence struct method Encode (line 15) | func (b CherryFence) Encode() (string, BlockProperties) { method New (line 25) | func (b CherryFence) New(props BlockProperties) Block { FILE: server/world/block/cherryFenceGate.go type CherryFenceGate (line 7) | type CherryFenceGate struct method Encode (line 14) | func (b CherryFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b CherryFenceGate) New(props BlockProperties) Block { FILE: server/world/block/cherryHangingSign.go type CherryHangingSign (line 7) | type CherryHangingSign struct method Encode (line 13) | func (b CherryHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b CherryHangingSign) New(props BlockProperties) Block { FILE: server/world/block/cherryLeaves.go type CherryLeaves (line 7) | type CherryLeaves struct method Encode (line 13) | func (b CherryLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b CherryLeaves) New(props BlockProperties) Block { FILE: server/world/block/cherryLog.go type CherryLog (line 3) | type CherryLog struct method Encode (line 7) | func (b CherryLog) Encode() (string, BlockProperties) { method New (line 13) | func (b CherryLog) New(props BlockProperties) Block { FILE: server/world/block/cherryPlanks.go type CherryPlanks (line 3) | type CherryPlanks struct method Encode (line 6) | func (b CherryPlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b CherryPlanks) New(props BlockProperties) Block { FILE: server/world/block/cherryPressurePlate.go type CherryPressurePlate (line 7) | type CherryPressurePlate struct method Encode (line 11) | func (b CherryPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b CherryPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/cherrySapling.go type CherrySapling (line 7) | type CherrySapling struct method Encode (line 11) | func (b CherrySapling) Encode() (string, BlockProperties) { method New (line 17) | func (b CherrySapling) New(props BlockProperties) Block { FILE: server/world/block/cherrySign.go type CherrySign (line 7) | type CherrySign struct method Encode (line 12) | func (b CherrySign) Encode() (string, BlockProperties) { method New (line 19) | func (b CherrySign) New(props BlockProperties) Block { FILE: server/world/block/cherrySlab.go type CherrySlab (line 7) | type CherrySlab struct method Encode (line 12) | func (b CherrySlab) Encode() (string, BlockProperties) { method New (line 19) | func (b CherrySlab) New(props BlockProperties) Block { FILE: server/world/block/cherryStairs.go type CherryStairs (line 7) | type CherryStairs struct method Encode (line 14) | func (b CherryStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b CherryStairs) New(props BlockProperties) Block { FILE: server/world/block/cherryTrapdoor.go type CherryTrapdoor (line 7) | type CherryTrapdoor struct method Encode (line 15) | func (b CherryTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b CherryTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/cherryWallHangingSign.go type CherryWallHangingSign (line 7) | type CherryWallHangingSign struct method Encode (line 12) | func (b CherryWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b CherryWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/cherryWallSign.go type CherryWallSign (line 7) | type CherryWallSign struct method Encode (line 12) | func (b CherryWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b CherryWallSign) New(props BlockProperties) Block { FILE: server/world/block/cherryWood.go type CherryWood (line 3) | type CherryWood struct method Encode (line 7) | func (b CherryWood) Encode() (string, BlockProperties) { method New (line 13) | func (b CherryWood) New(props BlockProperties) Block { FILE: server/world/block/chest.go type Chest (line 11) | type Chest struct method Encode (line 17) | func (g Chest) Encode() (string, BlockProperties) { method New (line 25) | func (g Chest) New(props BlockProperties) Block { method BlockEntity (line 36) | func (g Chest) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/chippedAnvil.go type ChippedAnvil (line 3) | type ChippedAnvil struct method Encode (line 7) | func (b ChippedAnvil) Encode() (string, BlockProperties) { method New (line 13) | func (b ChippedAnvil) New(props BlockProperties) Block { FILE: server/world/block/chiseledBookshelf.go type ChiseledBookshelf (line 9) | type ChiseledBookshelf struct method Encode (line 19) | func (b ChiseledBookshelf) Encode() (string, BlockProperties) { method New (line 31) | func (b ChiseledBookshelf) New(props BlockProperties) Block { method BlockEntity (line 43) | func (b ChiseledBookshelf) BlockEntity(pos pos.BlockPosition) chunk.Bl... FILE: server/world/block/chiseledCopper.go type ChiseledCopper (line 3) | type ChiseledCopper struct method Encode (line 6) | func (b ChiseledCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledCopper) New(props BlockProperties) Block { FILE: server/world/block/chiseledDeepslate.go type ChiseledDeepslate (line 3) | type ChiseledDeepslate struct method Encode (line 6) | func (b ChiseledDeepslate) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledDeepslate) New(props BlockProperties) Block { FILE: server/world/block/chiseledNetherBricks.go type ChiseledNetherBricks (line 3) | type ChiseledNetherBricks struct method Encode (line 6) | func (b ChiseledNetherBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledNetherBricks) New(props BlockProperties) Block { FILE: server/world/block/chiseledPolishedBlackstone.go type ChiseledPolishedBlackstone (line 3) | type ChiseledPolishedBlackstone struct method Encode (line 6) | func (b ChiseledPolishedBlackstone) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledPolishedBlackstone) New(props BlockProperties) Block { FILE: server/world/block/chiseledQuartzBlock.go type ChiseledQuartzBlock (line 3) | type ChiseledQuartzBlock struct method Encode (line 6) | func (b ChiseledQuartzBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledQuartzBlock) New(props BlockProperties) Block { FILE: server/world/block/chiseledRedSandstone.go type ChiseledRedSandstone (line 3) | type ChiseledRedSandstone struct method Encode (line 6) | func (b ChiseledRedSandstone) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledRedSandstone) New(props BlockProperties) Block { FILE: server/world/block/chiseledSandstone.go type ChiseledSandstone (line 3) | type ChiseledSandstone struct method Encode (line 6) | func (b ChiseledSandstone) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledSandstone) New(props BlockProperties) Block { FILE: server/world/block/chiseledStoneBricks.go type ChiseledStoneBricks (line 3) | type ChiseledStoneBricks struct method Encode (line 6) | func (b ChiseledStoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledStoneBricks) New(props BlockProperties) Block { FILE: server/world/block/chiseledTuff.go type ChiseledTuff (line 3) | type ChiseledTuff struct method Encode (line 6) | func (b ChiseledTuff) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledTuff) New(props BlockProperties) Block { FILE: server/world/block/chiseledTuffBricks.go type ChiseledTuffBricks (line 3) | type ChiseledTuffBricks struct method Encode (line 6) | func (b ChiseledTuffBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b ChiseledTuffBricks) New(props BlockProperties) Block { FILE: server/world/block/chorusFlower.go type ChorusFlower (line 7) | type ChorusFlower struct method Encode (line 11) | func (b ChorusFlower) Encode() (string, BlockProperties) { method New (line 17) | func (b ChorusFlower) New(props BlockProperties) Block { FILE: server/world/block/chorusPlant.go type ChorusPlant (line 7) | type ChorusPlant struct method Encode (line 16) | func (b ChorusPlant) Encode() (string, BlockProperties) { method New (line 27) | func (b ChorusPlant) New(props BlockProperties) Block { FILE: server/world/block/clay.go type Clay (line 3) | type Clay struct method Encode (line 6) | func (b Clay) Encode() (string, BlockProperties) { method New (line 10) | func (b Clay) New(props BlockProperties) Block { FILE: server/world/block/coalBlock.go type CoalBlock (line 3) | type CoalBlock struct method Encode (line 6) | func (b CoalBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b CoalBlock) New(props BlockProperties) Block { FILE: server/world/block/coalOre.go type CoalOre (line 3) | type CoalOre struct method Encode (line 6) | func (b CoalOre) Encode() (string, BlockProperties) { method New (line 10) | func (b CoalOre) New(props BlockProperties) Block { FILE: server/world/block/coarseDirt.go type CoarseDirt (line 3) | type CoarseDirt struct method Encode (line 6) | func (b CoarseDirt) Encode() (string, BlockProperties) { method New (line 10) | func (b CoarseDirt) New(props BlockProperties) Block { FILE: server/world/block/cobbledDeepslate.go type CobbledDeepslate (line 3) | type CobbledDeepslate struct method Encode (line 6) | func (b CobbledDeepslate) Encode() (string, BlockProperties) { method New (line 10) | func (b CobbledDeepslate) New(props BlockProperties) Block { FILE: server/world/block/cobbledDeepslateSlab.go type CobbledDeepslateSlab (line 7) | type CobbledDeepslateSlab struct method Encode (line 12) | func (b CobbledDeepslateSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b CobbledDeepslateSlab) New(props BlockProperties) Block { FILE: server/world/block/cobbledDeepslateStairs.go type CobbledDeepslateStairs (line 7) | type CobbledDeepslateStairs struct method Encode (line 14) | func (b CobbledDeepslateStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b CobbledDeepslateStairs) New(props BlockProperties) Block { FILE: server/world/block/cobbledDeepslateWall.go type CobbledDeepslateWall (line 7) | type CobbledDeepslateWall struct method Encode (line 16) | func (b CobbledDeepslateWall) Encode() (string, BlockProperties) { method New (line 27) | func (b CobbledDeepslateWall) New(props BlockProperties) Block { FILE: server/world/block/cobblestone.go type Cobblestone (line 3) | type Cobblestone struct method Encode (line 6) | func (b Cobblestone) Encode() (string, BlockProperties) { method New (line 10) | func (b Cobblestone) New(props BlockProperties) Block { FILE: server/world/block/cobblestoneSlab.go type CobblestoneSlab (line 7) | type CobblestoneSlab struct method Encode (line 12) | func (b CobblestoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b CobblestoneSlab) New(props BlockProperties) Block { FILE: server/world/block/cobblestoneStairs.go type CobblestoneStairs (line 7) | type CobblestoneStairs struct method Encode (line 14) | func (b CobblestoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b CobblestoneStairs) New(props BlockProperties) Block { FILE: server/world/block/cobblestoneWall.go type CobblestoneWall (line 7) | type CobblestoneWall struct method Encode (line 16) | func (b CobblestoneWall) Encode() (string, BlockProperties) { method New (line 27) | func (b CobblestoneWall) New(props BlockProperties) Block { FILE: server/world/block/cobweb.go type Cobweb (line 3) | type Cobweb struct method Encode (line 6) | func (b Cobweb) Encode() (string, BlockProperties) { method New (line 10) | func (b Cobweb) New(props BlockProperties) Block { FILE: server/world/block/cocoa.go type Cocoa (line 7) | type Cocoa struct method Encode (line 12) | func (b Cocoa) Encode() (string, BlockProperties) { method New (line 19) | func (b Cocoa) New(props BlockProperties) Block { FILE: server/world/block/commandBlock.go type CommandBlock (line 9) | type CommandBlock struct method Encode (line 14) | func (b CommandBlock) Encode() (string, BlockProperties) { method New (line 21) | func (b CommandBlock) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b CommandBlock) BlockEntity(pos pos.BlockPosition) chunk.BlockEn... FILE: server/world/block/comparator.go type Comparator (line 9) | type Comparator struct method Encode (line 15) | func (b Comparator) Encode() (string, BlockProperties) { method New (line 23) | func (b Comparator) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b Comparator) BlockEntity(pos pos.BlockPosition) chunk.BlockEnti... FILE: server/world/block/composter.go type Composter (line 7) | type Composter struct method Encode (line 11) | func (b Composter) Encode() (string, BlockProperties) { method New (line 17) | func (b Composter) New(props BlockProperties) Block { FILE: server/world/block/conduit.go type Conduit (line 9) | type Conduit struct method Encode (line 13) | func (b Conduit) Encode() (string, BlockProperties) { method New (line 19) | func (b Conduit) New(props BlockProperties) Block { method BlockEntity (line 25) | func (b Conduit) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/copperBlock.go type CopperBlock (line 3) | type CopperBlock struct method Encode (line 6) | func (b CopperBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b CopperBlock) New(props BlockProperties) Block { FILE: server/world/block/copperBulb.go type CopperBulb (line 7) | type CopperBulb struct method Encode (line 12) | func (b CopperBulb) Encode() (string, BlockProperties) { method New (line 19) | func (b CopperBulb) New(props BlockProperties) Block { FILE: server/world/block/copperDoor.go type CopperDoor (line 7) | type CopperDoor struct method Encode (line 15) | func (b CopperDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b CopperDoor) New(props BlockProperties) Block { FILE: server/world/block/copperGrate.go type CopperGrate (line 7) | type CopperGrate struct method Encode (line 11) | func (b CopperGrate) Encode() (string, BlockProperties) { method New (line 17) | func (b CopperGrate) New(props BlockProperties) Block { FILE: server/world/block/copperOre.go type CopperOre (line 3) | type CopperOre struct method Encode (line 6) | func (b CopperOre) Encode() (string, BlockProperties) { method New (line 10) | func (b CopperOre) New(props BlockProperties) Block { FILE: server/world/block/copperTrapdoor.go type CopperTrapdoor (line 7) | type CopperTrapdoor struct method Encode (line 15) | func (b CopperTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b CopperTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/cornflower.go type Cornflower (line 3) | type Cornflower struct method Encode (line 6) | func (b Cornflower) Encode() (string, BlockProperties) { method New (line 10) | func (b Cornflower) New(props BlockProperties) Block { FILE: server/world/block/crackedDeepslateBricks.go type CrackedDeepslateBricks (line 3) | type CrackedDeepslateBricks struct method Encode (line 6) | func (b CrackedDeepslateBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b CrackedDeepslateBricks) New(props BlockProperties) Block { FILE: server/world/block/crackedDeepslateTiles.go type CrackedDeepslateTiles (line 3) | type CrackedDeepslateTiles struct method Encode (line 6) | func (b CrackedDeepslateTiles) Encode() (string, BlockProperties) { method New (line 10) | func (b CrackedDeepslateTiles) New(props BlockProperties) Block { FILE: server/world/block/crackedNetherBricks.go type CrackedNetherBricks (line 3) | type CrackedNetherBricks struct method Encode (line 6) | func (b CrackedNetherBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b CrackedNetherBricks) New(props BlockProperties) Block { FILE: server/world/block/crackedPolishedBlackstoneBricks.go type CrackedPolishedBlackstoneBricks (line 3) | type CrackedPolishedBlackstoneBricks struct method Encode (line 6) | func (b CrackedPolishedBlackstoneBricks) Encode() (string, BlockProper... method New (line 10) | func (b CrackedPolishedBlackstoneBricks) New(props BlockProperties) Bl... FILE: server/world/block/crackedStoneBricks.go type CrackedStoneBricks (line 3) | type CrackedStoneBricks struct method Encode (line 6) | func (b CrackedStoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b CrackedStoneBricks) New(props BlockProperties) Block { FILE: server/world/block/crafter.go type Crafter (line 9) | type Crafter struct method Encode (line 15) | func (b Crafter) Encode() (string, BlockProperties) { method New (line 23) | func (b Crafter) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b Crafter) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/craftingTable.go type CraftingTable (line 3) | type CraftingTable struct method Encode (line 6) | func (b CraftingTable) Encode() (string, BlockProperties) { method New (line 10) | func (b CraftingTable) New(props BlockProperties) Block { FILE: server/world/block/creeperHead.go type CreeperHead (line 7) | type CreeperHead struct method Encode (line 12) | func (b CreeperHead) Encode() (string, BlockProperties) { method New (line 19) | func (b CreeperHead) New(props BlockProperties) Block { FILE: server/world/block/creeperWallHead.go type CreeperWallHead (line 7) | type CreeperWallHead struct method Encode (line 12) | func (b CreeperWallHead) Encode() (string, BlockProperties) { method New (line 19) | func (b CreeperWallHead) New(props BlockProperties) Block { FILE: server/world/block/crimsonButton.go type CrimsonButton (line 7) | type CrimsonButton struct method Encode (line 13) | func (b CrimsonButton) Encode() (string, BlockProperties) { method New (line 21) | func (b CrimsonButton) New(props BlockProperties) Block { FILE: server/world/block/crimsonDoor.go type CrimsonDoor (line 7) | type CrimsonDoor struct method Encode (line 15) | func (b CrimsonDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b CrimsonDoor) New(props BlockProperties) Block { FILE: server/world/block/crimsonFence.go type CrimsonFence (line 7) | type CrimsonFence struct method Encode (line 15) | func (b CrimsonFence) Encode() (string, BlockProperties) { method New (line 25) | func (b CrimsonFence) New(props BlockProperties) Block { FILE: server/world/block/crimsonFenceGate.go type CrimsonFenceGate (line 7) | type CrimsonFenceGate struct method Encode (line 14) | func (b CrimsonFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b CrimsonFenceGate) New(props BlockProperties) Block { FILE: server/world/block/crimsonFungus.go type CrimsonFungus (line 3) | type CrimsonFungus struct method Encode (line 6) | func (b CrimsonFungus) Encode() (string, BlockProperties) { method New (line 10) | func (b CrimsonFungus) New(props BlockProperties) Block { FILE: server/world/block/crimsonHangingSign.go type CrimsonHangingSign (line 7) | type CrimsonHangingSign struct method Encode (line 13) | func (b CrimsonHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b CrimsonHangingSign) New(props BlockProperties) Block { FILE: server/world/block/crimsonHyphae.go type CrimsonHyphae (line 3) | type CrimsonHyphae struct method Encode (line 7) | func (b CrimsonHyphae) Encode() (string, BlockProperties) { method New (line 13) | func (b CrimsonHyphae) New(props BlockProperties) Block { FILE: server/world/block/crimsonNylium.go type CrimsonNylium (line 3) | type CrimsonNylium struct method Encode (line 6) | func (b CrimsonNylium) Encode() (string, BlockProperties) { method New (line 10) | func (b CrimsonNylium) New(props BlockProperties) Block { FILE: server/world/block/crimsonPlanks.go type CrimsonPlanks (line 3) | type CrimsonPlanks struct method Encode (line 6) | func (b CrimsonPlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b CrimsonPlanks) New(props BlockProperties) Block { FILE: server/world/block/crimsonPressurePlate.go type CrimsonPressurePlate (line 7) | type CrimsonPressurePlate struct method Encode (line 11) | func (b CrimsonPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b CrimsonPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/crimsonRoots.go type CrimsonRoots (line 3) | type CrimsonRoots struct method Encode (line 6) | func (b CrimsonRoots) Encode() (string, BlockProperties) { method New (line 10) | func (b CrimsonRoots) New(props BlockProperties) Block { FILE: server/world/block/crimsonSign.go type CrimsonSign (line 7) | type CrimsonSign struct method Encode (line 12) | func (b CrimsonSign) Encode() (string, BlockProperties) { method New (line 19) | func (b CrimsonSign) New(props BlockProperties) Block { FILE: server/world/block/crimsonSlab.go type CrimsonSlab (line 7) | type CrimsonSlab struct method Encode (line 12) | func (b CrimsonSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b CrimsonSlab) New(props BlockProperties) Block { FILE: server/world/block/crimsonStairs.go type CrimsonStairs (line 7) | type CrimsonStairs struct method Encode (line 14) | func (b CrimsonStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b CrimsonStairs) New(props BlockProperties) Block { FILE: server/world/block/crimsonStem.go type CrimsonStem (line 3) | type CrimsonStem struct method Encode (line 7) | func (b CrimsonStem) Encode() (string, BlockProperties) { method New (line 13) | func (b CrimsonStem) New(props BlockProperties) Block { FILE: server/world/block/crimsonTrapdoor.go type CrimsonTrapdoor (line 7) | type CrimsonTrapdoor struct method Encode (line 15) | func (b CrimsonTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b CrimsonTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/crimsonWallHangingSign.go type CrimsonWallHangingSign (line 7) | type CrimsonWallHangingSign struct method Encode (line 12) | func (b CrimsonWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b CrimsonWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/crimsonWallSign.go type CrimsonWallSign (line 7) | type CrimsonWallSign struct method Encode (line 12) | func (b CrimsonWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b CrimsonWallSign) New(props BlockProperties) Block { FILE: server/world/block/cryingObsidian.go type CryingObsidian (line 3) | type CryingObsidian struct method Encode (line 6) | func (b CryingObsidian) Encode() (string, BlockProperties) { method New (line 10) | func (b CryingObsidian) New(props BlockProperties) Block { FILE: server/world/block/cutCopper.go type CutCopper (line 3) | type CutCopper struct method Encode (line 6) | func (b CutCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b CutCopper) New(props BlockProperties) Block { FILE: server/world/block/cutCopperSlab.go type CutCopperSlab (line 7) | type CutCopperSlab struct method Encode (line 12) | func (b CutCopperSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b CutCopperSlab) New(props BlockProperties) Block { FILE: server/world/block/cutCopperStairs.go type CutCopperStairs (line 7) | type CutCopperStairs struct method Encode (line 14) | func (b CutCopperStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b CutCopperStairs) New(props BlockProperties) Block { FILE: server/world/block/cutRedSandstone.go type CutRedSandstone (line 3) | type CutRedSandstone struct method Encode (line 6) | func (b CutRedSandstone) Encode() (string, BlockProperties) { method New (line 10) | func (b CutRedSandstone) New(props BlockProperties) Block { FILE: server/world/block/cutRedSandstoneSlab.go type CutRedSandstoneSlab (line 7) | type CutRedSandstoneSlab struct method Encode (line 12) | func (b CutRedSandstoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b CutRedSandstoneSlab) New(props BlockProperties) Block { FILE: server/world/block/cutSandstone.go type CutSandstone (line 3) | type CutSandstone struct method Encode (line 6) | func (b CutSandstone) Encode() (string, BlockProperties) { method New (line 10) | func (b CutSandstone) New(props BlockProperties) Block { FILE: server/world/block/cutSandstoneSlab.go type CutSandstoneSlab (line 7) | type CutSandstoneSlab struct method Encode (line 12) | func (b CutSandstoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b CutSandstoneSlab) New(props BlockProperties) Block { FILE: server/world/block/cyanBanner.go type CyanBanner (line 7) | type CyanBanner struct method Encode (line 11) | func (b CyanBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b CyanBanner) New(props BlockProperties) Block { FILE: server/world/block/cyanBed.go type CyanBed (line 7) | type CyanBed struct method Encode (line 13) | func (b CyanBed) Encode() (string, BlockProperties) { method New (line 21) | func (b CyanBed) New(props BlockProperties) Block { FILE: server/world/block/cyanCandle.go type CyanCandle (line 7) | type CyanCandle struct method Encode (line 13) | func (b CyanCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b CyanCandle) New(props BlockProperties) Block { FILE: server/world/block/cyanCandleCake.go type CyanCandleCake (line 7) | type CyanCandleCake struct method Encode (line 11) | func (b CyanCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b CyanCandleCake) New(props BlockProperties) Block { FILE: server/world/block/cyanCarpet.go type CyanCarpet (line 3) | type CyanCarpet struct method Encode (line 6) | func (b CyanCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b CyanCarpet) New(props BlockProperties) Block { FILE: server/world/block/cyanConcrete.go type CyanConcrete (line 3) | type CyanConcrete struct method Encode (line 6) | func (b CyanConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b CyanConcrete) New(props BlockProperties) Block { FILE: server/world/block/cyanConcretePowder.go type CyanConcretePowder (line 3) | type CyanConcretePowder struct method Encode (line 6) | func (b CyanConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b CyanConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/cyanGlazedTerracotta.go type CyanGlazedTerracotta (line 3) | type CyanGlazedTerracotta struct method Encode (line 7) | func (b CyanGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b CyanGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/cyanShulkerBox.go type CyanShulkerBox (line 3) | type CyanShulkerBox struct method Encode (line 7) | func (b CyanShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b CyanShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/cyanStainedGlass.go type CyanStainedGlass (line 3) | type CyanStainedGlass struct method Encode (line 6) | func (b CyanStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b CyanStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/cyanStainedGlassPane.go type CyanStainedGlassPane (line 7) | type CyanStainedGlassPane struct method Encode (line 15) | func (b CyanStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b CyanStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/cyanTerracotta.go type CyanTerracotta (line 3) | type CyanTerracotta struct method Encode (line 6) | func (b CyanTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b CyanTerracotta) New(props BlockProperties) Block { FILE: server/world/block/cyanWallBanner.go type CyanWallBanner (line 3) | type CyanWallBanner struct method Encode (line 7) | func (b CyanWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b CyanWallBanner) New(props BlockProperties) Block { FILE: server/world/block/cyanWool.go type CyanWool (line 3) | type CyanWool struct method Encode (line 6) | func (b CyanWool) Encode() (string, BlockProperties) { method New (line 10) | func (b CyanWool) New(props BlockProperties) Block { FILE: server/world/block/damagedAnvil.go type DamagedAnvil (line 3) | type DamagedAnvil struct method Encode (line 7) | func (b DamagedAnvil) Encode() (string, BlockProperties) { method New (line 13) | func (b DamagedAnvil) New(props BlockProperties) Block { FILE: server/world/block/dandelion.go type Dandelion (line 3) | type Dandelion struct method Encode (line 6) | func (b Dandelion) Encode() (string, BlockProperties) { method New (line 10) | func (b Dandelion) New(props BlockProperties) Block { FILE: server/world/block/darkOakButton.go type DarkOakButton (line 7) | type DarkOakButton struct method Encode (line 13) | func (b DarkOakButton) Encode() (string, BlockProperties) { method New (line 21) | func (b DarkOakButton) New(props BlockProperties) Block { FILE: server/world/block/darkOakDoor.go type DarkOakDoor (line 7) | type DarkOakDoor struct method Encode (line 15) | func (b DarkOakDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b DarkOakDoor) New(props BlockProperties) Block { FILE: server/world/block/darkOakFence.go type DarkOakFence (line 7) | type DarkOakFence struct method Encode (line 15) | func (b DarkOakFence) Encode() (string, BlockProperties) { method New (line 25) | func (b DarkOakFence) New(props BlockProperties) Block { FILE: server/world/block/darkOakFenceGate.go type DarkOakFenceGate (line 7) | type DarkOakFenceGate struct method Encode (line 14) | func (b DarkOakFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b DarkOakFenceGate) New(props BlockProperties) Block { FILE: server/world/block/darkOakHangingSign.go type DarkOakHangingSign (line 7) | type DarkOakHangingSign struct method Encode (line 13) | func (b DarkOakHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b DarkOakHangingSign) New(props BlockProperties) Block { FILE: server/world/block/darkOakLeaves.go type DarkOakLeaves (line 7) | type DarkOakLeaves struct method Encode (line 13) | func (b DarkOakLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b DarkOakLeaves) New(props BlockProperties) Block { FILE: server/world/block/darkOakLog.go type DarkOakLog (line 3) | type DarkOakLog struct method Encode (line 7) | func (b DarkOakLog) Encode() (string, BlockProperties) { method New (line 13) | func (b DarkOakLog) New(props BlockProperties) Block { FILE: server/world/block/darkOakPlanks.go type DarkOakPlanks (line 3) | type DarkOakPlanks struct method Encode (line 6) | func (b DarkOakPlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b DarkOakPlanks) New(props BlockProperties) Block { FILE: server/world/block/darkOakPressurePlate.go type DarkOakPressurePlate (line 7) | type DarkOakPressurePlate struct method Encode (line 11) | func (b DarkOakPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b DarkOakPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/darkOakSapling.go type DarkOakSapling (line 7) | type DarkOakSapling struct method Encode (line 11) | func (b DarkOakSapling) Encode() (string, BlockProperties) { method New (line 17) | func (b DarkOakSapling) New(props BlockProperties) Block { FILE: server/world/block/darkOakSign.go type DarkOakSign (line 7) | type DarkOakSign struct method Encode (line 12) | func (b DarkOakSign) Encode() (string, BlockProperties) { method New (line 19) | func (b DarkOakSign) New(props BlockProperties) Block { FILE: server/world/block/darkOakSlab.go type DarkOakSlab (line 7) | type DarkOakSlab struct method Encode (line 12) | func (b DarkOakSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b DarkOakSlab) New(props BlockProperties) Block { FILE: server/world/block/darkOakStairs.go type DarkOakStairs (line 7) | type DarkOakStairs struct method Encode (line 14) | func (b DarkOakStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b DarkOakStairs) New(props BlockProperties) Block { FILE: server/world/block/darkOakTrapdoor.go type DarkOakTrapdoor (line 7) | type DarkOakTrapdoor struct method Encode (line 15) | func (b DarkOakTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b DarkOakTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/darkOakWallHangingSign.go type DarkOakWallHangingSign (line 7) | type DarkOakWallHangingSign struct method Encode (line 12) | func (b DarkOakWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b DarkOakWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/darkOakWallSign.go type DarkOakWallSign (line 7) | type DarkOakWallSign struct method Encode (line 12) | func (b DarkOakWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b DarkOakWallSign) New(props BlockProperties) Block { FILE: server/world/block/darkOakWood.go type DarkOakWood (line 3) | type DarkOakWood struct method Encode (line 7) | func (b DarkOakWood) Encode() (string, BlockProperties) { method New (line 13) | func (b DarkOakWood) New(props BlockProperties) Block { FILE: server/world/block/darkPrismarine.go type DarkPrismarine (line 3) | type DarkPrismarine struct method Encode (line 6) | func (b DarkPrismarine) Encode() (string, BlockProperties) { method New (line 10) | func (b DarkPrismarine) New(props BlockProperties) Block { FILE: server/world/block/darkPrismarineSlab.go type DarkPrismarineSlab (line 7) | type DarkPrismarineSlab struct method Encode (line 12) | func (b DarkPrismarineSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b DarkPrismarineSlab) New(props BlockProperties) Block { FILE: server/world/block/darkPrismarineStairs.go type DarkPrismarineStairs (line 7) | type DarkPrismarineStairs struct method Encode (line 14) | func (b DarkPrismarineStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b DarkPrismarineStairs) New(props BlockProperties) Block { FILE: server/world/block/daylightDetector.go type DaylightDetector (line 9) | type DaylightDetector struct method Encode (line 14) | func (b DaylightDetector) Encode() (string, BlockProperties) { method New (line 21) | func (b DaylightDetector) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b DaylightDetector) BlockEntity(pos pos.BlockPosition) chunk.Blo... FILE: server/world/block/deadBrainCoral.go type DeadBrainCoral (line 7) | type DeadBrainCoral struct method Encode (line 11) | func (b DeadBrainCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadBrainCoral) New(props BlockProperties) Block { FILE: server/world/block/deadBrainCoralBlock.go type DeadBrainCoralBlock (line 3) | type DeadBrainCoralBlock struct method Encode (line 6) | func (b DeadBrainCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b DeadBrainCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/deadBrainCoralFan.go type DeadBrainCoralFan (line 7) | type DeadBrainCoralFan struct method Encode (line 11) | func (b DeadBrainCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadBrainCoralFan) New(props BlockProperties) Block { FILE: server/world/block/deadBrainCoralWallFan.go type DeadBrainCoralWallFan (line 7) | type DeadBrainCoralWallFan struct method Encode (line 12) | func (b DeadBrainCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b DeadBrainCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/deadBubbleCoral.go type DeadBubbleCoral (line 7) | type DeadBubbleCoral struct method Encode (line 11) | func (b DeadBubbleCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadBubbleCoral) New(props BlockProperties) Block { FILE: server/world/block/deadBubbleCoralBlock.go type DeadBubbleCoralBlock (line 3) | type DeadBubbleCoralBlock struct method Encode (line 6) | func (b DeadBubbleCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b DeadBubbleCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/deadBubbleCoralFan.go type DeadBubbleCoralFan (line 7) | type DeadBubbleCoralFan struct method Encode (line 11) | func (b DeadBubbleCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadBubbleCoralFan) New(props BlockProperties) Block { FILE: server/world/block/deadBubbleCoralWallFan.go type DeadBubbleCoralWallFan (line 7) | type DeadBubbleCoralWallFan struct method Encode (line 12) | func (b DeadBubbleCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b DeadBubbleCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/deadBush.go type DeadBush (line 3) | type DeadBush struct method Encode (line 6) | func (b DeadBush) Encode() (string, BlockProperties) { method New (line 10) | func (b DeadBush) New(props BlockProperties) Block { FILE: server/world/block/deadFireCoral.go type DeadFireCoral (line 7) | type DeadFireCoral struct method Encode (line 11) | func (b DeadFireCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadFireCoral) New(props BlockProperties) Block { FILE: server/world/block/deadFireCoralBlock.go type DeadFireCoralBlock (line 3) | type DeadFireCoralBlock struct method Encode (line 6) | func (b DeadFireCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b DeadFireCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/deadFireCoralFan.go type DeadFireCoralFan (line 7) | type DeadFireCoralFan struct method Encode (line 11) | func (b DeadFireCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadFireCoralFan) New(props BlockProperties) Block { FILE: server/world/block/deadFireCoralWallFan.go type DeadFireCoralWallFan (line 7) | type DeadFireCoralWallFan struct method Encode (line 12) | func (b DeadFireCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b DeadFireCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/deadHornCoral.go type DeadHornCoral (line 7) | type DeadHornCoral struct method Encode (line 11) | func (b DeadHornCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadHornCoral) New(props BlockProperties) Block { FILE: server/world/block/deadHornCoralBlock.go type DeadHornCoralBlock (line 3) | type DeadHornCoralBlock struct method Encode (line 6) | func (b DeadHornCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b DeadHornCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/deadHornCoralFan.go type DeadHornCoralFan (line 7) | type DeadHornCoralFan struct method Encode (line 11) | func (b DeadHornCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadHornCoralFan) New(props BlockProperties) Block { FILE: server/world/block/deadHornCoralWallFan.go type DeadHornCoralWallFan (line 7) | type DeadHornCoralWallFan struct method Encode (line 12) | func (b DeadHornCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b DeadHornCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/deadTubeCoral.go type DeadTubeCoral (line 7) | type DeadTubeCoral struct method Encode (line 11) | func (b DeadTubeCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadTubeCoral) New(props BlockProperties) Block { FILE: server/world/block/deadTubeCoralBlock.go type DeadTubeCoralBlock (line 3) | type DeadTubeCoralBlock struct method Encode (line 6) | func (b DeadTubeCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b DeadTubeCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/deadTubeCoralFan.go type DeadTubeCoralFan (line 7) | type DeadTubeCoralFan struct method Encode (line 11) | func (b DeadTubeCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b DeadTubeCoralFan) New(props BlockProperties) Block { FILE: server/world/block/deadTubeCoralWallFan.go type DeadTubeCoralWallFan (line 7) | type DeadTubeCoralWallFan struct method Encode (line 12) | func (b DeadTubeCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b DeadTubeCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/decoratedPot.go type DecoratedPot (line 9) | type DecoratedPot struct method Encode (line 15) | func (b DecoratedPot) Encode() (string, BlockProperties) { method New (line 23) | func (b DecoratedPot) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b DecoratedPot) BlockEntity(pos pos.BlockPosition) chunk.BlockEn... FILE: server/world/block/deepslate.go type Deepslate (line 3) | type Deepslate struct method Encode (line 7) | func (b Deepslate) Encode() (string, BlockProperties) { method New (line 13) | func (b Deepslate) New(props BlockProperties) Block { FILE: server/world/block/deepslateBrickSlab.go type DeepslateBrickSlab (line 7) | type DeepslateBrickSlab struct method Encode (line 12) | func (b DeepslateBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b DeepslateBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/deepslateBrickStairs.go type DeepslateBrickStairs (line 7) | type DeepslateBrickStairs struct method Encode (line 14) | func (b DeepslateBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b DeepslateBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/deepslateBrickWall.go type DeepslateBrickWall (line 7) | type DeepslateBrickWall struct method Encode (line 16) | func (b DeepslateBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b DeepslateBrickWall) New(props BlockProperties) Block { FILE: server/world/block/deepslateBricks.go type DeepslateBricks (line 3) | type DeepslateBricks struct method Encode (line 6) | func (b DeepslateBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateBricks) New(props BlockProperties) Block { FILE: server/world/block/deepslateCoalOre.go type DeepslateCoalOre (line 3) | type DeepslateCoalOre struct method Encode (line 6) | func (b DeepslateCoalOre) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateCoalOre) New(props BlockProperties) Block { FILE: server/world/block/deepslateCopperOre.go type DeepslateCopperOre (line 3) | type DeepslateCopperOre struct method Encode (line 6) | func (b DeepslateCopperOre) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateCopperOre) New(props BlockProperties) Block { FILE: server/world/block/deepslateDiamondOre.go type DeepslateDiamondOre (line 3) | type DeepslateDiamondOre struct method Encode (line 6) | func (b DeepslateDiamondOre) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateDiamondOre) New(props BlockProperties) Block { FILE: server/world/block/deepslateEmeraldOre.go type DeepslateEmeraldOre (line 3) | type DeepslateEmeraldOre struct method Encode (line 6) | func (b DeepslateEmeraldOre) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateEmeraldOre) New(props BlockProperties) Block { FILE: server/world/block/deepslateGoldOre.go type DeepslateGoldOre (line 3) | type DeepslateGoldOre struct method Encode (line 6) | func (b DeepslateGoldOre) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateGoldOre) New(props BlockProperties) Block { FILE: server/world/block/deepslateIronOre.go type DeepslateIronOre (line 3) | type DeepslateIronOre struct method Encode (line 6) | func (b DeepslateIronOre) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateIronOre) New(props BlockProperties) Block { FILE: server/world/block/deepslateLapisOre.go type DeepslateLapisOre (line 3) | type DeepslateLapisOre struct method Encode (line 6) | func (b DeepslateLapisOre) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateLapisOre) New(props BlockProperties) Block { FILE: server/world/block/deepslateRedstoneOre.go type DeepslateRedstoneOre (line 7) | type DeepslateRedstoneOre struct method Encode (line 11) | func (b DeepslateRedstoneOre) Encode() (string, BlockProperties) { method New (line 17) | func (b DeepslateRedstoneOre) New(props BlockProperties) Block { FILE: server/world/block/deepslateTileSlab.go type DeepslateTileSlab (line 7) | type DeepslateTileSlab struct method Encode (line 12) | func (b DeepslateTileSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b DeepslateTileSlab) New(props BlockProperties) Block { FILE: server/world/block/deepslateTileStairs.go type DeepslateTileStairs (line 7) | type DeepslateTileStairs struct method Encode (line 14) | func (b DeepslateTileStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b DeepslateTileStairs) New(props BlockProperties) Block { FILE: server/world/block/deepslateTileWall.go type DeepslateTileWall (line 7) | type DeepslateTileWall struct method Encode (line 16) | func (b DeepslateTileWall) Encode() (string, BlockProperties) { method New (line 27) | func (b DeepslateTileWall) New(props BlockProperties) Block { FILE: server/world/block/deepslateTiles.go type DeepslateTiles (line 3) | type DeepslateTiles struct method Encode (line 6) | func (b DeepslateTiles) Encode() (string, BlockProperties) { method New (line 10) | func (b DeepslateTiles) New(props BlockProperties) Block { FILE: server/world/block/detectorRail.go type DetectorRail (line 7) | type DetectorRail struct method Encode (line 13) | func (b DetectorRail) Encode() (string, BlockProperties) { method New (line 21) | func (b DetectorRail) New(props BlockProperties) Block { FILE: server/world/block/diamondBlock.go type DiamondBlock (line 3) | type DiamondBlock struct method Encode (line 6) | func (b DiamondBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b DiamondBlock) New(props BlockProperties) Block { FILE: server/world/block/diamondOre.go type DiamondOre (line 3) | type DiamondOre struct method Encode (line 6) | func (b DiamondOre) Encode() (string, BlockProperties) { method New (line 10) | func (b DiamondOre) New(props BlockProperties) Block { FILE: server/world/block/diorite.go type Diorite (line 3) | type Diorite struct method Encode (line 6) | func (b Diorite) Encode() (string, BlockProperties) { method New (line 10) | func (b Diorite) New(props BlockProperties) Block { FILE: server/world/block/dioriteSlab.go type DioriteSlab (line 7) | type DioriteSlab struct method Encode (line 12) | func (b DioriteSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b DioriteSlab) New(props BlockProperties) Block { FILE: server/world/block/dioriteStairs.go type DioriteStairs (line 7) | type DioriteStairs struct method Encode (line 14) | func (b DioriteStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b DioriteStairs) New(props BlockProperties) Block { FILE: server/world/block/dioriteWall.go type DioriteWall (line 7) | type DioriteWall struct method Encode (line 16) | func (b DioriteWall) Encode() (string, BlockProperties) { method New (line 27) | func (b DioriteWall) New(props BlockProperties) Block { FILE: server/world/block/dirt.go type Dirt (line 3) | type Dirt struct method Encode (line 6) | func (b Dirt) Encode() (string, BlockProperties) { method New (line 10) | func (b Dirt) New(props BlockProperties) Block { FILE: server/world/block/dirtPath.go type DirtPath (line 3) | type DirtPath struct method Encode (line 6) | func (b DirtPath) Encode() (string, BlockProperties) { method New (line 10) | func (b DirtPath) New(props BlockProperties) Block { FILE: server/world/block/dispenser.go type Dispenser (line 9) | type Dispenser struct method Encode (line 14) | func (b Dispenser) Encode() (string, BlockProperties) { method New (line 21) | func (b Dispenser) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b Dispenser) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/dragonEgg.go type DragonEgg (line 3) | type DragonEgg struct method Encode (line 6) | func (b DragonEgg) Encode() (string, BlockProperties) { method New (line 10) | func (b DragonEgg) New(props BlockProperties) Block { FILE: server/world/block/dragonHead.go type DragonHead (line 7) | type DragonHead struct method Encode (line 12) | func (b DragonHead) Encode() (string, BlockProperties) { method New (line 19) | func (b DragonHead) New(props BlockProperties) Block { FILE: server/world/block/dragonWallHead.go type DragonWallHead (line 7) | type DragonWallHead struct method Encode (line 12) | func (b DragonWallHead) Encode() (string, BlockProperties) { method New (line 19) | func (b DragonWallHead) New(props BlockProperties) Block { FILE: server/world/block/driedKelpBlock.go type DriedKelpBlock (line 3) | type DriedKelpBlock struct method Encode (line 6) | func (b DriedKelpBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b DriedKelpBlock) New(props BlockProperties) Block { FILE: server/world/block/dripstoneBlock.go type DripstoneBlock (line 3) | type DripstoneBlock struct method Encode (line 6) | func (b DripstoneBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b DripstoneBlock) New(props BlockProperties) Block { FILE: server/world/block/dropper.go type Dropper (line 9) | type Dropper struct method Encode (line 14) | func (b Dropper) Encode() (string, BlockProperties) { method New (line 21) | func (b Dropper) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b Dropper) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/emeraldBlock.go type EmeraldBlock (line 3) | type EmeraldBlock struct method Encode (line 6) | func (b EmeraldBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b EmeraldBlock) New(props BlockProperties) Block { FILE: server/world/block/emeraldOre.go type EmeraldOre (line 3) | type EmeraldOre struct method Encode (line 6) | func (b EmeraldOre) Encode() (string, BlockProperties) { method New (line 10) | func (b EmeraldOre) New(props BlockProperties) Block { FILE: server/world/block/enchantingTable.go type EnchantingTable (line 8) | type EnchantingTable struct method Encode (line 11) | func (b EnchantingTable) Encode() (string, BlockProperties) { method New (line 15) | func (b EnchantingTable) New(props BlockProperties) Block { method BlockEntity (line 19) | func (b EnchantingTable) BlockEntity(pos pos.BlockPosition) chunk.Bloc... FILE: server/world/block/endGateway.go type EndGateway (line 8) | type EndGateway struct method Encode (line 11) | func (b EndGateway) Encode() (string, BlockProperties) { method New (line 15) | func (b EndGateway) New(props BlockProperties) Block { method BlockEntity (line 19) | func (b EndGateway) BlockEntity(pos pos.BlockPosition) chunk.BlockEnti... FILE: server/world/block/endPortal.go type EndPortal (line 8) | type EndPortal struct method Encode (line 11) | func (b EndPortal) Encode() (string, BlockProperties) { method New (line 15) | func (b EndPortal) New(props BlockProperties) Block { method BlockEntity (line 19) | func (b EndPortal) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/endPortalFrame.go type EndPortalFrame (line 7) | type EndPortalFrame struct method Encode (line 12) | func (b EndPortalFrame) Encode() (string, BlockProperties) { method New (line 19) | func (b EndPortalFrame) New(props BlockProperties) Block { FILE: server/world/block/endRod.go type EndRod (line 3) | type EndRod struct method Encode (line 7) | func (b EndRod) Encode() (string, BlockProperties) { method New (line 13) | func (b EndRod) New(props BlockProperties) Block { FILE: server/world/block/endStone.go type EndStone (line 3) | type EndStone struct method Encode (line 6) | func (b EndStone) Encode() (string, BlockProperties) { method New (line 10) | func (b EndStone) New(props BlockProperties) Block { FILE: server/world/block/endStoneBrickSlab.go type EndStoneBrickSlab (line 7) | type EndStoneBrickSlab struct method Encode (line 12) | func (b EndStoneBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b EndStoneBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/endStoneBrickStairs.go type EndStoneBrickStairs (line 7) | type EndStoneBrickStairs struct method Encode (line 14) | func (b EndStoneBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b EndStoneBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/endStoneBrickWall.go type EndStoneBrickWall (line 7) | type EndStoneBrickWall struct method Encode (line 16) | func (b EndStoneBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b EndStoneBrickWall) New(props BlockProperties) Block { FILE: server/world/block/endStoneBricks.go type EndStoneBricks (line 3) | type EndStoneBricks struct method Encode (line 6) | func (b EndStoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b EndStoneBricks) New(props BlockProperties) Block { FILE: server/world/block/enderChest.go type EnderChest (line 9) | type EnderChest struct method Encode (line 14) | func (b EnderChest) Encode() (string, BlockProperties) { method New (line 21) | func (b EnderChest) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b EnderChest) BlockEntity(pos pos.BlockPosition) chunk.BlockEnti... FILE: server/world/block/exposedChiseledCopper.go type ExposedChiseledCopper (line 3) | type ExposedChiseledCopper struct method Encode (line 6) | func (b ExposedChiseledCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b ExposedChiseledCopper) New(props BlockProperties) Block { FILE: server/world/block/exposedCopper.go type ExposedCopper (line 3) | type ExposedCopper struct method Encode (line 6) | func (b ExposedCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b ExposedCopper) New(props BlockProperties) Block { FILE: server/world/block/exposedCopperBulb.go type ExposedCopperBulb (line 7) | type ExposedCopperBulb struct method Encode (line 12) | func (b ExposedCopperBulb) Encode() (string, BlockProperties) { method New (line 19) | func (b ExposedCopperBulb) New(props BlockProperties) Block { FILE: server/world/block/exposedCopperDoor.go type ExposedCopperDoor (line 7) | type ExposedCopperDoor struct method Encode (line 15) | func (b ExposedCopperDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b ExposedCopperDoor) New(props BlockProperties) Block { FILE: server/world/block/exposedCopperGrate.go type ExposedCopperGrate (line 7) | type ExposedCopperGrate struct method Encode (line 11) | func (b ExposedCopperGrate) Encode() (string, BlockProperties) { method New (line 17) | func (b ExposedCopperGrate) New(props BlockProperties) Block { FILE: server/world/block/exposedCopperTrapdoor.go type ExposedCopperTrapdoor (line 7) | type ExposedCopperTrapdoor struct method Encode (line 15) | func (b ExposedCopperTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b ExposedCopperTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/exposedCutCopper.go type ExposedCutCopper (line 3) | type ExposedCutCopper struct method Encode (line 6) | func (b ExposedCutCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b ExposedCutCopper) New(props BlockProperties) Block { FILE: server/world/block/exposedCutCopperSlab.go type ExposedCutCopperSlab (line 7) | type ExposedCutCopperSlab struct method Encode (line 12) | func (b ExposedCutCopperSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b ExposedCutCopperSlab) New(props BlockProperties) Block { FILE: server/world/block/exposedCutCopperStairs.go type ExposedCutCopperStairs (line 7) | type ExposedCutCopperStairs struct method Encode (line 14) | func (b ExposedCutCopperStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b ExposedCutCopperStairs) New(props BlockProperties) Block { FILE: server/world/block/farmland.go type Farmland (line 7) | type Farmland struct method Encode (line 11) | func (b Farmland) Encode() (string, BlockProperties) { method New (line 17) | func (b Farmland) New(props BlockProperties) Block { FILE: server/world/block/fern.go type Fern (line 3) | type Fern struct method Encode (line 6) | func (b Fern) Encode() (string, BlockProperties) { method New (line 10) | func (b Fern) New(props BlockProperties) Block { FILE: server/world/block/fire.go type Fire (line 7) | type Fire struct method Encode (line 16) | func (b Fire) Encode() (string, BlockProperties) { method New (line 27) | func (b Fire) New(props BlockProperties) Block { FILE: server/world/block/fireCoral.go type FireCoral (line 7) | type FireCoral struct method Encode (line 11) | func (b FireCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b FireCoral) New(props BlockProperties) Block { FILE: server/world/block/fireCoralBlock.go type FireCoralBlock (line 3) | type FireCoralBlock struct method Encode (line 6) | func (b FireCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b FireCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/fireCoralFan.go type FireCoralFan (line 7) | type FireCoralFan struct method Encode (line 11) | func (b FireCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b FireCoralFan) New(props BlockProperties) Block { FILE: server/world/block/fireCoralWallFan.go type FireCoralWallFan (line 7) | type FireCoralWallFan struct method Encode (line 12) | func (b FireCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b FireCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/fletchingTable.go type FletchingTable (line 3) | type FletchingTable struct method Encode (line 6) | func (b FletchingTable) Encode() (string, BlockProperties) { method New (line 10) | func (b FletchingTable) New(props BlockProperties) Block { FILE: server/world/block/flowerPot.go type FlowerPot (line 3) | type FlowerPot struct method Encode (line 6) | func (b FlowerPot) Encode() (string, BlockProperties) { method New (line 10) | func (b FlowerPot) New(props BlockProperties) Block { FILE: server/world/block/floweringAzalea.go type FloweringAzalea (line 3) | type FloweringAzalea struct method Encode (line 6) | func (b FloweringAzalea) Encode() (string, BlockProperties) { method New (line 10) | func (b FloweringAzalea) New(props BlockProperties) Block { FILE: server/world/block/floweringAzaleaLeaves.go type FloweringAzaleaLeaves (line 7) | type FloweringAzaleaLeaves struct method Encode (line 13) | func (b FloweringAzaleaLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b FloweringAzaleaLeaves) New(props BlockProperties) Block { FILE: server/world/block/frogspawn.go type Frogspawn (line 3) | type Frogspawn struct method Encode (line 6) | func (b Frogspawn) Encode() (string, BlockProperties) { method New (line 10) | func (b Frogspawn) New(props BlockProperties) Block { FILE: server/world/block/frostedIce.go type FrostedIce (line 7) | type FrostedIce struct method Encode (line 11) | func (b FrostedIce) Encode() (string, BlockProperties) { method New (line 17) | func (b FrostedIce) New(props BlockProperties) Block { FILE: server/world/block/furnace.go type Furnace (line 9) | type Furnace struct method Encode (line 14) | func (b Furnace) Encode() (string, BlockProperties) { method New (line 21) | func (b Furnace) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b Furnace) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/gildedBlackstone.go type GildedBlackstone (line 3) | type GildedBlackstone struct method Encode (line 6) | func (b GildedBlackstone) Encode() (string, BlockProperties) { method New (line 10) | func (b GildedBlackstone) New(props BlockProperties) Block { FILE: server/world/block/glass.go type Glass (line 3) | type Glass struct method Encode (line 6) | func (b Glass) Encode() (string, BlockProperties) { method New (line 10) | func (b Glass) New(props BlockProperties) Block { FILE: server/world/block/glassPane.go type GlassPane (line 7) | type GlassPane struct method Encode (line 15) | func (b GlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b GlassPane) New(props BlockProperties) Block { FILE: server/world/block/glowLichen.go type GlowLichen (line 7) | type GlowLichen struct method Encode (line 17) | func (b GlowLichen) Encode() (string, BlockProperties) { method New (line 29) | func (b GlowLichen) New(props BlockProperties) Block { FILE: server/world/block/glowstone.go type Glowstone (line 3) | type Glowstone struct method Encode (line 6) | func (b Glowstone) Encode() (string, BlockProperties) { method New (line 10) | func (b Glowstone) New(props BlockProperties) Block { FILE: server/world/block/goldBlock.go type GoldBlock (line 3) | type GoldBlock struct method Encode (line 6) | func (b GoldBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b GoldBlock) New(props BlockProperties) Block { FILE: server/world/block/goldOre.go type GoldOre (line 3) | type GoldOre struct method Encode (line 6) | func (b GoldOre) Encode() (string, BlockProperties) { method New (line 10) | func (b GoldOre) New(props BlockProperties) Block { FILE: server/world/block/granite.go type Granite (line 3) | type Granite struct method Encode (line 6) | func (b Granite) Encode() (string, BlockProperties) { method New (line 10) | func (b Granite) New(props BlockProperties) Block { FILE: server/world/block/graniteSlab.go type GraniteSlab (line 7) | type GraniteSlab struct method Encode (line 12) | func (b GraniteSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b GraniteSlab) New(props BlockProperties) Block { FILE: server/world/block/graniteStairs.go type GraniteStairs (line 7) | type GraniteStairs struct method Encode (line 14) | func (b GraniteStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b GraniteStairs) New(props BlockProperties) Block { FILE: server/world/block/graniteWall.go type GraniteWall (line 7) | type GraniteWall struct method Encode (line 16) | func (b GraniteWall) Encode() (string, BlockProperties) { method New (line 27) | func (b GraniteWall) New(props BlockProperties) Block { FILE: server/world/block/grassBlock.go type GrassBlock (line 7) | type GrassBlock struct method Encode (line 11) | func (g GrassBlock) Encode() (string, BlockProperties) { method New (line 17) | func (g GrassBlock) New(props BlockProperties) Block { FILE: server/world/block/gravel.go type Gravel (line 3) | type Gravel struct method Encode (line 6) | func (b Gravel) Encode() (string, BlockProperties) { method New (line 10) | func (b Gravel) New(props BlockProperties) Block { FILE: server/world/block/grayBanner.go type GrayBanner (line 7) | type GrayBanner struct method Encode (line 11) | func (b GrayBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b GrayBanner) New(props BlockProperties) Block { FILE: server/world/block/grayBed.go type GrayBed (line 7) | type GrayBed struct method Encode (line 13) | func (b GrayBed) Encode() (string, BlockProperties) { method New (line 21) | func (b GrayBed) New(props BlockProperties) Block { FILE: server/world/block/grayCandle.go type GrayCandle (line 7) | type GrayCandle struct method Encode (line 13) | func (b GrayCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b GrayCandle) New(props BlockProperties) Block { FILE: server/world/block/grayCandleCake.go type GrayCandleCake (line 7) | type GrayCandleCake struct method Encode (line 11) | func (b GrayCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b GrayCandleCake) New(props BlockProperties) Block { FILE: server/world/block/grayCarpet.go type GrayCarpet (line 3) | type GrayCarpet struct method Encode (line 6) | func (b GrayCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b GrayCarpet) New(props BlockProperties) Block { FILE: server/world/block/grayConcrete.go type GrayConcrete (line 3) | type GrayConcrete struct method Encode (line 6) | func (b GrayConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b GrayConcrete) New(props BlockProperties) Block { FILE: server/world/block/grayConcretePowder.go type GrayConcretePowder (line 3) | type GrayConcretePowder struct method Encode (line 6) | func (b GrayConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b GrayConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/grayGlazedTerracotta.go type GrayGlazedTerracotta (line 3) | type GrayGlazedTerracotta struct method Encode (line 7) | func (b GrayGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b GrayGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/grayShulkerBox.go type GrayShulkerBox (line 3) | type GrayShulkerBox struct method Encode (line 7) | func (b GrayShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b GrayShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/grayStainedGlass.go type GrayStainedGlass (line 3) | type GrayStainedGlass struct method Encode (line 6) | func (b GrayStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b GrayStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/grayStainedGlassPane.go type GrayStainedGlassPane (line 7) | type GrayStainedGlassPane struct method Encode (line 15) | func (b GrayStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b GrayStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/grayTerracotta.go type GrayTerracotta (line 3) | type GrayTerracotta struct method Encode (line 6) | func (b GrayTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b GrayTerracotta) New(props BlockProperties) Block { FILE: server/world/block/grayWallBanner.go type GrayWallBanner (line 3) | type GrayWallBanner struct method Encode (line 7) | func (b GrayWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b GrayWallBanner) New(props BlockProperties) Block { FILE: server/world/block/grayWool.go type GrayWool (line 3) | type GrayWool struct method Encode (line 6) | func (b GrayWool) Encode() (string, BlockProperties) { method New (line 10) | func (b GrayWool) New(props BlockProperties) Block { FILE: server/world/block/greenBanner.go type GreenBanner (line 7) | type GreenBanner struct method Encode (line 11) | func (b GreenBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b GreenBanner) New(props BlockProperties) Block { FILE: server/world/block/greenBed.go type GreenBed (line 7) | type GreenBed struct method Encode (line 13) | func (b GreenBed) Encode() (string, BlockProperties) { method New (line 21) | func (b GreenBed) New(props BlockProperties) Block { FILE: server/world/block/greenCandle.go type GreenCandle (line 7) | type GreenCandle struct method Encode (line 13) | func (b GreenCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b GreenCandle) New(props BlockProperties) Block { FILE: server/world/block/greenCandleCake.go type GreenCandleCake (line 7) | type GreenCandleCake struct method Encode (line 11) | func (b GreenCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b GreenCandleCake) New(props BlockProperties) Block { FILE: server/world/block/greenCarpet.go type GreenCarpet (line 3) | type GreenCarpet struct method Encode (line 6) | func (b GreenCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b GreenCarpet) New(props BlockProperties) Block { FILE: server/world/block/greenConcrete.go type GreenConcrete (line 3) | type GreenConcrete struct method Encode (line 6) | func (b GreenConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b GreenConcrete) New(props BlockProperties) Block { FILE: server/world/block/greenConcretePowder.go type GreenConcretePowder (line 3) | type GreenConcretePowder struct method Encode (line 6) | func (b GreenConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b GreenConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/greenGlazedTerracotta.go type GreenGlazedTerracotta (line 3) | type GreenGlazedTerracotta struct method Encode (line 7) | func (b GreenGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b GreenGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/greenShulkerBox.go type GreenShulkerBox (line 3) | type GreenShulkerBox struct method Encode (line 7) | func (b GreenShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b GreenShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/greenStainedGlass.go type GreenStainedGlass (line 3) | type GreenStainedGlass struct method Encode (line 6) | func (b GreenStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b GreenStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/greenStainedGlassPane.go type GreenStainedGlassPane (line 7) | type GreenStainedGlassPane struct method Encode (line 15) | func (b GreenStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b GreenStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/greenTerracotta.go type GreenTerracotta (line 3) | type GreenTerracotta struct method Encode (line 6) | func (b GreenTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b GreenTerracotta) New(props BlockProperties) Block { FILE: server/world/block/greenWallBanner.go type GreenWallBanner (line 3) | type GreenWallBanner struct method Encode (line 7) | func (b GreenWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b GreenWallBanner) New(props BlockProperties) Block { FILE: server/world/block/greenWool.go type GreenWool (line 3) | type GreenWool struct method Encode (line 6) | func (b GreenWool) Encode() (string, BlockProperties) { method New (line 10) | func (b GreenWool) New(props BlockProperties) Block { FILE: server/world/block/grindstone.go type Grindstone (line 3) | type Grindstone struct method Encode (line 8) | func (b Grindstone) Encode() (string, BlockProperties) { method New (line 15) | func (b Grindstone) New(props BlockProperties) Block { FILE: server/world/block/hangingRoots.go type HangingRoots (line 7) | type HangingRoots struct method Encode (line 11) | func (b HangingRoots) Encode() (string, BlockProperties) { method New (line 17) | func (b HangingRoots) New(props BlockProperties) Block { FILE: server/world/block/hayBlock.go type HayBlock (line 3) | type HayBlock struct method Encode (line 7) | func (b HayBlock) Encode() (string, BlockProperties) { method New (line 13) | func (b HayBlock) New(props BlockProperties) Block { FILE: server/world/block/heavyCore.go type HeavyCore (line 7) | type HeavyCore struct method Encode (line 11) | func (b HeavyCore) Encode() (string, BlockProperties) { method New (line 17) | func (b HeavyCore) New(props BlockProperties) Block { FILE: server/world/block/heavyWeightedPressurePlate.go type HeavyWeightedPressurePlate (line 7) | type HeavyWeightedPressurePlate struct method Encode (line 11) | func (b HeavyWeightedPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b HeavyWeightedPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/honeyBlock.go type HoneyBlock (line 3) | type HoneyBlock struct method Encode (line 6) | func (b HoneyBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b HoneyBlock) New(props BlockProperties) Block { FILE: server/world/block/honeycombBlock.go type HoneycombBlock (line 3) | type HoneycombBlock struct method Encode (line 6) | func (b HoneycombBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b HoneycombBlock) New(props BlockProperties) Block { FILE: server/world/block/hopper.go type Hopper (line 9) | type Hopper struct method Encode (line 14) | func (b Hopper) Encode() (string, BlockProperties) { method New (line 21) | func (b Hopper) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b Hopper) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/hornCoral.go type HornCoral (line 7) | type HornCoral struct method Encode (line 11) | func (b HornCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b HornCoral) New(props BlockProperties) Block { FILE: server/world/block/hornCoralBlock.go type HornCoralBlock (line 3) | type HornCoralBlock struct method Encode (line 6) | func (b HornCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b HornCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/hornCoralFan.go type HornCoralFan (line 7) | type HornCoralFan struct method Encode (line 11) | func (b HornCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b HornCoralFan) New(props BlockProperties) Block { FILE: server/world/block/hornCoralWallFan.go type HornCoralWallFan (line 7) | type HornCoralWallFan struct method Encode (line 12) | func (b HornCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b HornCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/ice.go type Ice (line 3) | type Ice struct method Encode (line 6) | func (b Ice) Encode() (string, BlockProperties) { method New (line 10) | func (b Ice) New(props BlockProperties) Block { FILE: server/world/block/infestedChiseledStoneBricks.go type InfestedChiseledStoneBricks (line 3) | type InfestedChiseledStoneBricks struct method Encode (line 6) | func (b InfestedChiseledStoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b InfestedChiseledStoneBricks) New(props BlockProperties) Block { FILE: server/world/block/infestedCobblestone.go type InfestedCobblestone (line 3) | type InfestedCobblestone struct method Encode (line 6) | func (b InfestedCobblestone) Encode() (string, BlockProperties) { method New (line 10) | func (b InfestedCobblestone) New(props BlockProperties) Block { FILE: server/world/block/infestedCrackedStoneBricks.go type InfestedCrackedStoneBricks (line 3) | type InfestedCrackedStoneBricks struct method Encode (line 6) | func (b InfestedCrackedStoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b InfestedCrackedStoneBricks) New(props BlockProperties) Block { FILE: server/world/block/infestedDeepslate.go type InfestedDeepslate (line 3) | type InfestedDeepslate struct method Encode (line 7) | func (b InfestedDeepslate) Encode() (string, BlockProperties) { method New (line 13) | func (b InfestedDeepslate) New(props BlockProperties) Block { FILE: server/world/block/infestedMossyStoneBricks.go type InfestedMossyStoneBricks (line 3) | type InfestedMossyStoneBricks struct method Encode (line 6) | func (b InfestedMossyStoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b InfestedMossyStoneBricks) New(props BlockProperties) Block { FILE: server/world/block/infestedStone.go type InfestedStone (line 3) | type InfestedStone struct method Encode (line 6) | func (b InfestedStone) Encode() (string, BlockProperties) { method New (line 10) | func (b InfestedStone) New(props BlockProperties) Block { FILE: server/world/block/infestedStoneBricks.go type InfestedStoneBricks (line 3) | type InfestedStoneBricks struct method Encode (line 6) | func (b InfestedStoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b InfestedStoneBricks) New(props BlockProperties) Block { FILE: server/world/block/ironBars.go type IronBars (line 7) | type IronBars struct method Encode (line 15) | func (b IronBars) Encode() (string, BlockProperties) { method New (line 25) | func (b IronBars) New(props BlockProperties) Block { FILE: server/world/block/ironBlock.go type IronBlock (line 3) | type IronBlock struct method Encode (line 6) | func (b IronBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b IronBlock) New(props BlockProperties) Block { FILE: server/world/block/ironDoor.go type IronDoor (line 7) | type IronDoor struct method Encode (line 15) | func (b IronDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b IronDoor) New(props BlockProperties) Block { FILE: server/world/block/ironOre.go type IronOre (line 3) | type IronOre struct method Encode (line 6) | func (b IronOre) Encode() (string, BlockProperties) { method New (line 10) | func (b IronOre) New(props BlockProperties) Block { FILE: server/world/block/ironTrapdoor.go type IronTrapdoor (line 7) | type IronTrapdoor struct method Encode (line 15) | func (b IronTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b IronTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/jackOLantern.go type JackOLantern (line 3) | type JackOLantern struct method Encode (line 7) | func (b JackOLantern) Encode() (string, BlockProperties) { method New (line 13) | func (b JackOLantern) New(props BlockProperties) Block { FILE: server/world/block/jigsaw.go type Jigsaw (line 8) | type Jigsaw struct method Encode (line 12) | func (b Jigsaw) Encode() (string, BlockProperties) { method New (line 18) | func (b Jigsaw) New(props BlockProperties) Block { method BlockEntity (line 24) | func (b Jigsaw) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/jukebox.go type Jukebox (line 9) | type Jukebox struct method Encode (line 13) | func (b Jukebox) Encode() (string, BlockProperties) { method New (line 19) | func (b Jukebox) New(props BlockProperties) Block { method BlockEntity (line 25) | func (b Jukebox) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/jungleButton.go type JungleButton (line 7) | type JungleButton struct method Encode (line 13) | func (b JungleButton) Encode() (string, BlockProperties) { method New (line 21) | func (b JungleButton) New(props BlockProperties) Block { FILE: server/world/block/jungleDoor.go type JungleDoor (line 7) | type JungleDoor struct method Encode (line 15) | func (b JungleDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b JungleDoor) New(props BlockProperties) Block { FILE: server/world/block/jungleFence.go type JungleFence (line 7) | type JungleFence struct method Encode (line 15) | func (b JungleFence) Encode() (string, BlockProperties) { method New (line 25) | func (b JungleFence) New(props BlockProperties) Block { FILE: server/world/block/jungleFenceGate.go type JungleFenceGate (line 7) | type JungleFenceGate struct method Encode (line 14) | func (b JungleFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b JungleFenceGate) New(props BlockProperties) Block { FILE: server/world/block/jungleHangingSign.go type JungleHangingSign (line 7) | type JungleHangingSign struct method Encode (line 13) | func (b JungleHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b JungleHangingSign) New(props BlockProperties) Block { FILE: server/world/block/jungleLeaves.go type JungleLeaves (line 7) | type JungleLeaves struct method Encode (line 13) | func (b JungleLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b JungleLeaves) New(props BlockProperties) Block { FILE: server/world/block/jungleLog.go type JungleLog (line 3) | type JungleLog struct method Encode (line 7) | func (b JungleLog) Encode() (string, BlockProperties) { method New (line 13) | func (b JungleLog) New(props BlockProperties) Block { FILE: server/world/block/junglePlanks.go type JunglePlanks (line 3) | type JunglePlanks struct method Encode (line 6) | func (b JunglePlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b JunglePlanks) New(props BlockProperties) Block { FILE: server/world/block/junglePressurePlate.go type JunglePressurePlate (line 7) | type JunglePressurePlate struct method Encode (line 11) | func (b JunglePressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b JunglePressurePlate) New(props BlockProperties) Block { FILE: server/world/block/jungleSapling.go type JungleSapling (line 7) | type JungleSapling struct method Encode (line 11) | func (b JungleSapling) Encode() (string, BlockProperties) { method New (line 17) | func (b JungleSapling) New(props BlockProperties) Block { FILE: server/world/block/jungleSign.go type JungleSign (line 7) | type JungleSign struct method Encode (line 12) | func (b JungleSign) Encode() (string, BlockProperties) { method New (line 19) | func (b JungleSign) New(props BlockProperties) Block { FILE: server/world/block/jungleSlab.go type JungleSlab (line 7) | type JungleSlab struct method Encode (line 12) | func (b JungleSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b JungleSlab) New(props BlockProperties) Block { FILE: server/world/block/jungleStairs.go type JungleStairs (line 7) | type JungleStairs struct method Encode (line 14) | func (b JungleStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b JungleStairs) New(props BlockProperties) Block { FILE: server/world/block/jungleTrapdoor.go type JungleTrapdoor (line 7) | type JungleTrapdoor struct method Encode (line 15) | func (b JungleTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b JungleTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/jungleWallHangingSign.go type JungleWallHangingSign (line 7) | type JungleWallHangingSign struct method Encode (line 12) | func (b JungleWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b JungleWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/jungleWallSign.go type JungleWallSign (line 7) | type JungleWallSign struct method Encode (line 12) | func (b JungleWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b JungleWallSign) New(props BlockProperties) Block { FILE: server/world/block/jungleWood.go type JungleWood (line 3) | type JungleWood struct method Encode (line 7) | func (b JungleWood) Encode() (string, BlockProperties) { method New (line 13) | func (b JungleWood) New(props BlockProperties) Block { FILE: server/world/block/kelp.go type Kelp (line 7) | type Kelp struct method Encode (line 11) | func (b Kelp) Encode() (string, BlockProperties) { method New (line 17) | func (b Kelp) New(props BlockProperties) Block { FILE: server/world/block/kelpPlant.go type KelpPlant (line 3) | type KelpPlant struct method Encode (line 6) | func (b KelpPlant) Encode() (string, BlockProperties) { method New (line 10) | func (b KelpPlant) New(props BlockProperties) Block { FILE: server/world/block/ladder.go type Ladder (line 7) | type Ladder struct method Encode (line 12) | func (b Ladder) Encode() (string, BlockProperties) { method New (line 19) | func (b Ladder) New(props BlockProperties) Block { FILE: server/world/block/lantern.go type Lantern (line 7) | type Lantern struct method Encode (line 12) | func (b Lantern) Encode() (string, BlockProperties) { method New (line 19) | func (b Lantern) New(props BlockProperties) Block { FILE: server/world/block/lapisBlock.go type LapisBlock (line 3) | type LapisBlock struct method Encode (line 6) | func (b LapisBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b LapisBlock) New(props BlockProperties) Block { FILE: server/world/block/lapisOre.go type LapisOre (line 3) | type LapisOre struct method Encode (line 6) | func (b LapisOre) Encode() (string, BlockProperties) { method New (line 10) | func (b LapisOre) New(props BlockProperties) Block { FILE: server/world/block/largeAmethystBud.go type LargeAmethystBud (line 7) | type LargeAmethystBud struct method Encode (line 12) | func (b LargeAmethystBud) Encode() (string, BlockProperties) { method New (line 19) | func (b LargeAmethystBud) New(props BlockProperties) Block { FILE: server/world/block/largeFern.go type LargeFern (line 3) | type LargeFern struct method Encode (line 7) | func (b LargeFern) Encode() (string, BlockProperties) { method New (line 13) | func (b LargeFern) New(props BlockProperties) Block { FILE: server/world/block/lava.go type Lava (line 7) | type Lava struct method Encode (line 11) | func (b Lava) Encode() (string, BlockProperties) { method New (line 17) | func (b Lava) New(props BlockProperties) Block { FILE: server/world/block/lavaCauldron.go type LavaCauldron (line 3) | type LavaCauldron struct method Encode (line 6) | func (b LavaCauldron) Encode() (string, BlockProperties) { method New (line 10) | func (b LavaCauldron) New(props BlockProperties) Block { FILE: server/world/block/lectern.go type Lectern (line 9) | type Lectern struct method Encode (line 15) | func (b Lectern) Encode() (string, BlockProperties) { method New (line 23) | func (b Lectern) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b Lectern) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/lever.go type Lever (line 7) | type Lever struct method Encode (line 13) | func (b Lever) Encode() (string, BlockProperties) { method New (line 21) | func (b Lever) New(props BlockProperties) Block { FILE: server/world/block/light.go type Light (line 7) | type Light struct method Encode (line 12) | func (b Light) Encode() (string, BlockProperties) { method New (line 19) | func (b Light) New(props BlockProperties) Block { FILE: server/world/block/lightBlueBanner.go type LightBlueBanner (line 7) | type LightBlueBanner struct method Encode (line 11) | func (b LightBlueBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b LightBlueBanner) New(props BlockProperties) Block { FILE: server/world/block/lightBlueBed.go type LightBlueBed (line 7) | type LightBlueBed struct method Encode (line 13) | func (b LightBlueBed) Encode() (string, BlockProperties) { method New (line 21) | func (b LightBlueBed) New(props BlockProperties) Block { FILE: server/world/block/lightBlueCandle.go type LightBlueCandle (line 7) | type LightBlueCandle struct method Encode (line 13) | func (b LightBlueCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b LightBlueCandle) New(props BlockProperties) Block { FILE: server/world/block/lightBlueCandleCake.go type LightBlueCandleCake (line 7) | type LightBlueCandleCake struct method Encode (line 11) | func (b LightBlueCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b LightBlueCandleCake) New(props BlockProperties) Block { FILE: server/world/block/lightBlueCarpet.go type LightBlueCarpet (line 3) | type LightBlueCarpet struct method Encode (line 6) | func (b LightBlueCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b LightBlueCarpet) New(props BlockProperties) Block { FILE: server/world/block/lightBlueConcrete.go type LightBlueConcrete (line 3) | type LightBlueConcrete struct method Encode (line 6) | func (b LightBlueConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b LightBlueConcrete) New(props BlockProperties) Block { FILE: server/world/block/lightBlueConcretePowder.go type LightBlueConcretePowder (line 3) | type LightBlueConcretePowder struct method Encode (line 6) | func (b LightBlueConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b LightBlueConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/lightBlueGlazedTerracotta.go type LightBlueGlazedTerracotta (line 3) | type LightBlueGlazedTerracotta struct method Encode (line 7) | func (b LightBlueGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b LightBlueGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/lightBlueShulkerBox.go type LightBlueShulkerBox (line 3) | type LightBlueShulkerBox struct method Encode (line 7) | func (b LightBlueShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b LightBlueShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/lightBlueStainedGlass.go type LightBlueStainedGlass (line 3) | type LightBlueStainedGlass struct method Encode (line 6) | func (b LightBlueStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b LightBlueStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/lightBlueStainedGlassPane.go type LightBlueStainedGlassPane (line 7) | type LightBlueStainedGlassPane struct method Encode (line 15) | func (b LightBlueStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b LightBlueStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/lightBlueTerracotta.go type LightBlueTerracotta (line 3) | type LightBlueTerracotta struct method Encode (line 6) | func (b LightBlueTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b LightBlueTerracotta) New(props BlockProperties) Block { FILE: server/world/block/lightBlueWallBanner.go type LightBlueWallBanner (line 3) | type LightBlueWallBanner struct method Encode (line 7) | func (b LightBlueWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b LightBlueWallBanner) New(props BlockProperties) Block { FILE: server/world/block/lightBlueWool.go type LightBlueWool (line 3) | type LightBlueWool struct method Encode (line 6) | func (b LightBlueWool) Encode() (string, BlockProperties) { method New (line 10) | func (b LightBlueWool) New(props BlockProperties) Block { FILE: server/world/block/lightGrayBanner.go type LightGrayBanner (line 7) | type LightGrayBanner struct method Encode (line 11) | func (b LightGrayBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b LightGrayBanner) New(props BlockProperties) Block { FILE: server/world/block/lightGrayBed.go type LightGrayBed (line 7) | type LightGrayBed struct method Encode (line 13) | func (b LightGrayBed) Encode() (string, BlockProperties) { method New (line 21) | func (b LightGrayBed) New(props BlockProperties) Block { FILE: server/world/block/lightGrayCandle.go type LightGrayCandle (line 7) | type LightGrayCandle struct method Encode (line 13) | func (b LightGrayCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b LightGrayCandle) New(props BlockProperties) Block { FILE: server/world/block/lightGrayCandleCake.go type LightGrayCandleCake (line 7) | type LightGrayCandleCake struct method Encode (line 11) | func (b LightGrayCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b LightGrayCandleCake) New(props BlockProperties) Block { FILE: server/world/block/lightGrayCarpet.go type LightGrayCarpet (line 3) | type LightGrayCarpet struct method Encode (line 6) | func (b LightGrayCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b LightGrayCarpet) New(props BlockProperties) Block { FILE: server/world/block/lightGrayConcrete.go type LightGrayConcrete (line 3) | type LightGrayConcrete struct method Encode (line 6) | func (b LightGrayConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b LightGrayConcrete) New(props BlockProperties) Block { FILE: server/world/block/lightGrayConcretePowder.go type LightGrayConcretePowder (line 3) | type LightGrayConcretePowder struct method Encode (line 6) | func (b LightGrayConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b LightGrayConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/lightGrayGlazedTerracotta.go type LightGrayGlazedTerracotta (line 3) | type LightGrayGlazedTerracotta struct method Encode (line 7) | func (b LightGrayGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b LightGrayGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/lightGrayShulkerBox.go type LightGrayShulkerBox (line 3) | type LightGrayShulkerBox struct method Encode (line 7) | func (b LightGrayShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b LightGrayShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/lightGrayStainedGlass.go type LightGrayStainedGlass (line 3) | type LightGrayStainedGlass struct method Encode (line 6) | func (b LightGrayStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b LightGrayStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/lightGrayStainedGlassPane.go type LightGrayStainedGlassPane (line 7) | type LightGrayStainedGlassPane struct method Encode (line 15) | func (b LightGrayStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b LightGrayStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/lightGrayTerracotta.go type LightGrayTerracotta (line 3) | type LightGrayTerracotta struct method Encode (line 6) | func (b LightGrayTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b LightGrayTerracotta) New(props BlockProperties) Block { FILE: server/world/block/lightGrayWallBanner.go type LightGrayWallBanner (line 3) | type LightGrayWallBanner struct method Encode (line 7) | func (b LightGrayWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b LightGrayWallBanner) New(props BlockProperties) Block { FILE: server/world/block/lightGrayWool.go type LightGrayWool (line 3) | type LightGrayWool struct method Encode (line 6) | func (b LightGrayWool) Encode() (string, BlockProperties) { method New (line 10) | func (b LightGrayWool) New(props BlockProperties) Block { FILE: server/world/block/lightWeightedPressurePlate.go type LightWeightedPressurePlate (line 7) | type LightWeightedPressurePlate struct method Encode (line 11) | func (b LightWeightedPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b LightWeightedPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/lightningRod.go type LightningRod (line 7) | type LightningRod struct method Encode (line 13) | func (b LightningRod) Encode() (string, BlockProperties) { method New (line 21) | func (b LightningRod) New(props BlockProperties) Block { FILE: server/world/block/lilac.go type Lilac (line 3) | type Lilac struct method Encode (line 7) | func (b Lilac) Encode() (string, BlockProperties) { method New (line 13) | func (b Lilac) New(props BlockProperties) Block { FILE: server/world/block/lilyOfTheValley.go type LilyOfTheValley (line 3) | type LilyOfTheValley struct method Encode (line 6) | func (b LilyOfTheValley) Encode() (string, BlockProperties) { method New (line 10) | func (b LilyOfTheValley) New(props BlockProperties) Block { FILE: server/world/block/lilyPad.go type LilyPad (line 3) | type LilyPad struct method Encode (line 6) | func (b LilyPad) Encode() (string, BlockProperties) { method New (line 10) | func (b LilyPad) New(props BlockProperties) Block { FILE: server/world/block/limeBanner.go type LimeBanner (line 7) | type LimeBanner struct method Encode (line 11) | func (b LimeBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b LimeBanner) New(props BlockProperties) Block { FILE: server/world/block/limeBed.go type LimeBed (line 7) | type LimeBed struct method Encode (line 13) | func (b LimeBed) Encode() (string, BlockProperties) { method New (line 21) | func (b LimeBed) New(props BlockProperties) Block { FILE: server/world/block/limeCandle.go type LimeCandle (line 7) | type LimeCandle struct method Encode (line 13) | func (b LimeCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b LimeCandle) New(props BlockProperties) Block { FILE: server/world/block/limeCandleCake.go type LimeCandleCake (line 7) | type LimeCandleCake struct method Encode (line 11) | func (b LimeCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b LimeCandleCake) New(props BlockProperties) Block { FILE: server/world/block/limeCarpet.go type LimeCarpet (line 3) | type LimeCarpet struct method Encode (line 6) | func (b LimeCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b LimeCarpet) New(props BlockProperties) Block { FILE: server/world/block/limeConcrete.go type LimeConcrete (line 3) | type LimeConcrete struct method Encode (line 6) | func (b LimeConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b LimeConcrete) New(props BlockProperties) Block { FILE: server/world/block/limeConcretePowder.go type LimeConcretePowder (line 3) | type LimeConcretePowder struct method Encode (line 6) | func (b LimeConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b LimeConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/limeGlazedTerracotta.go type LimeGlazedTerracotta (line 3) | type LimeGlazedTerracotta struct method Encode (line 7) | func (b LimeGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b LimeGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/limeShulkerBox.go type LimeShulkerBox (line 3) | type LimeShulkerBox struct method Encode (line 7) | func (b LimeShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b LimeShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/limeStainedGlass.go type LimeStainedGlass (line 3) | type LimeStainedGlass struct method Encode (line 6) | func (b LimeStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b LimeStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/limeStainedGlassPane.go type LimeStainedGlassPane (line 7) | type LimeStainedGlassPane struct method Encode (line 15) | func (b LimeStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b LimeStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/limeTerracotta.go type LimeTerracotta (line 3) | type LimeTerracotta struct method Encode (line 6) | func (b LimeTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b LimeTerracotta) New(props BlockProperties) Block { FILE: server/world/block/limeWallBanner.go type LimeWallBanner (line 3) | type LimeWallBanner struct method Encode (line 7) | func (b LimeWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b LimeWallBanner) New(props BlockProperties) Block { FILE: server/world/block/limeWool.go type LimeWool (line 3) | type LimeWool struct method Encode (line 6) | func (b LimeWool) Encode() (string, BlockProperties) { method New (line 10) | func (b LimeWool) New(props BlockProperties) Block { FILE: server/world/block/lodestone.go type Lodestone (line 3) | type Lodestone struct method Encode (line 6) | func (b Lodestone) Encode() (string, BlockProperties) { method New (line 10) | func (b Lodestone) New(props BlockProperties) Block { FILE: server/world/block/loom.go type Loom (line 3) | type Loom struct method Encode (line 7) | func (b Loom) Encode() (string, BlockProperties) { method New (line 13) | func (b Loom) New(props BlockProperties) Block { FILE: server/world/block/magentaBanner.go type MagentaBanner (line 7) | type MagentaBanner struct method Encode (line 11) | func (b MagentaBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b MagentaBanner) New(props BlockProperties) Block { FILE: server/world/block/magentaBed.go type MagentaBed (line 7) | type MagentaBed struct method Encode (line 13) | func (b MagentaBed) Encode() (string, BlockProperties) { method New (line 21) | func (b MagentaBed) New(props BlockProperties) Block { FILE: server/world/block/magentaCandle.go type MagentaCandle (line 7) | type MagentaCandle struct method Encode (line 13) | func (b MagentaCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b MagentaCandle) New(props BlockProperties) Block { FILE: server/world/block/magentaCandleCake.go type MagentaCandleCake (line 7) | type MagentaCandleCake struct method Encode (line 11) | func (b MagentaCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b MagentaCandleCake) New(props BlockProperties) Block { FILE: server/world/block/magentaCarpet.go type MagentaCarpet (line 3) | type MagentaCarpet struct method Encode (line 6) | func (b MagentaCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b MagentaCarpet) New(props BlockProperties) Block { FILE: server/world/block/magentaConcrete.go type MagentaConcrete (line 3) | type MagentaConcrete struct method Encode (line 6) | func (b MagentaConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b MagentaConcrete) New(props BlockProperties) Block { FILE: server/world/block/magentaConcretePowder.go type MagentaConcretePowder (line 3) | type MagentaConcretePowder struct method Encode (line 6) | func (b MagentaConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b MagentaConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/magentaGlazedTerracotta.go type MagentaGlazedTerracotta (line 3) | type MagentaGlazedTerracotta struct method Encode (line 7) | func (b MagentaGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b MagentaGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/magentaShulkerBox.go type MagentaShulkerBox (line 3) | type MagentaShulkerBox struct method Encode (line 7) | func (b MagentaShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b MagentaShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/magentaStainedGlass.go type MagentaStainedGlass (line 3) | type MagentaStainedGlass struct method Encode (line 6) | func (b MagentaStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b MagentaStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/magentaStainedGlassPane.go type MagentaStainedGlassPane (line 7) | type MagentaStainedGlassPane struct method Encode (line 15) | func (b MagentaStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b MagentaStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/magentaTerracotta.go type MagentaTerracotta (line 3) | type MagentaTerracotta struct method Encode (line 6) | func (b MagentaTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b MagentaTerracotta) New(props BlockProperties) Block { FILE: server/world/block/magentaWallBanner.go type MagentaWallBanner (line 3) | type MagentaWallBanner struct method Encode (line 7) | func (b MagentaWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b MagentaWallBanner) New(props BlockProperties) Block { FILE: server/world/block/magentaWool.go type MagentaWool (line 3) | type MagentaWool struct method Encode (line 6) | func (b MagentaWool) Encode() (string, BlockProperties) { method New (line 10) | func (b MagentaWool) New(props BlockProperties) Block { FILE: server/world/block/magmaBlock.go type MagmaBlock (line 3) | type MagmaBlock struct method Encode (line 6) | func (b MagmaBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b MagmaBlock) New(props BlockProperties) Block { FILE: server/world/block/mangroveButton.go type MangroveButton (line 7) | type MangroveButton struct method Encode (line 13) | func (b MangroveButton) Encode() (string, BlockProperties) { method New (line 21) | func (b MangroveButton) New(props BlockProperties) Block { FILE: server/world/block/mangroveDoor.go type MangroveDoor (line 7) | type MangroveDoor struct method Encode (line 15) | func (b MangroveDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b MangroveDoor) New(props BlockProperties) Block { FILE: server/world/block/mangroveFence.go type MangroveFence (line 7) | type MangroveFence struct method Encode (line 15) | func (b MangroveFence) Encode() (string, BlockProperties) { method New (line 25) | func (b MangroveFence) New(props BlockProperties) Block { FILE: server/world/block/mangroveFenceGate.go type MangroveFenceGate (line 7) | type MangroveFenceGate struct method Encode (line 14) | func (b MangroveFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b MangroveFenceGate) New(props BlockProperties) Block { FILE: server/world/block/mangroveHangingSign.go type MangroveHangingSign (line 7) | type MangroveHangingSign struct method Encode (line 13) | func (b MangroveHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b MangroveHangingSign) New(props BlockProperties) Block { FILE: server/world/block/mangroveLeaves.go type MangroveLeaves (line 7) | type MangroveLeaves struct method Encode (line 13) | func (b MangroveLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b MangroveLeaves) New(props BlockProperties) Block { FILE: server/world/block/mangroveLog.go type MangroveLog (line 3) | type MangroveLog struct method Encode (line 7) | func (b MangroveLog) Encode() (string, BlockProperties) { method New (line 13) | func (b MangroveLog) New(props BlockProperties) Block { FILE: server/world/block/mangrovePlanks.go type MangrovePlanks (line 3) | type MangrovePlanks struct method Encode (line 6) | func (b MangrovePlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b MangrovePlanks) New(props BlockProperties) Block { FILE: server/world/block/mangrovePressurePlate.go type MangrovePressurePlate (line 7) | type MangrovePressurePlate struct method Encode (line 11) | func (b MangrovePressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b MangrovePressurePlate) New(props BlockProperties) Block { FILE: server/world/block/mangrovePropagule.go type MangrovePropagule (line 7) | type MangrovePropagule struct method Encode (line 14) | func (b MangrovePropagule) Encode() (string, BlockProperties) { method New (line 23) | func (b MangrovePropagule) New(props BlockProperties) Block { FILE: server/world/block/mangroveRoots.go type MangroveRoots (line 7) | type MangroveRoots struct method Encode (line 11) | func (b MangroveRoots) Encode() (string, BlockProperties) { method New (line 17) | func (b MangroveRoots) New(props BlockProperties) Block { FILE: server/world/block/mangroveSign.go type MangroveSign (line 7) | type MangroveSign struct method Encode (line 12) | func (b MangroveSign) Encode() (string, BlockProperties) { method New (line 19) | func (b MangroveSign) New(props BlockProperties) Block { FILE: server/world/block/mangroveSlab.go type MangroveSlab (line 7) | type MangroveSlab struct method Encode (line 12) | func (b MangroveSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b MangroveSlab) New(props BlockProperties) Block { FILE: server/world/block/mangroveStairs.go type MangroveStairs (line 7) | type MangroveStairs struct method Encode (line 14) | func (b MangroveStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b MangroveStairs) New(props BlockProperties) Block { FILE: server/world/block/mangroveTrapdoor.go type MangroveTrapdoor (line 7) | type MangroveTrapdoor struct method Encode (line 15) | func (b MangroveTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b MangroveTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/mangroveWallHangingSign.go type MangroveWallHangingSign (line 7) | type MangroveWallHangingSign struct method Encode (line 12) | func (b MangroveWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b MangroveWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/mangroveWallSign.go type MangroveWallSign (line 7) | type MangroveWallSign struct method Encode (line 12) | func (b MangroveWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b MangroveWallSign) New(props BlockProperties) Block { FILE: server/world/block/mangroveWood.go type MangroveWood (line 3) | type MangroveWood struct method Encode (line 7) | func (b MangroveWood) Encode() (string, BlockProperties) { method New (line 13) | func (b MangroveWood) New(props BlockProperties) Block { FILE: server/world/block/mediumAmethystBud.go type MediumAmethystBud (line 7) | type MediumAmethystBud struct method Encode (line 12) | func (b MediumAmethystBud) Encode() (string, BlockProperties) { method New (line 19) | func (b MediumAmethystBud) New(props BlockProperties) Block { FILE: server/world/block/melon.go type Melon (line 3) | type Melon struct method Encode (line 6) | func (b Melon) Encode() (string, BlockProperties) { method New (line 10) | func (b Melon) New(props BlockProperties) Block { FILE: server/world/block/melonStem.go type MelonStem (line 7) | type MelonStem struct method Encode (line 11) | func (b MelonStem) Encode() (string, BlockProperties) { method New (line 17) | func (b MelonStem) New(props BlockProperties) Block { FILE: server/world/block/mossBlock.go type MossBlock (line 3) | type MossBlock struct method Encode (line 6) | func (b MossBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b MossBlock) New(props BlockProperties) Block { FILE: server/world/block/mossCarpet.go type MossCarpet (line 3) | type MossCarpet struct method Encode (line 6) | func (b MossCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b MossCarpet) New(props BlockProperties) Block { FILE: server/world/block/mossyCobblestone.go type MossyCobblestone (line 3) | type MossyCobblestone struct method Encode (line 6) | func (b MossyCobblestone) Encode() (string, BlockProperties) { method New (line 10) | func (b MossyCobblestone) New(props BlockProperties) Block { FILE: server/world/block/mossyCobblestoneSlab.go type MossyCobblestoneSlab (line 7) | type MossyCobblestoneSlab struct method Encode (line 12) | func (b MossyCobblestoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b MossyCobblestoneSlab) New(props BlockProperties) Block { FILE: server/world/block/mossyCobblestoneStairs.go type MossyCobblestoneStairs (line 7) | type MossyCobblestoneStairs struct method Encode (line 14) | func (b MossyCobblestoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b MossyCobblestoneStairs) New(props BlockProperties) Block { FILE: server/world/block/mossyCobblestoneWall.go type MossyCobblestoneWall (line 7) | type MossyCobblestoneWall struct method Encode (line 16) | func (b MossyCobblestoneWall) Encode() (string, BlockProperties) { method New (line 27) | func (b MossyCobblestoneWall) New(props BlockProperties) Block { FILE: server/world/block/mossyStoneBrickSlab.go type MossyStoneBrickSlab (line 7) | type MossyStoneBrickSlab struct method Encode (line 12) | func (b MossyStoneBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b MossyStoneBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/mossyStoneBrickStairs.go type MossyStoneBrickStairs (line 7) | type MossyStoneBrickStairs struct method Encode (line 14) | func (b MossyStoneBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b MossyStoneBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/mossyStoneBrickWall.go type MossyStoneBrickWall (line 7) | type MossyStoneBrickWall struct method Encode (line 16) | func (b MossyStoneBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b MossyStoneBrickWall) New(props BlockProperties) Block { FILE: server/world/block/mossyStoneBricks.go type MossyStoneBricks (line 3) | type MossyStoneBricks struct method Encode (line 6) | func (b MossyStoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b MossyStoneBricks) New(props BlockProperties) Block { FILE: server/world/block/movingPiston.go type MovingPiston (line 3) | type MovingPiston struct method Encode (line 8) | func (b MovingPiston) Encode() (string, BlockProperties) { method New (line 15) | func (b MovingPiston) New(props BlockProperties) Block { FILE: server/world/block/mud.go type Mud (line 3) | type Mud struct method Encode (line 6) | func (b Mud) Encode() (string, BlockProperties) { method New (line 10) | func (b Mud) New(props BlockProperties) Block { FILE: server/world/block/mudBrickSlab.go type MudBrickSlab (line 7) | type MudBrickSlab struct method Encode (line 12) | func (b MudBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b MudBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/mudBrickStairs.go type MudBrickStairs (line 7) | type MudBrickStairs struct method Encode (line 14) | func (b MudBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b MudBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/mudBrickWall.go type MudBrickWall (line 7) | type MudBrickWall struct method Encode (line 16) | func (b MudBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b MudBrickWall) New(props BlockProperties) Block { FILE: server/world/block/mudBricks.go type MudBricks (line 3) | type MudBricks struct method Encode (line 6) | func (b MudBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b MudBricks) New(props BlockProperties) Block { FILE: server/world/block/muddyMangroveRoots.go type MuddyMangroveRoots (line 3) | type MuddyMangroveRoots struct method Encode (line 7) | func (b MuddyMangroveRoots) Encode() (string, BlockProperties) { method New (line 13) | func (b MuddyMangroveRoots) New(props BlockProperties) Block { FILE: server/world/block/mushroomStem.go type MushroomStem (line 7) | type MushroomStem struct method Encode (line 16) | func (b MushroomStem) Encode() (string, BlockProperties) { method New (line 27) | func (b MushroomStem) New(props BlockProperties) Block { FILE: server/world/block/mycelium.go type Mycelium (line 7) | type Mycelium struct method Encode (line 11) | func (b Mycelium) Encode() (string, BlockProperties) { method New (line 17) | func (b Mycelium) New(props BlockProperties) Block { FILE: server/world/block/netherBrickFence.go type NetherBrickFence (line 7) | type NetherBrickFence struct method Encode (line 15) | func (b NetherBrickFence) Encode() (string, BlockProperties) { method New (line 25) | func (b NetherBrickFence) New(props BlockProperties) Block { FILE: server/world/block/netherBrickSlab.go type NetherBrickSlab (line 7) | type NetherBrickSlab struct method Encode (line 12) | func (b NetherBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b NetherBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/netherBrickStairs.go type NetherBrickStairs (line 7) | type NetherBrickStairs struct method Encode (line 14) | func (b NetherBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b NetherBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/netherBrickWall.go type NetherBrickWall (line 7) | type NetherBrickWall struct method Encode (line 16) | func (b NetherBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b NetherBrickWall) New(props BlockProperties) Block { FILE: server/world/block/netherBricks.go type NetherBricks (line 3) | type NetherBricks struct method Encode (line 6) | func (b NetherBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b NetherBricks) New(props BlockProperties) Block { FILE: server/world/block/netherGoldOre.go type NetherGoldOre (line 3) | type NetherGoldOre struct method Encode (line 6) | func (b NetherGoldOre) Encode() (string, BlockProperties) { method New (line 10) | func (b NetherGoldOre) New(props BlockProperties) Block { FILE: server/world/block/netherPortal.go type NetherPortal (line 3) | type NetherPortal struct method Encode (line 7) | func (b NetherPortal) Encode() (string, BlockProperties) { method New (line 13) | func (b NetherPortal) New(props BlockProperties) Block { FILE: server/world/block/netherQuartzOre.go type NetherQuartzOre (line 3) | type NetherQuartzOre struct method Encode (line 6) | func (b NetherQuartzOre) Encode() (string, BlockProperties) { method New (line 10) | func (b NetherQuartzOre) New(props BlockProperties) Block { FILE: server/world/block/netherSprouts.go type NetherSprouts (line 3) | type NetherSprouts struct method Encode (line 6) | func (b NetherSprouts) Encode() (string, BlockProperties) { method New (line 10) | func (b NetherSprouts) New(props BlockProperties) Block { FILE: server/world/block/netherWart.go type NetherWart (line 7) | type NetherWart struct method Encode (line 11) | func (b NetherWart) Encode() (string, BlockProperties) { method New (line 17) | func (b NetherWart) New(props BlockProperties) Block { FILE: server/world/block/netherWartBlock.go type NetherWartBlock (line 3) | type NetherWartBlock struct method Encode (line 6) | func (b NetherWartBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b NetherWartBlock) New(props BlockProperties) Block { FILE: server/world/block/netheriteBlock.go type NetheriteBlock (line 3) | type NetheriteBlock struct method Encode (line 6) | func (b NetheriteBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b NetheriteBlock) New(props BlockProperties) Block { FILE: server/world/block/netherrack.go type Netherrack (line 3) | type Netherrack struct method Encode (line 6) | func (b Netherrack) Encode() (string, BlockProperties) { method New (line 10) | func (b Netherrack) New(props BlockProperties) Block { FILE: server/world/block/noteBlock.go type NoteBlock (line 7) | type NoteBlock struct method Encode (line 13) | func (b NoteBlock) Encode() (string, BlockProperties) { method New (line 21) | func (b NoteBlock) New(props BlockProperties) Block { FILE: server/world/block/oakButton.go type OakButton (line 7) | type OakButton struct method Encode (line 13) | func (b OakButton) Encode() (string, BlockProperties) { method New (line 21) | func (b OakButton) New(props BlockProperties) Block { FILE: server/world/block/oakDoor.go type OakDoor (line 7) | type OakDoor struct method Encode (line 15) | func (b OakDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b OakDoor) New(props BlockProperties) Block { FILE: server/world/block/oakFence.go type OakFence (line 7) | type OakFence struct method Encode (line 15) | func (b OakFence) Encode() (string, BlockProperties) { method New (line 25) | func (b OakFence) New(props BlockProperties) Block { FILE: server/world/block/oakFenceGate.go type OakFenceGate (line 7) | type OakFenceGate struct method Encode (line 14) | func (b OakFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b OakFenceGate) New(props BlockProperties) Block { FILE: server/world/block/oakHangingSign.go type OakHangingSign (line 7) | type OakHangingSign struct method Encode (line 13) | func (b OakHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b OakHangingSign) New(props BlockProperties) Block { FILE: server/world/block/oakLeaves.go type OakLeaves (line 7) | type OakLeaves struct method Encode (line 13) | func (b OakLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b OakLeaves) New(props BlockProperties) Block { FILE: server/world/block/oakLog.go type OakLog (line 3) | type OakLog struct method Encode (line 7) | func (b OakLog) Encode() (string, BlockProperties) { method New (line 13) | func (b OakLog) New(props BlockProperties) Block { FILE: server/world/block/oakPlanks.go type OakPlanks (line 3) | type OakPlanks struct method Encode (line 6) | func (b OakPlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b OakPlanks) New(props BlockProperties) Block { FILE: server/world/block/oakPressurePlate.go type OakPressurePlate (line 7) | type OakPressurePlate struct method Encode (line 11) | func (b OakPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b OakPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/oakSapling.go type OakSapling (line 7) | type OakSapling struct method Encode (line 11) | func (b OakSapling) Encode() (string, BlockProperties) { method New (line 17) | func (b OakSapling) New(props BlockProperties) Block { FILE: server/world/block/oakSign.go type OakSign (line 7) | type OakSign struct method Encode (line 12) | func (b OakSign) Encode() (string, BlockProperties) { method New (line 19) | func (b OakSign) New(props BlockProperties) Block { FILE: server/world/block/oakSlab.go type OakSlab (line 7) | type OakSlab struct method Encode (line 12) | func (b OakSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b OakSlab) New(props BlockProperties) Block { FILE: server/world/block/oakStairs.go type OakStairs (line 7) | type OakStairs struct method Encode (line 14) | func (b OakStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b OakStairs) New(props BlockProperties) Block { FILE: server/world/block/oakTrapdoor.go type OakTrapdoor (line 7) | type OakTrapdoor struct method Encode (line 15) | func (b OakTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b OakTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/oakWallHangingSign.go type OakWallHangingSign (line 7) | type OakWallHangingSign struct method Encode (line 12) | func (b OakWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b OakWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/oakWallSign.go type OakWallSign (line 7) | type OakWallSign struct method Encode (line 12) | func (b OakWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b OakWallSign) New(props BlockProperties) Block { FILE: server/world/block/oakWood.go type OakWood (line 3) | type OakWood struct method Encode (line 7) | func (b OakWood) Encode() (string, BlockProperties) { method New (line 13) | func (b OakWood) New(props BlockProperties) Block { FILE: server/world/block/observer.go type Observer (line 7) | type Observer struct method Encode (line 12) | func (b Observer) Encode() (string, BlockProperties) { method New (line 19) | func (b Observer) New(props BlockProperties) Block { FILE: server/world/block/obsidian.go type Obsidian (line 3) | type Obsidian struct method Encode (line 6) | func (b Obsidian) Encode() (string, BlockProperties) { method New (line 10) | func (b Obsidian) New(props BlockProperties) Block { FILE: server/world/block/ochreFroglight.go type OchreFroglight (line 3) | type OchreFroglight struct method Encode (line 7) | func (b OchreFroglight) Encode() (string, BlockProperties) { method New (line 13) | func (b OchreFroglight) New(props BlockProperties) Block { FILE: server/world/block/orangeBanner.go type OrangeBanner (line 7) | type OrangeBanner struct method Encode (line 11) | func (b OrangeBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b OrangeBanner) New(props BlockProperties) Block { FILE: server/world/block/orangeBed.go type OrangeBed (line 7) | type OrangeBed struct method Encode (line 13) | func (b OrangeBed) Encode() (string, BlockProperties) { method New (line 21) | func (b OrangeBed) New(props BlockProperties) Block { FILE: server/world/block/orangeCandle.go type OrangeCandle (line 7) | type OrangeCandle struct method Encode (line 13) | func (b OrangeCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b OrangeCandle) New(props BlockProperties) Block { FILE: server/world/block/orangeCandleCake.go type OrangeCandleCake (line 7) | type OrangeCandleCake struct method Encode (line 11) | func (b OrangeCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b OrangeCandleCake) New(props BlockProperties) Block { FILE: server/world/block/orangeCarpet.go type OrangeCarpet (line 3) | type OrangeCarpet struct method Encode (line 6) | func (b OrangeCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b OrangeCarpet) New(props BlockProperties) Block { FILE: server/world/block/orangeConcrete.go type OrangeConcrete (line 3) | type OrangeConcrete struct method Encode (line 6) | func (b OrangeConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b OrangeConcrete) New(props BlockProperties) Block { FILE: server/world/block/orangeConcretePowder.go type OrangeConcretePowder (line 3) | type OrangeConcretePowder struct method Encode (line 6) | func (b OrangeConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b OrangeConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/orangeGlazedTerracotta.go type OrangeGlazedTerracotta (line 3) | type OrangeGlazedTerracotta struct method Encode (line 7) | func (b OrangeGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b OrangeGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/orangeShulkerBox.go type OrangeShulkerBox (line 3) | type OrangeShulkerBox struct method Encode (line 7) | func (b OrangeShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b OrangeShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/orangeStainedGlass.go type OrangeStainedGlass (line 3) | type OrangeStainedGlass struct method Encode (line 6) | func (b OrangeStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b OrangeStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/orangeStainedGlassPane.go type OrangeStainedGlassPane (line 7) | type OrangeStainedGlassPane struct method Encode (line 15) | func (b OrangeStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b OrangeStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/orangeTerracotta.go type OrangeTerracotta (line 3) | type OrangeTerracotta struct method Encode (line 6) | func (b OrangeTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b OrangeTerracotta) New(props BlockProperties) Block { FILE: server/world/block/orangeTulip.go type OrangeTulip (line 3) | type OrangeTulip struct method Encode (line 6) | func (b OrangeTulip) Encode() (string, BlockProperties) { method New (line 10) | func (b OrangeTulip) New(props BlockProperties) Block { FILE: server/world/block/orangeWallBanner.go type OrangeWallBanner (line 3) | type OrangeWallBanner struct method Encode (line 7) | func (b OrangeWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b OrangeWallBanner) New(props BlockProperties) Block { FILE: server/world/block/orangeWool.go type OrangeWool (line 3) | type OrangeWool struct method Encode (line 6) | func (b OrangeWool) Encode() (string, BlockProperties) { method New (line 10) | func (b OrangeWool) New(props BlockProperties) Block { FILE: server/world/block/oxeyeDaisy.go type OxeyeDaisy (line 3) | type OxeyeDaisy struct method Encode (line 6) | func (b OxeyeDaisy) Encode() (string, BlockProperties) { method New (line 10) | func (b OxeyeDaisy) New(props BlockProperties) Block { FILE: server/world/block/oxidizedChiseledCopper.go type OxidizedChiseledCopper (line 3) | type OxidizedChiseledCopper struct method Encode (line 6) | func (b OxidizedChiseledCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b OxidizedChiseledCopper) New(props BlockProperties) Block { FILE: server/world/block/oxidizedCopper.go type OxidizedCopper (line 3) | type OxidizedCopper struct method Encode (line 6) | func (b OxidizedCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b OxidizedCopper) New(props BlockProperties) Block { FILE: server/world/block/oxidizedCopperBulb.go type OxidizedCopperBulb (line 7) | type OxidizedCopperBulb struct method Encode (line 12) | func (b OxidizedCopperBulb) Encode() (string, BlockProperties) { method New (line 19) | func (b OxidizedCopperBulb) New(props BlockProperties) Block { FILE: server/world/block/oxidizedCopperDoor.go type OxidizedCopperDoor (line 7) | type OxidizedCopperDoor struct method Encode (line 15) | func (b OxidizedCopperDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b OxidizedCopperDoor) New(props BlockProperties) Block { FILE: server/world/block/oxidizedCopperGrate.go type OxidizedCopperGrate (line 7) | type OxidizedCopperGrate struct method Encode (line 11) | func (b OxidizedCopperGrate) Encode() (string, BlockProperties) { method New (line 17) | func (b OxidizedCopperGrate) New(props BlockProperties) Block { FILE: server/world/block/oxidizedCopperTrapdoor.go type OxidizedCopperTrapdoor (line 7) | type OxidizedCopperTrapdoor struct method Encode (line 15) | func (b OxidizedCopperTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b OxidizedCopperTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/oxidizedCutCopper.go type OxidizedCutCopper (line 3) | type OxidizedCutCopper struct method Encode (line 6) | func (b OxidizedCutCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b OxidizedCutCopper) New(props BlockProperties) Block { FILE: server/world/block/oxidizedCutCopperSlab.go type OxidizedCutCopperSlab (line 7) | type OxidizedCutCopperSlab struct method Encode (line 12) | func (b OxidizedCutCopperSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b OxidizedCutCopperSlab) New(props BlockProperties) Block { FILE: server/world/block/oxidizedCutCopperStairs.go type OxidizedCutCopperStairs (line 7) | type OxidizedCutCopperStairs struct method Encode (line 14) | func (b OxidizedCutCopperStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b OxidizedCutCopperStairs) New(props BlockProperties) Block { FILE: server/world/block/packedIce.go type PackedIce (line 3) | type PackedIce struct method Encode (line 6) | func (b PackedIce) Encode() (string, BlockProperties) { method New (line 10) | func (b PackedIce) New(props BlockProperties) Block { FILE: server/world/block/packedMud.go type PackedMud (line 3) | type PackedMud struct method Encode (line 6) | func (b PackedMud) Encode() (string, BlockProperties) { method New (line 10) | func (b PackedMud) New(props BlockProperties) Block { FILE: server/world/block/pearlescentFroglight.go type PearlescentFroglight (line 3) | type PearlescentFroglight struct method Encode (line 7) | func (b PearlescentFroglight) Encode() (string, BlockProperties) { method New (line 13) | func (b PearlescentFroglight) New(props BlockProperties) Block { FILE: server/world/block/peony.go type Peony (line 3) | type Peony struct method Encode (line 7) | func (b Peony) Encode() (string, BlockProperties) { method New (line 13) | func (b Peony) New(props BlockProperties) Block { FILE: server/world/block/petrifiedOakSlab.go type PetrifiedOakSlab (line 7) | type PetrifiedOakSlab struct method Encode (line 12) | func (b PetrifiedOakSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PetrifiedOakSlab) New(props BlockProperties) Block { FILE: server/world/block/piglinHead.go type PiglinHead (line 7) | type PiglinHead struct method Encode (line 12) | func (b PiglinHead) Encode() (string, BlockProperties) { method New (line 19) | func (b PiglinHead) New(props BlockProperties) Block { FILE: server/world/block/piglinWallHead.go type PiglinWallHead (line 7) | type PiglinWallHead struct method Encode (line 12) | func (b PiglinWallHead) Encode() (string, BlockProperties) { method New (line 19) | func (b PiglinWallHead) New(props BlockProperties) Block { FILE: server/world/block/pinkBanner.go type PinkBanner (line 7) | type PinkBanner struct method Encode (line 11) | func (b PinkBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b PinkBanner) New(props BlockProperties) Block { FILE: server/world/block/pinkBed.go type PinkBed (line 7) | type PinkBed struct method Encode (line 13) | func (b PinkBed) Encode() (string, BlockProperties) { method New (line 21) | func (b PinkBed) New(props BlockProperties) Block { FILE: server/world/block/pinkCandle.go type PinkCandle (line 7) | type PinkCandle struct method Encode (line 13) | func (b PinkCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b PinkCandle) New(props BlockProperties) Block { FILE: server/world/block/pinkCandleCake.go type PinkCandleCake (line 7) | type PinkCandleCake struct method Encode (line 11) | func (b PinkCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b PinkCandleCake) New(props BlockProperties) Block { FILE: server/world/block/pinkCarpet.go type PinkCarpet (line 3) | type PinkCarpet struct method Encode (line 6) | func (b PinkCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b PinkCarpet) New(props BlockProperties) Block { FILE: server/world/block/pinkConcrete.go type PinkConcrete (line 3) | type PinkConcrete struct method Encode (line 6) | func (b PinkConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b PinkConcrete) New(props BlockProperties) Block { FILE: server/world/block/pinkConcretePowder.go type PinkConcretePowder (line 3) | type PinkConcretePowder struct method Encode (line 6) | func (b PinkConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b PinkConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/pinkGlazedTerracotta.go type PinkGlazedTerracotta (line 3) | type PinkGlazedTerracotta struct method Encode (line 7) | func (b PinkGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b PinkGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/pinkPetals.go type PinkPetals (line 7) | type PinkPetals struct method Encode (line 12) | func (b PinkPetals) Encode() (string, BlockProperties) { method New (line 19) | func (b PinkPetals) New(props BlockProperties) Block { FILE: server/world/block/pinkShulkerBox.go type PinkShulkerBox (line 3) | type PinkShulkerBox struct method Encode (line 7) | func (b PinkShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b PinkShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/pinkStainedGlass.go type PinkStainedGlass (line 3) | type PinkStainedGlass struct method Encode (line 6) | func (b PinkStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b PinkStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/pinkStainedGlassPane.go type PinkStainedGlassPane (line 7) | type PinkStainedGlassPane struct method Encode (line 15) | func (b PinkStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b PinkStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/pinkTerracotta.go type PinkTerracotta (line 3) | type PinkTerracotta struct method Encode (line 6) | func (b PinkTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b PinkTerracotta) New(props BlockProperties) Block { FILE: server/world/block/pinkTulip.go type PinkTulip (line 3) | type PinkTulip struct method Encode (line 6) | func (b PinkTulip) Encode() (string, BlockProperties) { method New (line 10) | func (b PinkTulip) New(props BlockProperties) Block { FILE: server/world/block/pinkWallBanner.go type PinkWallBanner (line 3) | type PinkWallBanner struct method Encode (line 7) | func (b PinkWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b PinkWallBanner) New(props BlockProperties) Block { FILE: server/world/block/pinkWool.go type PinkWool (line 3) | type PinkWool struct method Encode (line 6) | func (b PinkWool) Encode() (string, BlockProperties) { method New (line 10) | func (b PinkWool) New(props BlockProperties) Block { FILE: server/world/block/piston.go type Piston (line 9) | type Piston struct method Encode (line 14) | func (b Piston) Encode() (string, BlockProperties) { method New (line 21) | func (b Piston) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b Piston) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/pistonHead.go type PistonHead (line 7) | type PistonHead struct method Encode (line 13) | func (b PistonHead) Encode() (string, BlockProperties) { method New (line 21) | func (b PistonHead) New(props BlockProperties) Block { FILE: server/world/block/pitcherCrop.go type PitcherCrop (line 7) | type PitcherCrop struct method Encode (line 12) | func (b PitcherCrop) Encode() (string, BlockProperties) { method New (line 19) | func (b PitcherCrop) New(props BlockProperties) Block { FILE: server/world/block/pitcherPlant.go type PitcherPlant (line 3) | type PitcherPlant struct method Encode (line 7) | func (b PitcherPlant) Encode() (string, BlockProperties) { method New (line 13) | func (b PitcherPlant) New(props BlockProperties) Block { FILE: server/world/block/playerHead.go type PlayerHead (line 7) | type PlayerHead struct method Encode (line 12) | func (b PlayerHead) Encode() (string, BlockProperties) { method New (line 19) | func (b PlayerHead) New(props BlockProperties) Block { FILE: server/world/block/playerWallHead.go type PlayerWallHead (line 7) | type PlayerWallHead struct method Encode (line 12) | func (b PlayerWallHead) Encode() (string, BlockProperties) { method New (line 19) | func (b PlayerWallHead) New(props BlockProperties) Block { FILE: server/world/block/podzol.go type Podzol (line 7) | type Podzol struct method Encode (line 11) | func (b Podzol) Encode() (string, BlockProperties) { method New (line 17) | func (b Podzol) New(props BlockProperties) Block { FILE: server/world/block/pointedDripstone.go type PointedDripstone (line 7) | type PointedDripstone struct method Encode (line 13) | func (b PointedDripstone) Encode() (string, BlockProperties) { method New (line 21) | func (b PointedDripstone) New(props BlockProperties) Block { FILE: server/world/block/polishedAndesite.go type PolishedAndesite (line 3) | type PolishedAndesite struct method Encode (line 6) | func (b PolishedAndesite) Encode() (string, BlockProperties) { method New (line 10) | func (b PolishedAndesite) New(props BlockProperties) Block { FILE: server/world/block/polishedAndesiteSlab.go type PolishedAndesiteSlab (line 7) | type PolishedAndesiteSlab struct method Encode (line 12) | func (b PolishedAndesiteSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PolishedAndesiteSlab) New(props BlockProperties) Block { FILE: server/world/block/polishedAndesiteStairs.go type PolishedAndesiteStairs (line 7) | type PolishedAndesiteStairs struct method Encode (line 14) | func (b PolishedAndesiteStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PolishedAndesiteStairs) New(props BlockProperties) Block { FILE: server/world/block/polishedBasalt.go type PolishedBasalt (line 3) | type PolishedBasalt struct method Encode (line 7) | func (b PolishedBasalt) Encode() (string, BlockProperties) { method New (line 13) | func (b PolishedBasalt) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstone.go type PolishedBlackstone (line 3) | type PolishedBlackstone struct method Encode (line 6) | func (b PolishedBlackstone) Encode() (string, BlockProperties) { method New (line 10) | func (b PolishedBlackstone) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstoneBrickSlab.go type PolishedBlackstoneBrickSlab (line 7) | type PolishedBlackstoneBrickSlab struct method Encode (line 12) | func (b PolishedBlackstoneBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PolishedBlackstoneBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstoneBrickStairs.go type PolishedBlackstoneBrickStairs (line 7) | type PolishedBlackstoneBrickStairs struct method Encode (line 14) | func (b PolishedBlackstoneBrickStairs) Encode() (string, BlockProperti... method New (line 23) | func (b PolishedBlackstoneBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstoneBrickWall.go type PolishedBlackstoneBrickWall (line 7) | type PolishedBlackstoneBrickWall struct method Encode (line 16) | func (b PolishedBlackstoneBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b PolishedBlackstoneBrickWall) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstoneBricks.go type PolishedBlackstoneBricks (line 3) | type PolishedBlackstoneBricks struct method Encode (line 6) | func (b PolishedBlackstoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b PolishedBlackstoneBricks) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstoneButton.go type PolishedBlackstoneButton (line 7) | type PolishedBlackstoneButton struct method Encode (line 13) | func (b PolishedBlackstoneButton) Encode() (string, BlockProperties) { method New (line 21) | func (b PolishedBlackstoneButton) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstonePressurePlate.go type PolishedBlackstonePressurePlate (line 7) | type PolishedBlackstonePressurePlate struct method Encode (line 11) | func (b PolishedBlackstonePressurePlate) Encode() (string, BlockProper... method New (line 17) | func (b PolishedBlackstonePressurePlate) New(props BlockProperties) Bl... FILE: server/world/block/polishedBlackstoneSlab.go type PolishedBlackstoneSlab (line 7) | type PolishedBlackstoneSlab struct method Encode (line 12) | func (b PolishedBlackstoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PolishedBlackstoneSlab) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstoneStairs.go type PolishedBlackstoneStairs (line 7) | type PolishedBlackstoneStairs struct method Encode (line 14) | func (b PolishedBlackstoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PolishedBlackstoneStairs) New(props BlockProperties) Block { FILE: server/world/block/polishedBlackstoneWall.go type PolishedBlackstoneWall (line 7) | type PolishedBlackstoneWall struct method Encode (line 16) | func (b PolishedBlackstoneWall) Encode() (string, BlockProperties) { method New (line 27) | func (b PolishedBlackstoneWall) New(props BlockProperties) Block { FILE: server/world/block/polishedDeepslate.go type PolishedDeepslate (line 3) | type PolishedDeepslate struct method Encode (line 6) | func (b PolishedDeepslate) Encode() (string, BlockProperties) { method New (line 10) | func (b PolishedDeepslate) New(props BlockProperties) Block { FILE: server/world/block/polishedDeepslateSlab.go type PolishedDeepslateSlab (line 7) | type PolishedDeepslateSlab struct method Encode (line 12) | func (b PolishedDeepslateSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PolishedDeepslateSlab) New(props BlockProperties) Block { FILE: server/world/block/polishedDeepslateStairs.go type PolishedDeepslateStairs (line 7) | type PolishedDeepslateStairs struct method Encode (line 14) | func (b PolishedDeepslateStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PolishedDeepslateStairs) New(props BlockProperties) Block { FILE: server/world/block/polishedDeepslateWall.go type PolishedDeepslateWall (line 7) | type PolishedDeepslateWall struct method Encode (line 16) | func (b PolishedDeepslateWall) Encode() (string, BlockProperties) { method New (line 27) | func (b PolishedDeepslateWall) New(props BlockProperties) Block { FILE: server/world/block/polishedDiorite.go type PolishedDiorite (line 3) | type PolishedDiorite struct method Encode (line 6) | func (b PolishedDiorite) Encode() (string, BlockProperties) { method New (line 10) | func (b PolishedDiorite) New(props BlockProperties) Block { FILE: server/world/block/polishedDioriteSlab.go type PolishedDioriteSlab (line 7) | type PolishedDioriteSlab struct method Encode (line 12) | func (b PolishedDioriteSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PolishedDioriteSlab) New(props BlockProperties) Block { FILE: server/world/block/polishedDioriteStairs.go type PolishedDioriteStairs (line 7) | type PolishedDioriteStairs struct method Encode (line 14) | func (b PolishedDioriteStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PolishedDioriteStairs) New(props BlockProperties) Block { FILE: server/world/block/polishedGranite.go type PolishedGranite (line 3) | type PolishedGranite struct method Encode (line 6) | func (b PolishedGranite) Encode() (string, BlockProperties) { method New (line 10) | func (b PolishedGranite) New(props BlockProperties) Block { FILE: server/world/block/polishedGraniteSlab.go type PolishedGraniteSlab (line 7) | type PolishedGraniteSlab struct method Encode (line 12) | func (b PolishedGraniteSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PolishedGraniteSlab) New(props BlockProperties) Block { FILE: server/world/block/polishedGraniteStairs.go type PolishedGraniteStairs (line 7) | type PolishedGraniteStairs struct method Encode (line 14) | func (b PolishedGraniteStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PolishedGraniteStairs) New(props BlockProperties) Block { FILE: server/world/block/polishedTuff.go type PolishedTuff (line 3) | type PolishedTuff struct method Encode (line 6) | func (b PolishedTuff) Encode() (string, BlockProperties) { method New (line 10) | func (b PolishedTuff) New(props BlockProperties) Block { FILE: server/world/block/polishedTuffSlab.go type PolishedTuffSlab (line 7) | type PolishedTuffSlab struct method Encode (line 12) | func (b PolishedTuffSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PolishedTuffSlab) New(props BlockProperties) Block { FILE: server/world/block/polishedTuffStairs.go type PolishedTuffStairs (line 7) | type PolishedTuffStairs struct method Encode (line 14) | func (b PolishedTuffStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PolishedTuffStairs) New(props BlockProperties) Block { FILE: server/world/block/polishedTuffWall.go type PolishedTuffWall (line 7) | type PolishedTuffWall struct method Encode (line 16) | func (b PolishedTuffWall) Encode() (string, BlockProperties) { method New (line 27) | func (b PolishedTuffWall) New(props BlockProperties) Block { FILE: server/world/block/poppy.go type Poppy (line 3) | type Poppy struct method Encode (line 6) | func (b Poppy) Encode() (string, BlockProperties) { method New (line 10) | func (b Poppy) New(props BlockProperties) Block { FILE: server/world/block/pos/pos.go function New (line 3) | func New(x, y, z int32) BlockPosition { type BlockPosition (line 7) | type BlockPosition method X (line 10) | func (b BlockPosition) X() int32 { method Y (line 15) | func (b BlockPosition) Y() int32 { method Z (line 20) | func (b BlockPosition) Z() int32 { method ChunkX (line 25) | func (b BlockPosition) ChunkX() int32 { method Section (line 30) | func (b BlockPosition) Section() int32 { method ChunkZ (line 35) | func (b BlockPosition) ChunkZ() int32 { method SectionX (line 40) | func (b BlockPosition) SectionX() int32 { method SectionY (line 45) | func (b BlockPosition) SectionY() int32 { method SectionZ (line 50) | func (b BlockPosition) SectionZ() int32 { method Add (line 54) | func (b BlockPosition) Add(b1 BlockPosition) BlockPosition { method Sub (line 62) | func (b BlockPosition) Sub(b1 BlockPosition) BlockPosition { FILE: server/world/block/potatoes.go type Potatoes (line 7) | type Potatoes struct method Encode (line 11) | func (b Potatoes) Encode() (string, BlockProperties) { method New (line 17) | func (b Potatoes) New(props BlockProperties) Block { FILE: server/world/block/pottedAcaciaSapling.go type PottedAcaciaSapling (line 3) | type PottedAcaciaSapling struct method Encode (line 6) | func (b PottedAcaciaSapling) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedAcaciaSapling) New(props BlockProperties) Block { FILE: server/world/block/pottedAllium.go type PottedAllium (line 3) | type PottedAllium struct method Encode (line 6) | func (b PottedAllium) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedAllium) New(props BlockProperties) Block { FILE: server/world/block/pottedAzaleaBush.go type PottedAzaleaBush (line 3) | type PottedAzaleaBush struct method Encode (line 6) | func (b PottedAzaleaBush) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedAzaleaBush) New(props BlockProperties) Block { FILE: server/world/block/pottedAzureBluet.go type PottedAzureBluet (line 3) | type PottedAzureBluet struct method Encode (line 6) | func (b PottedAzureBluet) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedAzureBluet) New(props BlockProperties) Block { FILE: server/world/block/pottedBamboo.go type PottedBamboo (line 3) | type PottedBamboo struct method Encode (line 6) | func (b PottedBamboo) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedBamboo) New(props BlockProperties) Block { FILE: server/world/block/pottedBirchSapling.go type PottedBirchSapling (line 3) | type PottedBirchSapling struct method Encode (line 6) | func (b PottedBirchSapling) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedBirchSapling) New(props BlockProperties) Block { FILE: server/world/block/pottedBlueOrchid.go type PottedBlueOrchid (line 3) | type PottedBlueOrchid struct method Encode (line 6) | func (b PottedBlueOrchid) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedBlueOrchid) New(props BlockProperties) Block { FILE: server/world/block/pottedBrownMushroom.go type PottedBrownMushroom (line 3) | type PottedBrownMushroom struct method Encode (line 6) | func (b PottedBrownMushroom) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedBrownMushroom) New(props BlockProperties) Block { FILE: server/world/block/pottedCactus.go type PottedCactus (line 3) | type PottedCactus struct method Encode (line 6) | func (b PottedCactus) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedCactus) New(props BlockProperties) Block { FILE: server/world/block/pottedCherrySapling.go type PottedCherrySapling (line 3) | type PottedCherrySapling struct method Encode (line 6) | func (b PottedCherrySapling) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedCherrySapling) New(props BlockProperties) Block { FILE: server/world/block/pottedCornflower.go type PottedCornflower (line 3) | type PottedCornflower struct method Encode (line 6) | func (b PottedCornflower) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedCornflower) New(props BlockProperties) Block { FILE: server/world/block/pottedCrimsonFungus.go type PottedCrimsonFungus (line 3) | type PottedCrimsonFungus struct method Encode (line 6) | func (b PottedCrimsonFungus) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedCrimsonFungus) New(props BlockProperties) Block { FILE: server/world/block/pottedCrimsonRoots.go type PottedCrimsonRoots (line 3) | type PottedCrimsonRoots struct method Encode (line 6) | func (b PottedCrimsonRoots) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedCrimsonRoots) New(props BlockProperties) Block { FILE: server/world/block/pottedDandelion.go type PottedDandelion (line 3) | type PottedDandelion struct method Encode (line 6) | func (b PottedDandelion) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedDandelion) New(props BlockProperties) Block { FILE: server/world/block/pottedDarkOakSapling.go type PottedDarkOakSapling (line 3) | type PottedDarkOakSapling struct method Encode (line 6) | func (b PottedDarkOakSapling) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedDarkOakSapling) New(props BlockProperties) Block { FILE: server/world/block/pottedDeadBush.go type PottedDeadBush (line 3) | type PottedDeadBush struct method Encode (line 6) | func (b PottedDeadBush) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedDeadBush) New(props BlockProperties) Block { FILE: server/world/block/pottedFern.go type PottedFern (line 3) | type PottedFern struct method Encode (line 6) | func (b PottedFern) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedFern) New(props BlockProperties) Block { FILE: server/world/block/pottedFloweringAzaleaBush.go type PottedFloweringAzaleaBush (line 3) | type PottedFloweringAzaleaBush struct method Encode (line 6) | func (b PottedFloweringAzaleaBush) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedFloweringAzaleaBush) New(props BlockProperties) Block { FILE: server/world/block/pottedJungleSapling.go type PottedJungleSapling (line 3) | type PottedJungleSapling struct method Encode (line 6) | func (b PottedJungleSapling) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedJungleSapling) New(props BlockProperties) Block { FILE: server/world/block/pottedLilyOfTheValley.go type PottedLilyOfTheValley (line 3) | type PottedLilyOfTheValley struct method Encode (line 6) | func (b PottedLilyOfTheValley) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedLilyOfTheValley) New(props BlockProperties) Block { FILE: server/world/block/pottedMangrovePropagule.go type PottedMangrovePropagule (line 3) | type PottedMangrovePropagule struct method Encode (line 6) | func (b PottedMangrovePropagule) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedMangrovePropagule) New(props BlockProperties) Block { FILE: server/world/block/pottedOakSapling.go type PottedOakSapling (line 3) | type PottedOakSapling struct method Encode (line 6) | func (b PottedOakSapling) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedOakSapling) New(props BlockProperties) Block { FILE: server/world/block/pottedOrangeTulip.go type PottedOrangeTulip (line 3) | type PottedOrangeTulip struct method Encode (line 6) | func (b PottedOrangeTulip) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedOrangeTulip) New(props BlockProperties) Block { FILE: server/world/block/pottedOxeyeDaisy.go type PottedOxeyeDaisy (line 3) | type PottedOxeyeDaisy struct method Encode (line 6) | func (b PottedOxeyeDaisy) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedOxeyeDaisy) New(props BlockProperties) Block { FILE: server/world/block/pottedPinkTulip.go type PottedPinkTulip (line 3) | type PottedPinkTulip struct method Encode (line 6) | func (b PottedPinkTulip) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedPinkTulip) New(props BlockProperties) Block { FILE: server/world/block/pottedPoppy.go type PottedPoppy (line 3) | type PottedPoppy struct method Encode (line 6) | func (b PottedPoppy) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedPoppy) New(props BlockProperties) Block { FILE: server/world/block/pottedRedMushroom.go type PottedRedMushroom (line 3) | type PottedRedMushroom struct method Encode (line 6) | func (b PottedRedMushroom) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedRedMushroom) New(props BlockProperties) Block { FILE: server/world/block/pottedRedTulip.go type PottedRedTulip (line 3) | type PottedRedTulip struct method Encode (line 6) | func (b PottedRedTulip) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedRedTulip) New(props BlockProperties) Block { FILE: server/world/block/pottedSpruceSapling.go type PottedSpruceSapling (line 3) | type PottedSpruceSapling struct method Encode (line 6) | func (b PottedSpruceSapling) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedSpruceSapling) New(props BlockProperties) Block { FILE: server/world/block/pottedTorchflower.go type PottedTorchflower (line 3) | type PottedTorchflower struct method Encode (line 6) | func (b PottedTorchflower) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedTorchflower) New(props BlockProperties) Block { FILE: server/world/block/pottedWarpedFungus.go type PottedWarpedFungus (line 3) | type PottedWarpedFungus struct method Encode (line 6) | func (b PottedWarpedFungus) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedWarpedFungus) New(props BlockProperties) Block { FILE: server/world/block/pottedWarpedRoots.go type PottedWarpedRoots (line 3) | type PottedWarpedRoots struct method Encode (line 6) | func (b PottedWarpedRoots) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedWarpedRoots) New(props BlockProperties) Block { FILE: server/world/block/pottedWhiteTulip.go type PottedWhiteTulip (line 3) | type PottedWhiteTulip struct method Encode (line 6) | func (b PottedWhiteTulip) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedWhiteTulip) New(props BlockProperties) Block { FILE: server/world/block/pottedWitherRose.go type PottedWitherRose (line 3) | type PottedWitherRose struct method Encode (line 6) | func (b PottedWitherRose) Encode() (string, BlockProperties) { method New (line 10) | func (b PottedWitherRose) New(props BlockProperties) Block { FILE: server/world/block/powderSnow.go type PowderSnow (line 3) | type PowderSnow struct method Encode (line 6) | func (b PowderSnow) Encode() (string, BlockProperties) { method New (line 10) | func (b PowderSnow) New(props BlockProperties) Block { FILE: server/world/block/powderSnowCauldron.go type PowderSnowCauldron (line 7) | type PowderSnowCauldron struct method Encode (line 11) | func (b PowderSnowCauldron) Encode() (string, BlockProperties) { method New (line 17) | func (b PowderSnowCauldron) New(props BlockProperties) Block { FILE: server/world/block/poweredRail.go type PoweredRail (line 7) | type PoweredRail struct method Encode (line 13) | func (b PoweredRail) Encode() (string, BlockProperties) { method New (line 21) | func (b PoweredRail) New(props BlockProperties) Block { FILE: server/world/block/prismarine.go type Prismarine (line 3) | type Prismarine struct method Encode (line 6) | func (b Prismarine) Encode() (string, BlockProperties) { method New (line 10) | func (b Prismarine) New(props BlockProperties) Block { FILE: server/world/block/prismarineBrickSlab.go type PrismarineBrickSlab (line 7) | type PrismarineBrickSlab struct method Encode (line 12) | func (b PrismarineBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PrismarineBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/prismarineBrickStairs.go type PrismarineBrickStairs (line 7) | type PrismarineBrickStairs struct method Encode (line 14) | func (b PrismarineBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PrismarineBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/prismarineBricks.go type PrismarineBricks (line 3) | type PrismarineBricks struct method Encode (line 6) | func (b PrismarineBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b PrismarineBricks) New(props BlockProperties) Block { FILE: server/world/block/prismarineSlab.go type PrismarineSlab (line 7) | type PrismarineSlab struct method Encode (line 12) | func (b PrismarineSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PrismarineSlab) New(props BlockProperties) Block { FILE: server/world/block/prismarineStairs.go type PrismarineStairs (line 7) | type PrismarineStairs struct method Encode (line 14) | func (b PrismarineStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PrismarineStairs) New(props BlockProperties) Block { FILE: server/world/block/prismarineWall.go type PrismarineWall (line 7) | type PrismarineWall struct method Encode (line 16) | func (b PrismarineWall) Encode() (string, BlockProperties) { method New (line 27) | func (b PrismarineWall) New(props BlockProperties) Block { FILE: server/world/block/pumpkin.go type Pumpkin (line 3) | type Pumpkin struct method Encode (line 6) | func (b Pumpkin) Encode() (string, BlockProperties) { method New (line 10) | func (b Pumpkin) New(props BlockProperties) Block { FILE: server/world/block/pumpkinStem.go type PumpkinStem (line 7) | type PumpkinStem struct method Encode (line 11) | func (b PumpkinStem) Encode() (string, BlockProperties) { method New (line 17) | func (b PumpkinStem) New(props BlockProperties) Block { FILE: server/world/block/purpleBanner.go type PurpleBanner (line 7) | type PurpleBanner struct method Encode (line 11) | func (b PurpleBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b PurpleBanner) New(props BlockProperties) Block { FILE: server/world/block/purpleBed.go type PurpleBed (line 7) | type PurpleBed struct method Encode (line 13) | func (b PurpleBed) Encode() (string, BlockProperties) { method New (line 21) | func (b PurpleBed) New(props BlockProperties) Block { FILE: server/world/block/purpleCandle.go type PurpleCandle (line 7) | type PurpleCandle struct method Encode (line 13) | func (b PurpleCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b PurpleCandle) New(props BlockProperties) Block { FILE: server/world/block/purpleCandleCake.go type PurpleCandleCake (line 7) | type PurpleCandleCake struct method Encode (line 11) | func (b PurpleCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b PurpleCandleCake) New(props BlockProperties) Block { FILE: server/world/block/purpleCarpet.go type PurpleCarpet (line 3) | type PurpleCarpet struct method Encode (line 6) | func (b PurpleCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b PurpleCarpet) New(props BlockProperties) Block { FILE: server/world/block/purpleConcrete.go type PurpleConcrete (line 3) | type PurpleConcrete struct method Encode (line 6) | func (b PurpleConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b PurpleConcrete) New(props BlockProperties) Block { FILE: server/world/block/purpleConcretePowder.go type PurpleConcretePowder (line 3) | type PurpleConcretePowder struct method Encode (line 6) | func (b PurpleConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b PurpleConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/purpleGlazedTerracotta.go type PurpleGlazedTerracotta (line 3) | type PurpleGlazedTerracotta struct method Encode (line 7) | func (b PurpleGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b PurpleGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/purpleShulkerBox.go type PurpleShulkerBox (line 3) | type PurpleShulkerBox struct method Encode (line 7) | func (b PurpleShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b PurpleShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/purpleStainedGlass.go type PurpleStainedGlass (line 3) | type PurpleStainedGlass struct method Encode (line 6) | func (b PurpleStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b PurpleStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/purpleStainedGlassPane.go type PurpleStainedGlassPane (line 7) | type PurpleStainedGlassPane struct method Encode (line 15) | func (b PurpleStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b PurpleStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/purpleTerracotta.go type PurpleTerracotta (line 3) | type PurpleTerracotta struct method Encode (line 6) | func (b PurpleTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b PurpleTerracotta) New(props BlockProperties) Block { FILE: server/world/block/purpleWallBanner.go type PurpleWallBanner (line 3) | type PurpleWallBanner struct method Encode (line 7) | func (b PurpleWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b PurpleWallBanner) New(props BlockProperties) Block { FILE: server/world/block/purpleWool.go type PurpleWool (line 3) | type PurpleWool struct method Encode (line 6) | func (b PurpleWool) Encode() (string, BlockProperties) { method New (line 10) | func (b PurpleWool) New(props BlockProperties) Block { FILE: server/world/block/purpurBlock.go type PurpurBlock (line 3) | type PurpurBlock struct method Encode (line 6) | func (b PurpurBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b PurpurBlock) New(props BlockProperties) Block { FILE: server/world/block/purpurPillar.go type PurpurPillar (line 3) | type PurpurPillar struct method Encode (line 7) | func (b PurpurPillar) Encode() (string, BlockProperties) { method New (line 13) | func (b PurpurPillar) New(props BlockProperties) Block { FILE: server/world/block/purpurSlab.go type PurpurSlab (line 7) | type PurpurSlab struct method Encode (line 12) | func (b PurpurSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b PurpurSlab) New(props BlockProperties) Block { FILE: server/world/block/purpurStairs.go type PurpurStairs (line 7) | type PurpurStairs struct method Encode (line 14) | func (b PurpurStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b PurpurStairs) New(props BlockProperties) Block { FILE: server/world/block/quartzBlock.go type QuartzBlock (line 3) | type QuartzBlock struct method Encode (line 6) | func (b QuartzBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b QuartzBlock) New(props BlockProperties) Block { FILE: server/world/block/quartzBricks.go type QuartzBricks (line 3) | type QuartzBricks struct method Encode (line 6) | func (b QuartzBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b QuartzBricks) New(props BlockProperties) Block { FILE: server/world/block/quartzPillar.go type QuartzPillar (line 3) | type QuartzPillar struct method Encode (line 7) | func (b QuartzPillar) Encode() (string, BlockProperties) { method New (line 13) | func (b QuartzPillar) New(props BlockProperties) Block { FILE: server/world/block/quartzSlab.go type QuartzSlab (line 7) | type QuartzSlab struct method Encode (line 12) | func (b QuartzSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b QuartzSlab) New(props BlockProperties) Block { FILE: server/world/block/quartzStairs.go type QuartzStairs (line 7) | type QuartzStairs struct method Encode (line 14) | func (b QuartzStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b QuartzStairs) New(props BlockProperties) Block { FILE: server/world/block/rail.go type Rail (line 7) | type Rail struct method Encode (line 12) | func (b Rail) Encode() (string, BlockProperties) { method New (line 19) | func (b Rail) New(props BlockProperties) Block { FILE: server/world/block/rawCopperBlock.go type RawCopperBlock (line 3) | type RawCopperBlock struct method Encode (line 6) | func (b RawCopperBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b RawCopperBlock) New(props BlockProperties) Block { FILE: server/world/block/rawGoldBlock.go type RawGoldBlock (line 3) | type RawGoldBlock struct method Encode (line 6) | func (b RawGoldBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b RawGoldBlock) New(props BlockProperties) Block { FILE: server/world/block/rawIronBlock.go type RawIronBlock (line 3) | type RawIronBlock struct method Encode (line 6) | func (b RawIronBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b RawIronBlock) New(props BlockProperties) Block { FILE: server/world/block/redBanner.go type RedBanner (line 7) | type RedBanner struct method Encode (line 11) | func (b RedBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b RedBanner) New(props BlockProperties) Block { FILE: server/world/block/redBed.go type RedBed (line 7) | type RedBed struct method Encode (line 13) | func (b RedBed) Encode() (string, BlockProperties) { method New (line 21) | func (b RedBed) New(props BlockProperties) Block { FILE: server/world/block/redCandle.go type RedCandle (line 7) | type RedCandle struct method Encode (line 13) | func (b RedCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b RedCandle) New(props BlockProperties) Block { FILE: server/world/block/redCandleCake.go type RedCandleCake (line 7) | type RedCandleCake struct method Encode (line 11) | func (b RedCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b RedCandleCake) New(props BlockProperties) Block { FILE: server/world/block/redCarpet.go type RedCarpet (line 3) | type RedCarpet struct method Encode (line 6) | func (b RedCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b RedCarpet) New(props BlockProperties) Block { FILE: server/world/block/redConcrete.go type RedConcrete (line 3) | type RedConcrete struct method Encode (line 6) | func (b RedConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b RedConcrete) New(props BlockProperties) Block { FILE: server/world/block/redConcretePowder.go type RedConcretePowder (line 3) | type RedConcretePowder struct method Encode (line 6) | func (b RedConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b RedConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/redGlazedTerracotta.go type RedGlazedTerracotta (line 3) | type RedGlazedTerracotta struct method Encode (line 7) | func (b RedGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b RedGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/redMushroom.go type RedMushroom (line 3) | type RedMushroom struct method Encode (line 6) | func (b RedMushroom) Encode() (string, BlockProperties) { method New (line 10) | func (b RedMushroom) New(props BlockProperties) Block { FILE: server/world/block/redMushroomBlock.go type RedMushroomBlock (line 7) | type RedMushroomBlock struct method Encode (line 16) | func (b RedMushroomBlock) Encode() (string, BlockProperties) { method New (line 27) | func (b RedMushroomBlock) New(props BlockProperties) Block { FILE: server/world/block/redNetherBrickSlab.go type RedNetherBrickSlab (line 7) | type RedNetherBrickSlab struct method Encode (line 12) | func (b RedNetherBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b RedNetherBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/redNetherBrickStairs.go type RedNetherBrickStairs (line 7) | type RedNetherBrickStairs struct method Encode (line 14) | func (b RedNetherBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b RedNetherBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/redNetherBrickWall.go type RedNetherBrickWall (line 7) | type RedNetherBrickWall struct method Encode (line 16) | func (b RedNetherBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b RedNetherBrickWall) New(props BlockProperties) Block { FILE: server/world/block/redNetherBricks.go type RedNetherBricks (line 3) | type RedNetherBricks struct method Encode (line 6) | func (b RedNetherBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b RedNetherBricks) New(props BlockProperties) Block { FILE: server/world/block/redSand.go type RedSand (line 3) | type RedSand struct method Encode (line 6) | func (b RedSand) Encode() (string, BlockProperties) { method New (line 10) | func (b RedSand) New(props BlockProperties) Block { FILE: server/world/block/redSandstone.go type RedSandstone (line 3) | type RedSandstone struct method Encode (line 6) | func (b RedSandstone) Encode() (string, BlockProperties) { method New (line 10) | func (b RedSandstone) New(props BlockProperties) Block { FILE: server/world/block/redSandstoneSlab.go type RedSandstoneSlab (line 7) | type RedSandstoneSlab struct method Encode (line 12) | func (b RedSandstoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b RedSandstoneSlab) New(props BlockProperties) Block { FILE: server/world/block/redSandstoneStairs.go type RedSandstoneStairs (line 7) | type RedSandstoneStairs struct method Encode (line 14) | func (b RedSandstoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b RedSandstoneStairs) New(props BlockProperties) Block { FILE: server/world/block/redSandstoneWall.go type RedSandstoneWall (line 7) | type RedSandstoneWall struct method Encode (line 16) | func (b RedSandstoneWall) Encode() (string, BlockProperties) { method New (line 27) | func (b RedSandstoneWall) New(props BlockProperties) Block { FILE: server/world/block/redShulkerBox.go type RedShulkerBox (line 3) | type RedShulkerBox struct method Encode (line 7) | func (b RedShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b RedShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/redStainedGlass.go type RedStainedGlass (line 3) | type RedStainedGlass struct method Encode (line 6) | func (b RedStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b RedStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/redStainedGlassPane.go type RedStainedGlassPane (line 7) | type RedStainedGlassPane struct method Encode (line 15) | func (b RedStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b RedStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/redTerracotta.go type RedTerracotta (line 3) | type RedTerracotta struct method Encode (line 6) | func (b RedTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b RedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/redTulip.go type RedTulip (line 3) | type RedTulip struct method Encode (line 6) | func (b RedTulip) Encode() (string, BlockProperties) { method New (line 10) | func (b RedTulip) New(props BlockProperties) Block { FILE: server/world/block/redWallBanner.go type RedWallBanner (line 3) | type RedWallBanner struct method Encode (line 7) | func (b RedWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b RedWallBanner) New(props BlockProperties) Block { FILE: server/world/block/redWool.go type RedWool (line 3) | type RedWool struct method Encode (line 6) | func (b RedWool) Encode() (string, BlockProperties) { method New (line 10) | func (b RedWool) New(props BlockProperties) Block { FILE: server/world/block/redstoneBlock.go type RedstoneBlock (line 3) | type RedstoneBlock struct method Encode (line 6) | func (b RedstoneBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b RedstoneBlock) New(props BlockProperties) Block { FILE: server/world/block/redstoneLamp.go type RedstoneLamp (line 7) | type RedstoneLamp struct method Encode (line 11) | func (b RedstoneLamp) Encode() (string, BlockProperties) { method New (line 17) | func (b RedstoneLamp) New(props BlockProperties) Block { FILE: server/world/block/redstoneOre.go type RedstoneOre (line 7) | type RedstoneOre struct method Encode (line 11) | func (b RedstoneOre) Encode() (string, BlockProperties) { method New (line 17) | func (b RedstoneOre) New(props BlockProperties) Block { FILE: server/world/block/redstoneTorch.go type RedstoneTorch (line 7) | type RedstoneTorch struct method Encode (line 11) | func (b RedstoneTorch) Encode() (string, BlockProperties) { method New (line 17) | func (b RedstoneTorch) New(props BlockProperties) Block { FILE: server/world/block/redstoneWallTorch.go type RedstoneWallTorch (line 7) | type RedstoneWallTorch struct method Encode (line 12) | func (b RedstoneWallTorch) Encode() (string, BlockProperties) { method New (line 19) | func (b RedstoneWallTorch) New(props BlockProperties) Block { FILE: server/world/block/redstoneWire.go type RedstoneWire (line 7) | type RedstoneWire struct method Encode (line 15) | func (b RedstoneWire) Encode() (string, BlockProperties) { method New (line 25) | func (b RedstoneWire) New(props BlockProperties) Block { FILE: server/world/block/reinforcedDeepslate.go type ReinforcedDeepslate (line 3) | type ReinforcedDeepslate struct method Encode (line 6) | func (b ReinforcedDeepslate) Encode() (string, BlockProperties) { method New (line 10) | func (b ReinforcedDeepslate) New(props BlockProperties) Block { FILE: server/world/block/repeater.go type Repeater (line 7) | type Repeater struct method Encode (line 14) | func (b Repeater) Encode() (string, BlockProperties) { method New (line 23) | func (b Repeater) New(props BlockProperties) Block { FILE: server/world/block/repeatingCommandBlock.go type RepeatingCommandBlock (line 7) | type RepeatingCommandBlock struct method Encode (line 12) | func (b RepeatingCommandBlock) Encode() (string, BlockProperties) { method New (line 19) | func (b RepeatingCommandBlock) New(props BlockProperties) Block { FILE: server/world/block/respawnAnchor.go type RespawnAnchor (line 7) | type RespawnAnchor struct method Encode (line 11) | func (b RespawnAnchor) Encode() (string, BlockProperties) { method New (line 17) | func (b RespawnAnchor) New(props BlockProperties) Block { FILE: server/world/block/rootedDirt.go type RootedDirt (line 3) | type RootedDirt struct method Encode (line 6) | func (b RootedDirt) Encode() (string, BlockProperties) { method New (line 10) | func (b RootedDirt) New(props BlockProperties) Block { FILE: server/world/block/roseBush.go type RoseBush (line 3) | type RoseBush struct method Encode (line 7) | func (b RoseBush) Encode() (string, BlockProperties) { method New (line 13) | func (b RoseBush) New(props BlockProperties) Block { FILE: server/world/block/sand.go type Sand (line 3) | type Sand struct method Encode (line 6) | func (b Sand) Encode() (string, BlockProperties) { method New (line 10) | func (b Sand) New(props BlockProperties) Block { FILE: server/world/block/sandstone.go type Sandstone (line 3) | type Sandstone struct method Encode (line 6) | func (b Sandstone) Encode() (string, BlockProperties) { method New (line 10) | func (b Sandstone) New(props BlockProperties) Block { FILE: server/world/block/sandstoneSlab.go type SandstoneSlab (line 7) | type SandstoneSlab struct method Encode (line 12) | func (b SandstoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b SandstoneSlab) New(props BlockProperties) Block { FILE: server/world/block/sandstoneStairs.go type SandstoneStairs (line 7) | type SandstoneStairs struct method Encode (line 14) | func (b SandstoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b SandstoneStairs) New(props BlockProperties) Block { FILE: server/world/block/sandstoneWall.go type SandstoneWall (line 7) | type SandstoneWall struct method Encode (line 16) | func (b SandstoneWall) Encode() (string, BlockProperties) { method New (line 27) | func (b SandstoneWall) New(props BlockProperties) Block { FILE: server/world/block/scaffolding.go type Scaffolding (line 7) | type Scaffolding struct method Encode (line 13) | func (b Scaffolding) Encode() (string, BlockProperties) { method New (line 21) | func (b Scaffolding) New(props BlockProperties) Block { FILE: server/world/block/sculk.go type Sculk (line 3) | type Sculk struct method Encode (line 6) | func (b Sculk) Encode() (string, BlockProperties) { method New (line 10) | func (b Sculk) New(props BlockProperties) Block { FILE: server/world/block/sculkCatalyst.go type SculkCatalyst (line 9) | type SculkCatalyst struct method Encode (line 13) | func (b SculkCatalyst) Encode() (string, BlockProperties) { method New (line 19) | func (b SculkCatalyst) New(props BlockProperties) Block { method BlockEntity (line 25) | func (b SculkCatalyst) BlockEntity(pos pos.BlockPosition) chunk.BlockE... FILE: server/world/block/sculkSensor.go type SculkSensor (line 9) | type SculkSensor struct method Encode (line 15) | func (b SculkSensor) Encode() (string, BlockProperties) { method New (line 23) | func (b SculkSensor) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b SculkSensor) BlockEntity(pos pos.BlockPosition) chunk.BlockEnt... FILE: server/world/block/sculkShrieker.go type SculkShrieker (line 9) | type SculkShrieker struct method Encode (line 15) | func (b SculkShrieker) Encode() (string, BlockProperties) { method New (line 23) | func (b SculkShrieker) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b SculkShrieker) BlockEntity(pos pos.BlockPosition) chunk.BlockE... FILE: server/world/block/sculkVein.go type SculkVein (line 7) | type SculkVein struct method Encode (line 17) | func (b SculkVein) Encode() (string, BlockProperties) { method New (line 29) | func (b SculkVein) New(props BlockProperties) Block { FILE: server/world/block/seaLantern.go type SeaLantern (line 3) | type SeaLantern struct method Encode (line 6) | func (b SeaLantern) Encode() (string, BlockProperties) { method New (line 10) | func (b SeaLantern) New(props BlockProperties) Block { FILE: server/world/block/seaPickle.go type SeaPickle (line 7) | type SeaPickle struct method Encode (line 12) | func (b SeaPickle) Encode() (string, BlockProperties) { method New (line 19) | func (b SeaPickle) New(props BlockProperties) Block { FILE: server/world/block/seagrass.go type Seagrass (line 3) | type Seagrass struct method Encode (line 6) | func (b Seagrass) Encode() (string, BlockProperties) { method New (line 10) | func (b Seagrass) New(props BlockProperties) Block { FILE: server/world/block/shortGrass.go type ShortGrass (line 3) | type ShortGrass struct method Encode (line 6) | func (b ShortGrass) Encode() (string, BlockProperties) { method New (line 10) | func (b ShortGrass) New(props BlockProperties) Block { FILE: server/world/block/shroomlight.go type Shroomlight (line 3) | type Shroomlight struct method Encode (line 6) | func (b Shroomlight) Encode() (string, BlockProperties) { method New (line 10) | func (b Shroomlight) New(props BlockProperties) Block { FILE: server/world/block/shulkerBox.go type ShulkerBox (line 8) | type ShulkerBox struct method Encode (line 12) | func (b ShulkerBox) Encode() (string, BlockProperties) { method New (line 18) | func (b ShulkerBox) New(props BlockProperties) Block { method BlockEntity (line 24) | func (b ShulkerBox) BlockEntity(pos pos.BlockPosition) chunk.BlockEnti... FILE: server/world/block/skeletonSkull.go type SkeletonSkull (line 7) | type SkeletonSkull struct method Encode (line 12) | func (b SkeletonSkull) Encode() (string, BlockProperties) { method New (line 19) | func (b SkeletonSkull) New(props BlockProperties) Block { FILE: server/world/block/skeletonWallSkull.go type SkeletonWallSkull (line 7) | type SkeletonWallSkull struct method Encode (line 12) | func (b SkeletonWallSkull) Encode() (string, BlockProperties) { method New (line 19) | func (b SkeletonWallSkull) New(props BlockProperties) Block { FILE: server/world/block/slimeBlock.go type SlimeBlock (line 3) | type SlimeBlock struct method Encode (line 6) | func (b SlimeBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b SlimeBlock) New(props BlockProperties) Block { FILE: server/world/block/smallAmethystBud.go type SmallAmethystBud (line 7) | type SmallAmethystBud struct method Encode (line 12) | func (b SmallAmethystBud) Encode() (string, BlockProperties) { method New (line 19) | func (b SmallAmethystBud) New(props BlockProperties) Block { FILE: server/world/block/smallDripleaf.go type SmallDripleaf (line 7) | type SmallDripleaf struct method Encode (line 13) | func (b SmallDripleaf) Encode() (string, BlockProperties) { method New (line 21) | func (b SmallDripleaf) New(props BlockProperties) Block { FILE: server/world/block/smithingTable.go type SmithingTable (line 3) | type SmithingTable struct method Encode (line 6) | func (b SmithingTable) Encode() (string, BlockProperties) { method New (line 10) | func (b SmithingTable) New(props BlockProperties) Block { FILE: server/world/block/smoker.go type Smoker (line 9) | type Smoker struct method Encode (line 14) | func (b Smoker) Encode() (string, BlockProperties) { method New (line 21) | func (b Smoker) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b Smoker) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/smoothBasalt.go type SmoothBasalt (line 3) | type SmoothBasalt struct method Encode (line 6) | func (b SmoothBasalt) Encode() (string, BlockProperties) { method New (line 10) | func (b SmoothBasalt) New(props BlockProperties) Block { FILE: server/world/block/smoothQuartz.go type SmoothQuartz (line 3) | type SmoothQuartz struct method Encode (line 6) | func (b SmoothQuartz) Encode() (string, BlockProperties) { method New (line 10) | func (b SmoothQuartz) New(props BlockProperties) Block { FILE: server/world/block/smoothQuartzSlab.go type SmoothQuartzSlab (line 7) | type SmoothQuartzSlab struct method Encode (line 12) | func (b SmoothQuartzSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b SmoothQuartzSlab) New(props BlockProperties) Block { FILE: server/world/block/smoothQuartzStairs.go type SmoothQuartzStairs (line 7) | type SmoothQuartzStairs struct method Encode (line 14) | func (b SmoothQuartzStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b SmoothQuartzStairs) New(props BlockProperties) Block { FILE: server/world/block/smoothRedSandstone.go type SmoothRedSandstone (line 3) | type SmoothRedSandstone struct method Encode (line 6) | func (b SmoothRedSandstone) Encode() (string, BlockProperties) { method New (line 10) | func (b SmoothRedSandstone) New(props BlockProperties) Block { FILE: server/world/block/smoothRedSandstoneSlab.go type SmoothRedSandstoneSlab (line 7) | type SmoothRedSandstoneSlab struct method Encode (line 12) | func (b SmoothRedSandstoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b SmoothRedSandstoneSlab) New(props BlockProperties) Block { FILE: server/world/block/smoothRedSandstoneStairs.go type SmoothRedSandstoneStairs (line 7) | type SmoothRedSandstoneStairs struct method Encode (line 14) | func (b SmoothRedSandstoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b SmoothRedSandstoneStairs) New(props BlockProperties) Block { FILE: server/world/block/smoothSandstone.go type SmoothSandstone (line 3) | type SmoothSandstone struct method Encode (line 6) | func (b SmoothSandstone) Encode() (string, BlockProperties) { method New (line 10) | func (b SmoothSandstone) New(props BlockProperties) Block { FILE: server/world/block/smoothSandstoneSlab.go type SmoothSandstoneSlab (line 7) | type SmoothSandstoneSlab struct method Encode (line 12) | func (b SmoothSandstoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b SmoothSandstoneSlab) New(props BlockProperties) Block { FILE: server/world/block/smoothSandstoneStairs.go type SmoothSandstoneStairs (line 7) | type SmoothSandstoneStairs struct method Encode (line 14) | func (b SmoothSandstoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b SmoothSandstoneStairs) New(props BlockProperties) Block { FILE: server/world/block/smoothStone.go type SmoothStone (line 3) | type SmoothStone struct method Encode (line 6) | func (b SmoothStone) Encode() (string, BlockProperties) { method New (line 10) | func (b SmoothStone) New(props BlockProperties) Block { FILE: server/world/block/smoothStoneSlab.go type SmoothStoneSlab (line 7) | type SmoothStoneSlab struct method Encode (line 12) | func (b SmoothStoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b SmoothStoneSlab) New(props BlockProperties) Block { FILE: server/world/block/snifferEgg.go type SnifferEgg (line 7) | type SnifferEgg struct method Encode (line 11) | func (b SnifferEgg) Encode() (string, BlockProperties) { method New (line 17) | func (b SnifferEgg) New(props BlockProperties) Block { FILE: server/world/block/snow.go type Snow (line 7) | type Snow struct method Encode (line 11) | func (b Snow) Encode() (string, BlockProperties) { method New (line 17) | func (b Snow) New(props BlockProperties) Block { FILE: server/world/block/snowBlock.go type SnowBlock (line 3) | type SnowBlock struct method Encode (line 6) | func (b SnowBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b SnowBlock) New(props BlockProperties) Block { FILE: server/world/block/soulCampfire.go type SoulCampfire (line 7) | type SoulCampfire struct method Encode (line 14) | func (b SoulCampfire) Encode() (string, BlockProperties) { method New (line 23) | func (b SoulCampfire) New(props BlockProperties) Block { FILE: server/world/block/soulFire.go type SoulFire (line 3) | type SoulFire struct method Encode (line 6) | func (b SoulFire) Encode() (string, BlockProperties) { method New (line 10) | func (b SoulFire) New(props BlockProperties) Block { FILE: server/world/block/soulLantern.go type SoulLantern (line 7) | type SoulLantern struct method Encode (line 12) | func (b SoulLantern) Encode() (string, BlockProperties) { method New (line 19) | func (b SoulLantern) New(props BlockProperties) Block { FILE: server/world/block/soulSand.go type SoulSand (line 3) | type SoulSand struct method Encode (line 6) | func (b SoulSand) Encode() (string, BlockProperties) { method New (line 10) | func (b SoulSand) New(props BlockProperties) Block { FILE: server/world/block/soulSoil.go type SoulSoil (line 3) | type SoulSoil struct method Encode (line 6) | func (b SoulSoil) Encode() (string, BlockProperties) { method New (line 10) | func (b SoulSoil) New(props BlockProperties) Block { FILE: server/world/block/soulTorch.go type SoulTorch (line 3) | type SoulTorch struct method Encode (line 6) | func (b SoulTorch) Encode() (string, BlockProperties) { method New (line 10) | func (b SoulTorch) New(props BlockProperties) Block { FILE: server/world/block/soulWallTorch.go type SoulWallTorch (line 3) | type SoulWallTorch struct method Encode (line 7) | func (b SoulWallTorch) Encode() (string, BlockProperties) { method New (line 13) | func (b SoulWallTorch) New(props BlockProperties) Block { FILE: server/world/block/spawner.go type Spawner (line 3) | type Spawner struct method Encode (line 6) | func (b Spawner) Encode() (string, BlockProperties) { method New (line 10) | func (b Spawner) New(props BlockProperties) Block { FILE: server/world/block/sponge.go type Sponge (line 3) | type Sponge struct method Encode (line 6) | func (b Sponge) Encode() (string, BlockProperties) { method New (line 10) | func (b Sponge) New(props BlockProperties) Block { FILE: server/world/block/sporeBlossom.go type SporeBlossom (line 3) | type SporeBlossom struct method Encode (line 6) | func (b SporeBlossom) Encode() (string, BlockProperties) { method New (line 10) | func (b SporeBlossom) New(props BlockProperties) Block { FILE: server/world/block/spruceButton.go type SpruceButton (line 7) | type SpruceButton struct method Encode (line 13) | func (b SpruceButton) Encode() (string, BlockProperties) { method New (line 21) | func (b SpruceButton) New(props BlockProperties) Block { FILE: server/world/block/spruceDoor.go type SpruceDoor (line 7) | type SpruceDoor struct method Encode (line 15) | func (b SpruceDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b SpruceDoor) New(props BlockProperties) Block { FILE: server/world/block/spruceFence.go type SpruceFence (line 7) | type SpruceFence struct method Encode (line 15) | func (b SpruceFence) Encode() (string, BlockProperties) { method New (line 25) | func (b SpruceFence) New(props BlockProperties) Block { FILE: server/world/block/spruceFenceGate.go type SpruceFenceGate (line 7) | type SpruceFenceGate struct method Encode (line 14) | func (b SpruceFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b SpruceFenceGate) New(props BlockProperties) Block { FILE: server/world/block/spruceHangingSign.go type SpruceHangingSign (line 7) | type SpruceHangingSign struct method Encode (line 13) | func (b SpruceHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b SpruceHangingSign) New(props BlockProperties) Block { FILE: server/world/block/spruceLeaves.go type SpruceLeaves (line 7) | type SpruceLeaves struct method Encode (line 13) | func (b SpruceLeaves) Encode() (string, BlockProperties) { method New (line 21) | func (b SpruceLeaves) New(props BlockProperties) Block { FILE: server/world/block/spruceLog.go type SpruceLog (line 3) | type SpruceLog struct method Encode (line 7) | func (b SpruceLog) Encode() (string, BlockProperties) { method New (line 13) | func (b SpruceLog) New(props BlockProperties) Block { FILE: server/world/block/sprucePlanks.go type SprucePlanks (line 3) | type SprucePlanks struct method Encode (line 6) | func (b SprucePlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b SprucePlanks) New(props BlockProperties) Block { FILE: server/world/block/sprucePressurePlate.go type SprucePressurePlate (line 7) | type SprucePressurePlate struct method Encode (line 11) | func (b SprucePressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b SprucePressurePlate) New(props BlockProperties) Block { FILE: server/world/block/spruceSapling.go type SpruceSapling (line 7) | type SpruceSapling struct method Encode (line 11) | func (b SpruceSapling) Encode() (string, BlockProperties) { method New (line 17) | func (b SpruceSapling) New(props BlockProperties) Block { FILE: server/world/block/spruceSign.go type SpruceSign (line 7) | type SpruceSign struct method Encode (line 12) | func (b SpruceSign) Encode() (string, BlockProperties) { method New (line 19) | func (b SpruceSign) New(props BlockProperties) Block { FILE: server/world/block/spruceSlab.go type SpruceSlab (line 7) | type SpruceSlab struct method Encode (line 12) | func (b SpruceSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b SpruceSlab) New(props BlockProperties) Block { FILE: server/world/block/spruceStairs.go type SpruceStairs (line 7) | type SpruceStairs struct method Encode (line 14) | func (b SpruceStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b SpruceStairs) New(props BlockProperties) Block { FILE: server/world/block/spruceTrapdoor.go type SpruceTrapdoor (line 7) | type SpruceTrapdoor struct method Encode (line 15) | func (b SpruceTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b SpruceTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/spruceWallHangingSign.go type SpruceWallHangingSign (line 7) | type SpruceWallHangingSign struct method Encode (line 12) | func (b SpruceWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b SpruceWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/spruceWallSign.go type SpruceWallSign (line 7) | type SpruceWallSign struct method Encode (line 12) | func (b SpruceWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b SpruceWallSign) New(props BlockProperties) Block { FILE: server/world/block/spruceWood.go type SpruceWood (line 3) | type SpruceWood struct method Encode (line 7) | func (b SpruceWood) Encode() (string, BlockProperties) { method New (line 13) | func (b SpruceWood) New(props BlockProperties) Block { FILE: server/world/block/stickyPiston.go type StickyPiston (line 7) | type StickyPiston struct method Encode (line 12) | func (b StickyPiston) Encode() (string, BlockProperties) { method New (line 19) | func (b StickyPiston) New(props BlockProperties) Block { FILE: server/world/block/stone.go type Stone (line 3) | type Stone struct method Encode (line 6) | func (b Stone) Encode() (string, BlockProperties) { method New (line 10) | func (b Stone) New(props BlockProperties) Block { FILE: server/world/block/stoneBrickSlab.go type StoneBrickSlab (line 7) | type StoneBrickSlab struct method Encode (line 12) | func (b StoneBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b StoneBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/stoneBrickStairs.go type StoneBrickStairs (line 7) | type StoneBrickStairs struct method Encode (line 14) | func (b StoneBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b StoneBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/stoneBrickWall.go type StoneBrickWall (line 7) | type StoneBrickWall struct method Encode (line 16) | func (b StoneBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b StoneBrickWall) New(props BlockProperties) Block { FILE: server/world/block/stoneBricks.go type StoneBricks (line 3) | type StoneBricks struct method Encode (line 6) | func (b StoneBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b StoneBricks) New(props BlockProperties) Block { FILE: server/world/block/stoneButton.go type StoneButton (line 7) | type StoneButton struct method Encode (line 13) | func (b StoneButton) Encode() (string, BlockProperties) { method New (line 21) | func (b StoneButton) New(props BlockProperties) Block { FILE: server/world/block/stonePressurePlate.go type StonePressurePlate (line 7) | type StonePressurePlate struct method Encode (line 11) | func (b StonePressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b StonePressurePlate) New(props BlockProperties) Block { FILE: server/world/block/stoneSlab.go type StoneSlab (line 7) | type StoneSlab struct method Encode (line 12) | func (b StoneSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b StoneSlab) New(props BlockProperties) Block { FILE: server/world/block/stoneStairs.go type StoneStairs (line 7) | type StoneStairs struct method Encode (line 14) | func (b StoneStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b StoneStairs) New(props BlockProperties) Block { FILE: server/world/block/stonecutter.go type Stonecutter (line 3) | type Stonecutter struct method Encode (line 7) | func (b Stonecutter) Encode() (string, BlockProperties) { method New (line 13) | func (b Stonecutter) New(props BlockProperties) Block { FILE: server/world/block/strippedAcaciaLog.go type StrippedAcaciaLog (line 3) | type StrippedAcaciaLog struct method Encode (line 7) | func (b StrippedAcaciaLog) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedAcaciaLog) New(props BlockProperties) Block { FILE: server/world/block/strippedAcaciaWood.go type StrippedAcaciaWood (line 3) | type StrippedAcaciaWood struct method Encode (line 7) | func (b StrippedAcaciaWood) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedAcaciaWood) New(props BlockProperties) Block { FILE: server/world/block/strippedBambooBlock.go type StrippedBambooBlock (line 3) | type StrippedBambooBlock struct method Encode (line 7) | func (b StrippedBambooBlock) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedBambooBlock) New(props BlockProperties) Block { FILE: server/world/block/strippedBirchLog.go type StrippedBirchLog (line 3) | type StrippedBirchLog struct method Encode (line 7) | func (b StrippedBirchLog) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedBirchLog) New(props BlockProperties) Block { FILE: server/world/block/strippedBirchWood.go type StrippedBirchWood (line 3) | type StrippedBirchWood struct method Encode (line 7) | func (b StrippedBirchWood) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedBirchWood) New(props BlockProperties) Block { FILE: server/world/block/strippedCherryLog.go type StrippedCherryLog (line 3) | type StrippedCherryLog struct method Encode (line 7) | func (b StrippedCherryLog) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedCherryLog) New(props BlockProperties) Block { FILE: server/world/block/strippedCherryWood.go type StrippedCherryWood (line 3) | type StrippedCherryWood struct method Encode (line 7) | func (b StrippedCherryWood) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedCherryWood) New(props BlockProperties) Block { FILE: server/world/block/strippedCrimsonHyphae.go type StrippedCrimsonHyphae (line 3) | type StrippedCrimsonHyphae struct method Encode (line 7) | func (b StrippedCrimsonHyphae) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedCrimsonHyphae) New(props BlockProperties) Block { FILE: server/world/block/strippedCrimsonStem.go type StrippedCrimsonStem (line 3) | type StrippedCrimsonStem struct method Encode (line 7) | func (b StrippedCrimsonStem) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedCrimsonStem) New(props BlockProperties) Block { FILE: server/world/block/strippedDarkOakLog.go type StrippedDarkOakLog (line 3) | type StrippedDarkOakLog struct method Encode (line 7) | func (b StrippedDarkOakLog) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedDarkOakLog) New(props BlockProperties) Block { FILE: server/world/block/strippedDarkOakWood.go type StrippedDarkOakWood (line 3) | type StrippedDarkOakWood struct method Encode (line 7) | func (b StrippedDarkOakWood) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedDarkOakWood) New(props BlockProperties) Block { FILE: server/world/block/strippedJungleLog.go type StrippedJungleLog (line 3) | type StrippedJungleLog struct method Encode (line 7) | func (b StrippedJungleLog) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedJungleLog) New(props BlockProperties) Block { FILE: server/world/block/strippedJungleWood.go type StrippedJungleWood (line 3) | type StrippedJungleWood struct method Encode (line 7) | func (b StrippedJungleWood) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedJungleWood) New(props BlockProperties) Block { FILE: server/world/block/strippedMangroveLog.go type StrippedMangroveLog (line 3) | type StrippedMangroveLog struct method Encode (line 7) | func (b StrippedMangroveLog) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedMangroveLog) New(props BlockProperties) Block { FILE: server/world/block/strippedMangroveWood.go type StrippedMangroveWood (line 3) | type StrippedMangroveWood struct method Encode (line 7) | func (b StrippedMangroveWood) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedMangroveWood) New(props BlockProperties) Block { FILE: server/world/block/strippedOakLog.go type StrippedOakLog (line 3) | type StrippedOakLog struct method Encode (line 7) | func (b StrippedOakLog) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedOakLog) New(props BlockProperties) Block { FILE: server/world/block/strippedOakWood.go type StrippedOakWood (line 3) | type StrippedOakWood struct method Encode (line 7) | func (b StrippedOakWood) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedOakWood) New(props BlockProperties) Block { FILE: server/world/block/strippedSpruceLog.go type StrippedSpruceLog (line 3) | type StrippedSpruceLog struct method Encode (line 7) | func (b StrippedSpruceLog) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedSpruceLog) New(props BlockProperties) Block { FILE: server/world/block/strippedSpruceWood.go type StrippedSpruceWood (line 3) | type StrippedSpruceWood struct method Encode (line 7) | func (b StrippedSpruceWood) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedSpruceWood) New(props BlockProperties) Block { FILE: server/world/block/strippedWarpedHyphae.go type StrippedWarpedHyphae (line 3) | type StrippedWarpedHyphae struct method Encode (line 7) | func (b StrippedWarpedHyphae) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedWarpedHyphae) New(props BlockProperties) Block { FILE: server/world/block/strippedWarpedStem.go type StrippedWarpedStem (line 3) | type StrippedWarpedStem struct method Encode (line 7) | func (b StrippedWarpedStem) Encode() (string, BlockProperties) { method New (line 13) | func (b StrippedWarpedStem) New(props BlockProperties) Block { FILE: server/world/block/structureBlock.go type StructureBlock (line 8) | type StructureBlock struct method Encode (line 12) | func (b StructureBlock) Encode() (string, BlockProperties) { method New (line 18) | func (b StructureBlock) New(props BlockProperties) Block { method BlockEntity (line 24) | func (b StructureBlock) BlockEntity(pos pos.BlockPosition) chunk.Block... FILE: server/world/block/structureVoid.go type StructureVoid (line 3) | type StructureVoid struct method Encode (line 6) | func (b StructureVoid) Encode() (string, BlockProperties) { method New (line 10) | func (b StructureVoid) New(props BlockProperties) Block { FILE: server/world/block/sugarCane.go type SugarCane (line 7) | type SugarCane struct method Encode (line 11) | func (b SugarCane) Encode() (string, BlockProperties) { method New (line 17) | func (b SugarCane) New(props BlockProperties) Block { FILE: server/world/block/sunflower.go type Sunflower (line 3) | type Sunflower struct method Encode (line 7) | func (b Sunflower) Encode() (string, BlockProperties) { method New (line 13) | func (b Sunflower) New(props BlockProperties) Block { FILE: server/world/block/suspiciousGravel.go type SuspiciousGravel (line 7) | type SuspiciousGravel struct method Encode (line 11) | func (b SuspiciousGravel) Encode() (string, BlockProperties) { method New (line 17) | func (b SuspiciousGravel) New(props BlockProperties) Block { FILE: server/world/block/suspiciousSand.go type SuspiciousSand (line 7) | type SuspiciousSand struct method Encode (line 11) | func (b SuspiciousSand) Encode() (string, BlockProperties) { method New (line 17) | func (b SuspiciousSand) New(props BlockProperties) Block { FILE: server/world/block/sweetBerryBush.go type SweetBerryBush (line 7) | type SweetBerryBush struct method Encode (line 11) | func (b SweetBerryBush) Encode() (string, BlockProperties) { method New (line 17) | func (b SweetBerryBush) New(props BlockProperties) Block { FILE: server/world/block/tallGrass.go type TallGrass (line 3) | type TallGrass struct method Encode (line 7) | func (b TallGrass) Encode() (string, BlockProperties) { method New (line 13) | func (b TallGrass) New(props BlockProperties) Block { FILE: server/world/block/tallSeagrass.go type TallSeagrass (line 3) | type TallSeagrass struct method Encode (line 7) | func (b TallSeagrass) Encode() (string, BlockProperties) { method New (line 13) | func (b TallSeagrass) New(props BlockProperties) Block { FILE: server/world/block/target.go type Target (line 7) | type Target struct method Encode (line 11) | func (b Target) Encode() (string, BlockProperties) { method New (line 17) | func (b Target) New(props BlockProperties) Block { FILE: server/world/block/terracotta.go type Terracotta (line 3) | type Terracotta struct method Encode (line 6) | func (b Terracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b Terracotta) New(props BlockProperties) Block { FILE: server/world/block/tintedGlass.go type TintedGlass (line 3) | type TintedGlass struct method Encode (line 6) | func (b TintedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b TintedGlass) New(props BlockProperties) Block { FILE: server/world/block/tnt.go type Tnt (line 7) | type Tnt struct method Encode (line 11) | func (b Tnt) Encode() (string, BlockProperties) { method New (line 17) | func (b Tnt) New(props BlockProperties) Block { FILE: server/world/block/torch.go type Torch (line 3) | type Torch struct method Encode (line 6) | func (b Torch) Encode() (string, BlockProperties) { method New (line 10) | func (b Torch) New(props BlockProperties) Block { FILE: server/world/block/torchflower.go type Torchflower (line 3) | type Torchflower struct method Encode (line 6) | func (b Torchflower) Encode() (string, BlockProperties) { method New (line 10) | func (b Torchflower) New(props BlockProperties) Block { FILE: server/world/block/torchflowerCrop.go type TorchflowerCrop (line 7) | type TorchflowerCrop struct method Encode (line 11) | func (b TorchflowerCrop) Encode() (string, BlockProperties) { method New (line 17) | func (b TorchflowerCrop) New(props BlockProperties) Block { FILE: server/world/block/trappedChest.go type TrappedChest (line 9) | type TrappedChest struct method Encode (line 15) | func (b TrappedChest) Encode() (string, BlockProperties) { method New (line 23) | func (b TrappedChest) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b TrappedChest) BlockEntity(pos pos.BlockPosition) chunk.BlockEn... FILE: server/world/block/trialSpawner.go type TrialSpawner (line 9) | type TrialSpawner struct method Encode (line 14) | func (b TrialSpawner) Encode() (string, BlockProperties) { method New (line 21) | func (b TrialSpawner) New(props BlockProperties) Block { method BlockEntity (line 28) | func (b TrialSpawner) BlockEntity(pos pos.BlockPosition) chunk.BlockEn... FILE: server/world/block/tripwire.go type Tripwire (line 7) | type Tripwire struct method Encode (line 17) | func (b Tripwire) Encode() (string, BlockProperties) { method New (line 29) | func (b Tripwire) New(props BlockProperties) Block { FILE: server/world/block/tripwireHook.go type TripwireHook (line 7) | type TripwireHook struct method Encode (line 13) | func (b TripwireHook) Encode() (string, BlockProperties) { method New (line 21) | func (b TripwireHook) New(props BlockProperties) Block { FILE: server/world/block/tubeCoral.go type TubeCoral (line 7) | type TubeCoral struct method Encode (line 11) | func (b TubeCoral) Encode() (string, BlockProperties) { method New (line 17) | func (b TubeCoral) New(props BlockProperties) Block { FILE: server/world/block/tubeCoralBlock.go type TubeCoralBlock (line 3) | type TubeCoralBlock struct method Encode (line 6) | func (b TubeCoralBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b TubeCoralBlock) New(props BlockProperties) Block { FILE: server/world/block/tubeCoralFan.go type TubeCoralFan (line 7) | type TubeCoralFan struct method Encode (line 11) | func (b TubeCoralFan) Encode() (string, BlockProperties) { method New (line 17) | func (b TubeCoralFan) New(props BlockProperties) Block { FILE: server/world/block/tubeCoralWallFan.go type TubeCoralWallFan (line 7) | type TubeCoralWallFan struct method Encode (line 12) | func (b TubeCoralWallFan) Encode() (string, BlockProperties) { method New (line 19) | func (b TubeCoralWallFan) New(props BlockProperties) Block { FILE: server/world/block/tuff.go type Tuff (line 3) | type Tuff struct method Encode (line 6) | func (b Tuff) Encode() (string, BlockProperties) { method New (line 10) | func (b Tuff) New(props BlockProperties) Block { FILE: server/world/block/tuffBrickSlab.go type TuffBrickSlab (line 7) | type TuffBrickSlab struct method Encode (line 12) | func (b TuffBrickSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b TuffBrickSlab) New(props BlockProperties) Block { FILE: server/world/block/tuffBrickStairs.go type TuffBrickStairs (line 7) | type TuffBrickStairs struct method Encode (line 14) | func (b TuffBrickStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b TuffBrickStairs) New(props BlockProperties) Block { FILE: server/world/block/tuffBrickWall.go type TuffBrickWall (line 7) | type TuffBrickWall struct method Encode (line 16) | func (b TuffBrickWall) Encode() (string, BlockProperties) { method New (line 27) | func (b TuffBrickWall) New(props BlockProperties) Block { FILE: server/world/block/tuffBricks.go type TuffBricks (line 3) | type TuffBricks struct method Encode (line 6) | func (b TuffBricks) Encode() (string, BlockProperties) { method New (line 10) | func (b TuffBricks) New(props BlockProperties) Block { FILE: server/world/block/tuffSlab.go type TuffSlab (line 7) | type TuffSlab struct method Encode (line 12) | func (b TuffSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b TuffSlab) New(props BlockProperties) Block { FILE: server/world/block/tuffStairs.go type TuffStairs (line 7) | type TuffStairs struct method Encode (line 14) | func (b TuffStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b TuffStairs) New(props BlockProperties) Block { FILE: server/world/block/tuffWall.go type TuffWall (line 7) | type TuffWall struct method Encode (line 16) | func (b TuffWall) Encode() (string, BlockProperties) { method New (line 27) | func (b TuffWall) New(props BlockProperties) Block { FILE: server/world/block/turtleEgg.go type TurtleEgg (line 7) | type TurtleEgg struct method Encode (line 12) | func (b TurtleEgg) Encode() (string, BlockProperties) { method New (line 19) | func (b TurtleEgg) New(props BlockProperties) Block { FILE: server/world/block/twistingVines.go type TwistingVines (line 7) | type TwistingVines struct method Encode (line 11) | func (b TwistingVines) Encode() (string, BlockProperties) { method New (line 17) | func (b TwistingVines) New(props BlockProperties) Block { FILE: server/world/block/twistingVinesPlant.go type TwistingVinesPlant (line 3) | type TwistingVinesPlant struct method Encode (line 6) | func (b TwistingVinesPlant) Encode() (string, BlockProperties) { method New (line 10) | func (b TwistingVinesPlant) New(props BlockProperties) Block { FILE: server/world/block/vault.go type Vault (line 9) | type Vault struct method Encode (line 15) | func (b Vault) Encode() (string, BlockProperties) { method New (line 23) | func (b Vault) New(props BlockProperties) Block { method BlockEntity (line 31) | func (b Vault) BlockEntity(pos pos.BlockPosition) chunk.BlockEntity { FILE: server/world/block/verdantFroglight.go type VerdantFroglight (line 3) | type VerdantFroglight struct method Encode (line 7) | func (b VerdantFroglight) Encode() (string, BlockProperties) { method New (line 13) | func (b VerdantFroglight) New(props BlockProperties) Block { FILE: server/world/block/vine.go type Vine (line 7) | type Vine struct method Encode (line 15) | func (b Vine) Encode() (string, BlockProperties) { method New (line 25) | func (b Vine) New(props BlockProperties) Block { FILE: server/world/block/voidAir.go type VoidAir (line 3) | type VoidAir struct method Encode (line 6) | func (b VoidAir) Encode() (string, BlockProperties) { method New (line 10) | func (b VoidAir) New(props BlockProperties) Block { FILE: server/world/block/wallTorch.go type WallTorch (line 3) | type WallTorch struct method Encode (line 7) | func (b WallTorch) Encode() (string, BlockProperties) { method New (line 13) | func (b WallTorch) New(props BlockProperties) Block { FILE: server/world/block/warpedButton.go type WarpedButton (line 7) | type WarpedButton struct method Encode (line 13) | func (b WarpedButton) Encode() (string, BlockProperties) { method New (line 21) | func (b WarpedButton) New(props BlockProperties) Block { FILE: server/world/block/warpedDoor.go type WarpedDoor (line 7) | type WarpedDoor struct method Encode (line 15) | func (b WarpedDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WarpedDoor) New(props BlockProperties) Block { FILE: server/world/block/warpedFence.go type WarpedFence (line 7) | type WarpedFence struct method Encode (line 15) | func (b WarpedFence) Encode() (string, BlockProperties) { method New (line 25) | func (b WarpedFence) New(props BlockProperties) Block { FILE: server/world/block/warpedFenceGate.go type WarpedFenceGate (line 7) | type WarpedFenceGate struct method Encode (line 14) | func (b WarpedFenceGate) Encode() (string, BlockProperties) { method New (line 23) | func (b WarpedFenceGate) New(props BlockProperties) Block { FILE: server/world/block/warpedFungus.go type WarpedFungus (line 3) | type WarpedFungus struct method Encode (line 6) | func (b WarpedFungus) Encode() (string, BlockProperties) { method New (line 10) | func (b WarpedFungus) New(props BlockProperties) Block { FILE: server/world/block/warpedHangingSign.go type WarpedHangingSign (line 7) | type WarpedHangingSign struct method Encode (line 13) | func (b WarpedHangingSign) Encode() (string, BlockProperties) { method New (line 21) | func (b WarpedHangingSign) New(props BlockProperties) Block { FILE: server/world/block/warpedHyphae.go type WarpedHyphae (line 3) | type WarpedHyphae struct method Encode (line 7) | func (b WarpedHyphae) Encode() (string, BlockProperties) { method New (line 13) | func (b WarpedHyphae) New(props BlockProperties) Block { FILE: server/world/block/warpedNylium.go type WarpedNylium (line 3) | type WarpedNylium struct method Encode (line 6) | func (b WarpedNylium) Encode() (string, BlockProperties) { method New (line 10) | func (b WarpedNylium) New(props BlockProperties) Block { FILE: server/world/block/warpedPlanks.go type WarpedPlanks (line 3) | type WarpedPlanks struct method Encode (line 6) | func (b WarpedPlanks) Encode() (string, BlockProperties) { method New (line 10) | func (b WarpedPlanks) New(props BlockProperties) Block { FILE: server/world/block/warpedPressurePlate.go type WarpedPressurePlate (line 7) | type WarpedPressurePlate struct method Encode (line 11) | func (b WarpedPressurePlate) Encode() (string, BlockProperties) { method New (line 17) | func (b WarpedPressurePlate) New(props BlockProperties) Block { FILE: server/world/block/warpedRoots.go type WarpedRoots (line 3) | type WarpedRoots struct method Encode (line 6) | func (b WarpedRoots) Encode() (string, BlockProperties) { method New (line 10) | func (b WarpedRoots) New(props BlockProperties) Block { FILE: server/world/block/warpedSign.go type WarpedSign (line 7) | type WarpedSign struct method Encode (line 12) | func (b WarpedSign) Encode() (string, BlockProperties) { method New (line 19) | func (b WarpedSign) New(props BlockProperties) Block { FILE: server/world/block/warpedSlab.go type WarpedSlab (line 7) | type WarpedSlab struct method Encode (line 12) | func (b WarpedSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b WarpedSlab) New(props BlockProperties) Block { FILE: server/world/block/warpedStairs.go type WarpedStairs (line 7) | type WarpedStairs struct method Encode (line 14) | func (b WarpedStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b WarpedStairs) New(props BlockProperties) Block { FILE: server/world/block/warpedStem.go type WarpedStem (line 3) | type WarpedStem struct method Encode (line 7) | func (b WarpedStem) Encode() (string, BlockProperties) { method New (line 13) | func (b WarpedStem) New(props BlockProperties) Block { FILE: server/world/block/warpedTrapdoor.go type WarpedTrapdoor (line 7) | type WarpedTrapdoor struct method Encode (line 15) | func (b WarpedTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WarpedTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/warpedWallHangingSign.go type WarpedWallHangingSign (line 7) | type WarpedWallHangingSign struct method Encode (line 12) | func (b WarpedWallHangingSign) Encode() (string, BlockProperties) { method New (line 19) | func (b WarpedWallHangingSign) New(props BlockProperties) Block { FILE: server/world/block/warpedWallSign.go type WarpedWallSign (line 7) | type WarpedWallSign struct method Encode (line 12) | func (b WarpedWallSign) Encode() (string, BlockProperties) { method New (line 19) | func (b WarpedWallSign) New(props BlockProperties) Block { FILE: server/world/block/warpedWartBlock.go type WarpedWartBlock (line 3) | type WarpedWartBlock struct method Encode (line 6) | func (b WarpedWartBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b WarpedWartBlock) New(props BlockProperties) Block { FILE: server/world/block/water.go type Water (line 7) | type Water struct method Encode (line 11) | func (b Water) Encode() (string, BlockProperties) { method New (line 17) | func (b Water) New(props BlockProperties) Block { FILE: server/world/block/waterCauldron.go type WaterCauldron (line 7) | type WaterCauldron struct method Encode (line 11) | func (b WaterCauldron) Encode() (string, BlockProperties) { method New (line 17) | func (b WaterCauldron) New(props BlockProperties) Block { FILE: server/world/block/waxedChiseledCopper.go type WaxedChiseledCopper (line 3) | type WaxedChiseledCopper struct method Encode (line 6) | func (b WaxedChiseledCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedChiseledCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedCopperBlock.go type WaxedCopperBlock (line 3) | type WaxedCopperBlock struct method Encode (line 6) | func (b WaxedCopperBlock) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedCopperBlock) New(props BlockProperties) Block { FILE: server/world/block/waxedCopperBulb.go type WaxedCopperBulb (line 7) | type WaxedCopperBulb struct method Encode (line 12) | func (b WaxedCopperBulb) Encode() (string, BlockProperties) { method New (line 19) | func (b WaxedCopperBulb) New(props BlockProperties) Block { FILE: server/world/block/waxedCopperDoor.go type WaxedCopperDoor (line 7) | type WaxedCopperDoor struct method Encode (line 15) | func (b WaxedCopperDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WaxedCopperDoor) New(props BlockProperties) Block { FILE: server/world/block/waxedCopperGrate.go type WaxedCopperGrate (line 7) | type WaxedCopperGrate struct method Encode (line 11) | func (b WaxedCopperGrate) Encode() (string, BlockProperties) { method New (line 17) | func (b WaxedCopperGrate) New(props BlockProperties) Block { FILE: server/world/block/waxedCopperTrapdoor.go type WaxedCopperTrapdoor (line 7) | type WaxedCopperTrapdoor struct method Encode (line 15) | func (b WaxedCopperTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WaxedCopperTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/waxedCutCopper.go type WaxedCutCopper (line 3) | type WaxedCutCopper struct method Encode (line 6) | func (b WaxedCutCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedCutCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedCutCopperSlab.go type WaxedCutCopperSlab (line 7) | type WaxedCutCopperSlab struct method Encode (line 12) | func (b WaxedCutCopperSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b WaxedCutCopperSlab) New(props BlockProperties) Block { FILE: server/world/block/waxedCutCopperStairs.go type WaxedCutCopperStairs (line 7) | type WaxedCutCopperStairs struct method Encode (line 14) | func (b WaxedCutCopperStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b WaxedCutCopperStairs) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedChiseledCopper.go type WaxedExposedChiseledCopper (line 3) | type WaxedExposedChiseledCopper struct method Encode (line 6) | func (b WaxedExposedChiseledCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedExposedChiseledCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedCopper.go type WaxedExposedCopper (line 3) | type WaxedExposedCopper struct method Encode (line 6) | func (b WaxedExposedCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedExposedCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedCopperBulb.go type WaxedExposedCopperBulb (line 7) | type WaxedExposedCopperBulb struct method Encode (line 12) | func (b WaxedExposedCopperBulb) Encode() (string, BlockProperties) { method New (line 19) | func (b WaxedExposedCopperBulb) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedCopperDoor.go type WaxedExposedCopperDoor (line 7) | type WaxedExposedCopperDoor struct method Encode (line 15) | func (b WaxedExposedCopperDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WaxedExposedCopperDoor) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedCopperGrate.go type WaxedExposedCopperGrate (line 7) | type WaxedExposedCopperGrate struct method Encode (line 11) | func (b WaxedExposedCopperGrate) Encode() (string, BlockProperties) { method New (line 17) | func (b WaxedExposedCopperGrate) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedCopperTrapdoor.go type WaxedExposedCopperTrapdoor (line 7) | type WaxedExposedCopperTrapdoor struct method Encode (line 15) | func (b WaxedExposedCopperTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WaxedExposedCopperTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedCutCopper.go type WaxedExposedCutCopper (line 3) | type WaxedExposedCutCopper struct method Encode (line 6) | func (b WaxedExposedCutCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedExposedCutCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedCutCopperSlab.go type WaxedExposedCutCopperSlab (line 7) | type WaxedExposedCutCopperSlab struct method Encode (line 12) | func (b WaxedExposedCutCopperSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b WaxedExposedCutCopperSlab) New(props BlockProperties) Block { FILE: server/world/block/waxedExposedCutCopperStairs.go type WaxedExposedCutCopperStairs (line 7) | type WaxedExposedCutCopperStairs struct method Encode (line 14) | func (b WaxedExposedCutCopperStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b WaxedExposedCutCopperStairs) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedChiseledCopper.go type WaxedOxidizedChiseledCopper (line 3) | type WaxedOxidizedChiseledCopper struct method Encode (line 6) | func (b WaxedOxidizedChiseledCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedOxidizedChiseledCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedCopper.go type WaxedOxidizedCopper (line 3) | type WaxedOxidizedCopper struct method Encode (line 6) | func (b WaxedOxidizedCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedOxidizedCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedCopperBulb.go type WaxedOxidizedCopperBulb (line 7) | type WaxedOxidizedCopperBulb struct method Encode (line 12) | func (b WaxedOxidizedCopperBulb) Encode() (string, BlockProperties) { method New (line 19) | func (b WaxedOxidizedCopperBulb) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedCopperDoor.go type WaxedOxidizedCopperDoor (line 7) | type WaxedOxidizedCopperDoor struct method Encode (line 15) | func (b WaxedOxidizedCopperDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WaxedOxidizedCopperDoor) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedCopperGrate.go type WaxedOxidizedCopperGrate (line 7) | type WaxedOxidizedCopperGrate struct method Encode (line 11) | func (b WaxedOxidizedCopperGrate) Encode() (string, BlockProperties) { method New (line 17) | func (b WaxedOxidizedCopperGrate) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedCopperTrapdoor.go type WaxedOxidizedCopperTrapdoor (line 7) | type WaxedOxidizedCopperTrapdoor struct method Encode (line 15) | func (b WaxedOxidizedCopperTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WaxedOxidizedCopperTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedCutCopper.go type WaxedOxidizedCutCopper (line 3) | type WaxedOxidizedCutCopper struct method Encode (line 6) | func (b WaxedOxidizedCutCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedOxidizedCutCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedCutCopperSlab.go type WaxedOxidizedCutCopperSlab (line 7) | type WaxedOxidizedCutCopperSlab struct method Encode (line 12) | func (b WaxedOxidizedCutCopperSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b WaxedOxidizedCutCopperSlab) New(props BlockProperties) Block { FILE: server/world/block/waxedOxidizedCutCopperStairs.go type WaxedOxidizedCutCopperStairs (line 7) | type WaxedOxidizedCutCopperStairs struct method Encode (line 14) | func (b WaxedOxidizedCutCopperStairs) Encode() (string, BlockPropertie... method New (line 23) | func (b WaxedOxidizedCutCopperStairs) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredChiseledCopper.go type WaxedWeatheredChiseledCopper (line 3) | type WaxedWeatheredChiseledCopper struct method Encode (line 6) | func (b WaxedWeatheredChiseledCopper) Encode() (string, BlockPropertie... method New (line 10) | func (b WaxedWeatheredChiseledCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredCopper.go type WaxedWeatheredCopper (line 3) | type WaxedWeatheredCopper struct method Encode (line 6) | func (b WaxedWeatheredCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedWeatheredCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredCopperBulb.go type WaxedWeatheredCopperBulb (line 7) | type WaxedWeatheredCopperBulb struct method Encode (line 12) | func (b WaxedWeatheredCopperBulb) Encode() (string, BlockProperties) { method New (line 19) | func (b WaxedWeatheredCopperBulb) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredCopperDoor.go type WaxedWeatheredCopperDoor (line 7) | type WaxedWeatheredCopperDoor struct method Encode (line 15) | func (b WaxedWeatheredCopperDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WaxedWeatheredCopperDoor) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredCopperGrate.go type WaxedWeatheredCopperGrate (line 7) | type WaxedWeatheredCopperGrate struct method Encode (line 11) | func (b WaxedWeatheredCopperGrate) Encode() (string, BlockProperties) { method New (line 17) | func (b WaxedWeatheredCopperGrate) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredCopperTrapdoor.go type WaxedWeatheredCopperTrapdoor (line 7) | type WaxedWeatheredCopperTrapdoor struct method Encode (line 15) | func (b WaxedWeatheredCopperTrapdoor) Encode() (string, BlockPropertie... method New (line 25) | func (b WaxedWeatheredCopperTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredCutCopper.go type WaxedWeatheredCutCopper (line 3) | type WaxedWeatheredCutCopper struct method Encode (line 6) | func (b WaxedWeatheredCutCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WaxedWeatheredCutCopper) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredCutCopperSlab.go type WaxedWeatheredCutCopperSlab (line 7) | type WaxedWeatheredCutCopperSlab struct method Encode (line 12) | func (b WaxedWeatheredCutCopperSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b WaxedWeatheredCutCopperSlab) New(props BlockProperties) Block { FILE: server/world/block/waxedWeatheredCutCopperStairs.go type WaxedWeatheredCutCopperStairs (line 7) | type WaxedWeatheredCutCopperStairs struct method Encode (line 14) | func (b WaxedWeatheredCutCopperStairs) Encode() (string, BlockProperti... method New (line 23) | func (b WaxedWeatheredCutCopperStairs) New(props BlockProperties) Block { FILE: server/world/block/weatheredChiseledCopper.go type WeatheredChiseledCopper (line 3) | type WeatheredChiseledCopper struct method Encode (line 6) | func (b WeatheredChiseledCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WeatheredChiseledCopper) New(props BlockProperties) Block { FILE: server/world/block/weatheredCopper.go type WeatheredCopper (line 3) | type WeatheredCopper struct method Encode (line 6) | func (b WeatheredCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WeatheredCopper) New(props BlockProperties) Block { FILE: server/world/block/weatheredCopperBulb.go type WeatheredCopperBulb (line 7) | type WeatheredCopperBulb struct method Encode (line 12) | func (b WeatheredCopperBulb) Encode() (string, BlockProperties) { method New (line 19) | func (b WeatheredCopperBulb) New(props BlockProperties) Block { FILE: server/world/block/weatheredCopperDoor.go type WeatheredCopperDoor (line 7) | type WeatheredCopperDoor struct method Encode (line 15) | func (b WeatheredCopperDoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WeatheredCopperDoor) New(props BlockProperties) Block { FILE: server/world/block/weatheredCopperGrate.go type WeatheredCopperGrate (line 7) | type WeatheredCopperGrate struct method Encode (line 11) | func (b WeatheredCopperGrate) Encode() (string, BlockProperties) { method New (line 17) | func (b WeatheredCopperGrate) New(props BlockProperties) Block { FILE: server/world/block/weatheredCopperTrapdoor.go type WeatheredCopperTrapdoor (line 7) | type WeatheredCopperTrapdoor struct method Encode (line 15) | func (b WeatheredCopperTrapdoor) Encode() (string, BlockProperties) { method New (line 25) | func (b WeatheredCopperTrapdoor) New(props BlockProperties) Block { FILE: server/world/block/weatheredCutCopper.go type WeatheredCutCopper (line 3) | type WeatheredCutCopper struct method Encode (line 6) | func (b WeatheredCutCopper) Encode() (string, BlockProperties) { method New (line 10) | func (b WeatheredCutCopper) New(props BlockProperties) Block { FILE: server/world/block/weatheredCutCopperSlab.go type WeatheredCutCopperSlab (line 7) | type WeatheredCutCopperSlab struct method Encode (line 12) | func (b WeatheredCutCopperSlab) Encode() (string, BlockProperties) { method New (line 19) | func (b WeatheredCutCopperSlab) New(props BlockProperties) Block { FILE: server/world/block/weatheredCutCopperStairs.go type WeatheredCutCopperStairs (line 7) | type WeatheredCutCopperStairs struct method Encode (line 14) | func (b WeatheredCutCopperStairs) Encode() (string, BlockProperties) { method New (line 23) | func (b WeatheredCutCopperStairs) New(props BlockProperties) Block { FILE: server/world/block/weepingVines.go type WeepingVines (line 7) | type WeepingVines struct method Encode (line 11) | func (b WeepingVines) Encode() (string, BlockProperties) { method New (line 17) | func (b WeepingVines) New(props BlockProperties) Block { FILE: server/world/block/weepingVinesPlant.go type WeepingVinesPlant (line 3) | type WeepingVinesPlant struct method Encode (line 6) | func (b WeepingVinesPlant) Encode() (string, BlockProperties) { method New (line 10) | func (b WeepingVinesPlant) New(props BlockProperties) Block { FILE: server/world/block/wetSponge.go type WetSponge (line 3) | type WetSponge struct method Encode (line 6) | func (b WetSponge) Encode() (string, BlockProperties) { method New (line 10) | func (b WetSponge) New(props BlockProperties) Block { FILE: server/world/block/wheat.go type Wheat (line 7) | type Wheat struct method Encode (line 11) | func (b Wheat) Encode() (string, BlockProperties) { method New (line 17) | func (b Wheat) New(props BlockProperties) Block { FILE: server/world/block/whiteBanner.go type WhiteBanner (line 7) | type WhiteBanner struct method Encode (line 11) | func (b WhiteBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b WhiteBanner) New(props BlockProperties) Block { FILE: server/world/block/whiteBed.go type WhiteBed (line 7) | type WhiteBed struct method Encode (line 13) | func (b WhiteBed) Encode() (string, BlockProperties) { method New (line 21) | func (b WhiteBed) New(props BlockProperties) Block { FILE: server/world/block/whiteCandle.go type WhiteCandle (line 7) | type WhiteCandle struct method Encode (line 13) | func (b WhiteCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b WhiteCandle) New(props BlockProperties) Block { FILE: server/world/block/whiteCandleCake.go type WhiteCandleCake (line 7) | type WhiteCandleCake struct method Encode (line 11) | func (b WhiteCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b WhiteCandleCake) New(props BlockProperties) Block { FILE: server/world/block/whiteCarpet.go type WhiteCarpet (line 3) | type WhiteCarpet struct method Encode (line 6) | func (b WhiteCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b WhiteCarpet) New(props BlockProperties) Block { FILE: server/world/block/whiteConcrete.go type WhiteConcrete (line 3) | type WhiteConcrete struct method Encode (line 6) | func (b WhiteConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b WhiteConcrete) New(props BlockProperties) Block { FILE: server/world/block/whiteConcretePowder.go type WhiteConcretePowder (line 3) | type WhiteConcretePowder struct method Encode (line 6) | func (b WhiteConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b WhiteConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/whiteGlazedTerracotta.go type WhiteGlazedTerracotta (line 3) | type WhiteGlazedTerracotta struct method Encode (line 7) | func (b WhiteGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b WhiteGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/whiteShulkerBox.go type WhiteShulkerBox (line 3) | type WhiteShulkerBox struct method Encode (line 7) | func (b WhiteShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b WhiteShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/whiteStainedGlass.go type WhiteStainedGlass (line 3) | type WhiteStainedGlass struct method Encode (line 6) | func (b WhiteStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b WhiteStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/whiteStainedGlassPane.go type WhiteStainedGlassPane (line 7) | type WhiteStainedGlassPane struct method Encode (line 15) | func (b WhiteStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b WhiteStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/whiteTerracotta.go type WhiteTerracotta (line 3) | type WhiteTerracotta struct method Encode (line 6) | func (b WhiteTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b WhiteTerracotta) New(props BlockProperties) Block { FILE: server/world/block/whiteTulip.go type WhiteTulip (line 3) | type WhiteTulip struct method Encode (line 6) | func (b WhiteTulip) Encode() (string, BlockProperties) { method New (line 10) | func (b WhiteTulip) New(props BlockProperties) Block { FILE: server/world/block/whiteWallBanner.go type WhiteWallBanner (line 3) | type WhiteWallBanner struct method Encode (line 7) | func (b WhiteWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b WhiteWallBanner) New(props BlockProperties) Block { FILE: server/world/block/whiteWool.go type WhiteWool (line 3) | type WhiteWool struct method Encode (line 6) | func (b WhiteWool) Encode() (string, BlockProperties) { method New (line 10) | func (b WhiteWool) New(props BlockProperties) Block { FILE: server/world/block/witherRose.go type WitherRose (line 3) | type WitherRose struct method Encode (line 6) | func (b WitherRose) Encode() (string, BlockProperties) { method New (line 10) | func (b WitherRose) New(props BlockProperties) Block { FILE: server/world/block/witherSkeletonSkull.go type WitherSkeletonSkull (line 7) | type WitherSkeletonSkull struct method Encode (line 12) | func (b WitherSkeletonSkull) Encode() (string, BlockProperties) { method New (line 19) | func (b WitherSkeletonSkull) New(props BlockProperties) Block { FILE: server/world/block/witherSkeletonWallSkull.go type WitherSkeletonWallSkull (line 7) | type WitherSkeletonWallSkull struct method Encode (line 12) | func (b WitherSkeletonWallSkull) Encode() (string, BlockProperties) { method New (line 19) | func (b WitherSkeletonWallSkull) New(props BlockProperties) Block { FILE: server/world/block/yellowBanner.go type YellowBanner (line 7) | type YellowBanner struct method Encode (line 11) | func (b YellowBanner) Encode() (string, BlockProperties) { method New (line 17) | func (b YellowBanner) New(props BlockProperties) Block { FILE: server/world/block/yellowBed.go type YellowBed (line 7) | type YellowBed struct method Encode (line 13) | func (b YellowBed) Encode() (string, BlockProperties) { method New (line 21) | func (b YellowBed) New(props BlockProperties) Block { FILE: server/world/block/yellowCandle.go type YellowCandle (line 7) | type YellowCandle struct method Encode (line 13) | func (b YellowCandle) Encode() (string, BlockProperties) { method New (line 21) | func (b YellowCandle) New(props BlockProperties) Block { FILE: server/world/block/yellowCandleCake.go type YellowCandleCake (line 7) | type YellowCandleCake struct method Encode (line 11) | func (b YellowCandleCake) Encode() (string, BlockProperties) { method New (line 17) | func (b YellowCandleCake) New(props BlockProperties) Block { FILE: server/world/block/yellowCarpet.go type YellowCarpet (line 3) | type YellowCarpet struct method Encode (line 6) | func (b YellowCarpet) Encode() (string, BlockProperties) { method New (line 10) | func (b YellowCarpet) New(props BlockProperties) Block { FILE: server/world/block/yellowConcrete.go type YellowConcrete (line 3) | type YellowConcrete struct method Encode (line 6) | func (b YellowConcrete) Encode() (string, BlockProperties) { method New (line 10) | func (b YellowConcrete) New(props BlockProperties) Block { FILE: server/world/block/yellowConcretePowder.go type YellowConcretePowder (line 3) | type YellowConcretePowder struct method Encode (line 6) | func (b YellowConcretePowder) Encode() (string, BlockProperties) { method New (line 10) | func (b YellowConcretePowder) New(props BlockProperties) Block { FILE: server/world/block/yellowGlazedTerracotta.go type YellowGlazedTerracotta (line 3) | type YellowGlazedTerracotta struct method Encode (line 7) | func (b YellowGlazedTerracotta) Encode() (string, BlockProperties) { method New (line 13) | func (b YellowGlazedTerracotta) New(props BlockProperties) Block { FILE: server/world/block/yellowShulkerBox.go type YellowShulkerBox (line 3) | type YellowShulkerBox struct method Encode (line 7) | func (b YellowShulkerBox) Encode() (string, BlockProperties) { method New (line 13) | func (b YellowShulkerBox) New(props BlockProperties) Block { FILE: server/world/block/yellowStainedGlass.go type YellowStainedGlass (line 3) | type YellowStainedGlass struct method Encode (line 6) | func (b YellowStainedGlass) Encode() (string, BlockProperties) { method New (line 10) | func (b YellowStainedGlass) New(props BlockProperties) Block { FILE: server/world/block/yellowStainedGlassPane.go type YellowStainedGlassPane (line 7) | type YellowStainedGlassPane struct method Encode (line 15) | func (b YellowStainedGlassPane) Encode() (string, BlockProperties) { method New (line 25) | func (b YellowStainedGlassPane) New(props BlockProperties) Block { FILE: server/world/block/yellowTerracotta.go type YellowTerracotta (line 3) | type YellowTerracotta struct method Encode (line 6) | func (b YellowTerracotta) Encode() (string, BlockProperties) { method New (line 10) | func (b YellowTerracotta) New(props BlockProperties) Block { FILE: server/world/block/yellowWallBanner.go type YellowWallBanner (line 3) | type YellowWallBanner struct method Encode (line 7) | func (b YellowWallBanner) Encode() (string, BlockProperties) { method New (line 13) | func (b YellowWallBanner) New(props BlockProperties) Block { FILE: server/world/block/yellowWool.go type YellowWool (line 3) | type YellowWool struct method Encode (line 6) | func (b YellowWool) Encode() (string, BlockProperties) { method New (line 10) | func (b YellowWool) New(props BlockProperties) Block { FILE: server/world/block/zombieHead.go type ZombieHead (line 7) | type ZombieHead struct method Encode (line 12) | func (b ZombieHead) Encode() (string, BlockProperties) { method New (line 19) | func (b ZombieHead) New(props BlockProperties) Block { FILE: server/world/block/zombieWallHead.go type ZombieWallHead (line 7) | type ZombieWallHead struct method Encode (line 12) | func (b ZombieWallHead) Encode() (string, BlockProperties) { method New (line 19) | func (b ZombieWallHead) New(props BlockProperties) Block { FILE: server/world/chunk/anvil.go type AnvilBlock (line 3) | type AnvilBlock struct FILE: server/world/chunk/chunk.go type Generator (line 13) | type Generator interface constant MinChunkY (line 18) | MinChunkY = -4 type BlockEntity (line 20) | type BlockEntity struct type Chunk (line 31) | type Chunk struct method Block (line 80) | func (chunk *Chunk) Block(x, y, z int32) (section.AnvilBlock, error) { method SetBlock (line 91) | func (chunk *Chunk) SetBlock(x, y, z int32, b section.AnvilBlock) (sta... method SetSkylightLevel (line 102) | func (chunk *Chunk) SetSkylightLevel(x, y, z int32, value byte) error { method SkyLightLevel (line 113) | func (chunk *Chunk) SkyLightLevel(x, y, z int32) (byte, error) { method BlockEntity (line 123) | func (chunk *Chunk) BlockEntity(x, y, z int32) (*BlockEntity, bool) { method SetBlockEntity (line 133) | func (chunk *Chunk) SetBlockEntity(x, y, z int32, be BlockEntity) { function NewChunk (line 53) | func NewChunk(x, z int32) Chunk { FILE: server/world/chunk/encode.go function init (line 18) | func init() { method Encode (line 24) | func (chunk *Chunk) Encode(biomeIndexes []string) *play.ChunkDataUpdateL... method EncodeBuf (line 31) | func (chunk *Chunk) EncodeBuf(biomeIndexes []string, buf *bytes.Buffer) ... function allZero (line 213) | func allZero(inp []int8) bool { FILE: server/world/chunk/heightmaps/heightmaps.go constant MinY (line 5) | MinY = -64 constant HeightMapBitsPerEntry (line 7) | HeightMapBitsPerEntry = 9 type Heightmap (line 9) | type Heightmap method offset (line 16) | func (hm Heightmap) offset(x, z int32) (int32, int32) { method Get (line 24) | func (hm Heightmap) Get(x, z int32) int32 { method Set (line 32) | func (hm *Heightmap) Set(x, z, y int32) { type Heightmaps (line 11) | type Heightmaps struct FILE: server/world/chunk/section/block.go type Block (line 3) | type Block interface type UnknownBlock (line 10) | type UnknownBlock struct method Encode (line 15) | func (block UnknownBlock) Encode() (string, map[string]string) { method New (line 19) | func (block UnknownBlock) New(props map[string]string) Block { FILE: server/world/chunk/section/blockRegister.go type blockState (line 9) | type blockState struct type blockInfo (line 14) | type blockInfo struct function init (line 23) | func init() { function RegisterBlock (line 30) | func RegisterBlock(b Block) { function GetBlock (line 36) | func GetBlock(name string) Block { function BlockStateId (line 44) | func BlockStateId(b AnvilBlock) (id int32, ok bool) { FILE: server/world/chunk/section/section.go type AnvilBlock (line 13) | type AnvilBlock struct type AnvilBiomes (line 18) | type AnvilBiomes struct type AnvilBlockStates (line 23) | type AnvilBlockStates struct type Section (line 29) | type Section struct method Init (line 39) | func (s *Section) Init() { method BPE (line 44) | func (s *Section) BPE() (block, biome int) { method offset (line 48) | func (s *Section) offset(x, y, z int) (long, offset int) { method Block (line 57) | func (s *Section) Block(x, y, z byte) AnvilBlock { method blockState (line 69) | func (s *Section) blockState(x, y, z byte) int64 { method setBlockState (line 83) | func (s *Section) setBlockState(x, y, z byte, state int64) error { method SetBlock (line 97) | func (s *Section) SetBlock(x, y, z byte, b AnvilBlock) (state int64) { method index (line 131) | func (s *Section) index(b AnvilBlock) (i int64, ok bool) { method add (line 140) | func (s *Section) add(b AnvilBlock) { method SkyLightLevel (line 145) | func (s *Section) SkyLightLevel(x, y, z int) (byte, error) { method SetSkylightLevel (line 163) | func (s *Section) SetSkylightLevel(x, y, z int, level byte) error { function blockBitsPerEntry (line 186) | func blockBitsPerEntry(paletteSize int) int { function biomeBitsPerEntry (line 197) | func biomeBitsPerEntry(paletteSize int) int { FILE: server/world/dimension/dimension.go function New (line 18) | func New(regionPath, typ, name string, chunkGenerator chunk.Generator, l... type Dimension (line 31) | type Dimension struct method Type (line 45) | func (d *Dimension) Type() string { method Name (line 49) | func (d *Dimension) Name() string { method Save (line 53) | func (d *Dimension) Save() { method syncWindows (line 60) | func (d *Dimension) syncWindows() { method saveAllRegions (line 72) | func (d *Dimension) saveAllRegions() { method LoadedChunks (line 92) | func (d *Dimension) LoadedChunks() int32 { method Block (line 104) | func (d *Dimension) Block(x, y, z int32) (section.AnvilBlock, error) { method SetBlock (line 113) | func (d *Dimension) SetBlock(pos pos.BlockPosition, b section.AnvilBlo... method SetBlockEntity (line 127) | func (d *Dimension) SetBlockEntity(pos pos.BlockPosition, be chunk.Blo... method BlockEntity (line 138) | func (d *Dimension) BlockEntity(x, y, z int32) (*chunk.BlockEntity, bo... method GetChunkBuf (line 147) | func (d *Dimension) GetChunkBuf(x, z int32, buf *bytes.Buffer) (*chunk... method GetChunk (line 161) | func (d *Dimension) GetChunk(x, z int32) (*chunk.Chunk, error) { method newRegion (line 175) | func (d *Dimension) newRegion(rx, rz int32) *region.File { method getRegion (line 185) | func (d *Dimension) getRegion(rx, rz int32) (*region.File, error) { method regionHash (line 200) | func (d *Dimension) regionHash(rx, rz int32) uint64 { method regionUnhash (line 204) | func (d *Dimension) regionUnhash(hash uint64) (rx, rz int32) { method chunkPosToRegionPos (line 211) | func (d *Dimension) chunkPosToRegionPos(x, z int32) (rx, rz int32) { method openRegion (line 215) | func (d *Dimension) openRegion(rx, rz int32) (*region.File, error) { FILE: server/world/dimension/manager.go function NewDimensionManager (line 8) | func NewDimensionManager(dimensions map[string]*Dimension) DimensionMana... type DimensionManager (line 12) | type DimensionManager struct method Dimension (line 17) | func (w *DimensionManager) Dimension(name string) *Dimension { method Save (line 25) | func (w *DimensionManager) Save() { method RegisterDimension (line 32) | func (w *DimensionManager) RegisterDimension(name string, dim *Dimensi... method LoadedChunks (line 36) | func (w *DimensionManager) LoadedChunks() int32 { FILE: server/world/dimension/tick.go method tick (line 3) | func (d *Dimension) tick() { FILE: server/world/dimension/window/window.go type WindowManager (line 15) | type WindowManager struct method AddWindow (line 24) | func (mgr *WindowManager) AddWindow(position pos.BlockPosition, w *Win... method Range (line 34) | func (mgr *WindowManager) Range(itr func(pos.BlockPosition, *Window)) { method At (line 42) | func (mgr *WindowManager) At(x, y, z int32) (*Window, bool) { method Get (line 49) | func (mgr *WindowManager) Get(id int32) (pos.BlockPosition, *Window, b... method New (line 61) | func (mgr *WindowManager) New(windowType, chunkEntityType string, item... function NewManager (line 20) | func NewManager() *WindowManager { type Window (line 72) | type Window struct method Position (line 85) | func (w *Window) Position() (x, y, z int32, ok bool) { FILE: server/world/level/entity.go type Entity (line 5) | type Entity struct FILE: server/world/level/item/attribute_modifiers.go type AttributeModifiers (line 3) | type AttributeModifiers struct type ModifierOperation (line 8) | type ModifierOperation constant AddValue (line 11) | AddValue ModifierOperation = "add_value" constant AddMultipliedBase (line 12) | AddMultipliedBase ModifierOperation = "add_multiplied_base" constant AddMultipliedTotal (line 13) | AddMultipliedTotal ModifierOperation = "add_multiplied_total" type Modifier (line 16) | type Modifier struct FILE: server/world/level/item/banner_patterns.go type BannerPattern (line 3) | type BannerPattern struct FILE: server/world/level/item/bees.go type Bee (line 5) | type Bee struct FILE: server/world/level/item/bucket_entity_data.go type BucketEntityData (line 3) | type BucketEntityData struct FILE: server/world/level/item/can_do.go type CanDo (line 4) | type CanDo struct type Predicates (line 12) | type Predicates struct FILE: server/world/level/item/container_loot.go type ContainerLoot (line 3) | type ContainerLoot struct FILE: server/world/level/item/creative_slot_lock.go type CreativeSlotLock (line 4) | type CreativeSlotLock struct FILE: server/world/level/item/enchantments.go type Enchantments (line 3) | type Enchantments struct FILE: server/world/level/item/entity_data.go type EntityData (line 5) | type EntityData struct FILE: server/world/level/item/fire_resistant.go type FireResistant (line 4) | type FireResistant struct FILE: server/world/level/item/firework_explosion.go type FireworkExplosion (line 3) | type FireworkExplosion struct FILE: server/world/level/item/fireworks.go type Fireworks (line 3) | type Fireworks struct type Explosion (line 8) | type Explosion struct FILE: server/world/level/item/food.go type Food (line 3) | type Food struct type Effects (line 12) | type Effects struct type Effect (line 17) | type Effect struct FILE: server/world/level/item/hide_additional_tooltip.go type HideAdditionalTooltip (line 4) | type HideAdditionalTooltip struct FILE: server/world/level/item/hide_tooltip.go type HideTooltip (line 4) | type HideTooltip struct FILE: server/world/level/item/intangible_projectile.go type IntangibleProjectile (line 4) | type IntangibleProjectile struct FILE: server/world/level/item/item.go type DataSlot (line 13) | type DataSlot method Network (line 15) | func (slot DataSlot) Network() int32 { function DataSlotFrom (line 36) | func DataSlotFrom(network int32) DataSlot { type Item (line 57) | type Item struct method IsTag (line 127) | func (item *Item) IsTag(tagName string) bool { method Is (line 131) | func (item *Item) Is(i Item) bool { method Block (line 136) | func (i Item) Block() (block section.Block, ok bool) { function New (line 144) | func New(slot int32, item slot.Slot) (Item, error) { FILE: server/world/level/item/jukebox_playable.go type JukeboxPlayable (line 3) | type JukeboxPlayable struct FILE: server/world/level/item/lodestone_tracker.go type LodestoneTracker (line 3) | type LodestoneTracker struct type Target (line 8) | type Target struct FILE: server/world/level/item/map_post_processing.go type MapPostProcessing (line 3) | type MapPostProcessing struct FILE: server/world/level/item/stored_enchantments.go type StoredEnchantments (line 3) | type StoredEnchantments struct FILE: server/world/level/item/susipicious_stew_effects.go type SuspiciousStewEffect (line 3) | type SuspiciousStewEffect FILE: server/world/level/item/tool.go type Tool (line 3) | type Tool struct type Rule (line 9) | type Rule struct FILE: server/world/level/item/trim.go type Trim (line 3) | type Trim struct FILE: server/world/level/item/unbreakable.go type Unbreakable (line 3) | type Unbreakable struct FILE: server/world/level/item/writable_book_content.go type WritableBookContent (line 3) | type WritableBookContent struct FILE: server/world/level/item/written_book_content.go type WrittenBookContent (line 3) | type WrittenBookContent struct type Title (line 11) | type Title struct FILE: server/world/level/level.go type GameRule (line 26) | type GameRule method Boolean (line 29) | func (rule GameRule) Boolean() (bool, error) { method Integer (line 34) | func (rule GameRule) Integer() (int, error) { type UnixMilliTimestamp (line 39) | type UnixMilliTimestamp method Time (line 41) | func (stamp UnixMilliTimestamp) Time() time.Time { function Now (line 45) | func Now() UnixMilliTimestamp { type DimensionGenerationSettings (line 49) | type DimensionGenerationSettings struct type Level (line 61) | type Level struct method Close (line 173) | func (l *Level) Close() error { method Refresh (line 211) | func (l *Level) Refresh(props properties.ServerProperties) { function Open (line 138) | func Open(worldPath string) (Level, error) { function Create (line 160) | func Create(l Level) error { function New (line 181) | func New(gen chunk.Generator, props properties.ServerProperties, worldPa... function diffstr (line 229) | func diffstr(str string) byte { function gmstr (line 242) | func gmstr(str string) GameMode { FILE: server/world/level/playerdata.go type Player (line 18) | type Player struct method Save (line 91) | func (data *Player) Save() error { method PlayerData (line 110) | func (w *Level) PlayerData(uuid string) (Player, error) { method NewPlayerData (line 134) | func (w *Level) NewPlayerData(uuid uuid.UUID) Player { type RecipeBook (line 174) | type RecipeBook struct type GameMode (line 189) | type GameMode constant GameModeSurvival (line 192) | GameModeSurvival GameMode = iota constant GameModeCreative (line 193) | GameModeCreative constant GameModeAdventure (line 194) | GameModeAdventure constant GameModeSpectator (line 195) | GameModeSpectator type PlayerAbilities (line 198) | type PlayerAbilities struct method Encode (line 208) | func (a PlayerAbilities) Encode(fovModifier float32) *play.PlayerAbili... FILE: server/world/level/region/anvil.go constant DataVersion (line 5) | DataVersion = 3953 FILE: server/world/level/region/region_dec.go type File (line 17) | type File struct method generateChunkAt (line 37) | func (r *File) generateChunkAt(x, z int32, tgt *chunk.Chunk, generator... method LoadedChunks (line 43) | func (r *File) LoadedChunks() int32 { method GetChunk (line 49) | func (r *File) GetChunk(x, z int32) (*chunk.Chunk, error) { method GetChunkBuf (line 57) | func (r *File) GetChunkBuf(x, z int32, chunkBuffer *bytes.Buffer) (*ch... function chunkLocation (line 30) | func chunkLocation(l int32) (offset, size int32) { function Empty (line 143) | func Empty(f *File, rx, rz int32, generator chunk.Generator) { function Decode (line 151) | func Decode(r io.ReaderAt, f *File, rx, rz int32, generator chunk.Genera... function ChunkHash (line 171) | func ChunkHash(x, z int32) uint64 { FILE: server/world/level/region/region_enc.go type bufferCloser (line 15) | type bufferCloser struct method Close (line 19) | func (bufferCloser) Close() error { constant CompressionGzip (line 24) | CompressionGzip = iota + 1 constant CompressionZlib (line 25) | CompressionZlib constant CompressionNone (line 26) | CompressionNone constant CompressionLZ4 (line 27) | CompressionLZ4 method Encode (line 34) | func (f *File) Encode(w *os.File, compressionScheme byte) error { FILE: server/world/level/seed/seed.go type Seed (line 11) | type Seed method Hash (line 14) | func (s Seed) Hash() int64 { function Random (line 20) | func Random() Seed { function New (line 24) | func New(str string) Seed { function hashCode (line 29) | func hashCode(s string) int64 { FILE: server/world/level/uuid/uuid.go function New (line 7) | func New(u uuid.UUID) UUID { type UUID (line 17) | type UUID method UUID (line 20) | func (u UUID) UUID() uuid.UUID { FILE: server/world/terrain/superflat.go type SuperflatTerrain (line 10) | type SuperflatTerrain struct method NewChunk (line 13) | func (SuperflatTerrain) NewChunk(cx, cz int32) chunk.Chunk { method GenerateWorldSpawn (line 28) | func (SuperflatTerrain) GenerateWorldSpawn() (x, y, z int32) { FILE: server/world/terrain/terrain.go type TerrainGenerator (line 13) | type TerrainGenerator struct method GenerateWorldSpawn (line 18) | func (g TerrainGenerator) GenerateWorldSpawn() (x, y, z int32) { method y (line 25) | func (g TerrainGenerator) y(x, z int32) float64 { method NewChunk (line 29) | func (g TerrainGenerator) NewChunk(cx, cz int32) chunk.Chunk { method generateTree (line 69) | func (g TerrainGenerator) generateTree(c chunk.Chunk, x, z, surface in... function NewTerrainGenerator (line 99) | func NewTerrainGenerator(seed int64) TerrainGenerator { function isCorner (line 106) | func isCorner(x, z, minX, minZ, maxX, maxZ int32) bool { FILE: server/world/world.go type World (line 16) | type World struct method prepareLevel (line 80) | func (w *World) prepareLevel(owgen chunk.Generator, props properties.S... method obtainLock (line 103) | func (w *World) obtainLock() error { method IncrementTime (line 114) | func (w *World) IncrementTime() (worldAge, dayTime int64) { method Time (line 121) | func (w *World) Time() (worldAge, dayTime int64) { method DaytimeAdd (line 125) | func (w *World) DaytimeAdd(delta int64) { method DaytimeSet (line 129) | func (w *World) DaytimeSet(v int64) { method WorldAgeSet (line 133) | func (w *World) WorldAgeSet(v int64) { constant version (line 31) | version = 19133 function NewWorld (line 33) | func NewWorld(props properties.ServerProperties) (*World, error) { function anyerror (line 94) | func anyerror(err ...error) error { FILE: util/atomic/atomic.go type AtomicValue (line 5) | type AtomicValue struct method Get (line 9) | func (a *AtomicValue[T]) Get() T { method Set (line 20) | func (a *AtomicValue[T]) Set(t T) { function Value (line 24) | func Value[T any](value T) AtomicValue[T] { FILE: util/atomic/slice.go function mallocgc (line 12) | func mallocgc(size uintptr, typ unsafe.Pointer, needzero bool) unsafe.Po... function memcpy (line 14) | func memcpy(dst, src unsafe.Pointer, n uintptr) { function Make (line 21) | func Make(len, cap, sizeOfElement uintptr) Slice { type Slice (line 31) | type Slice struct method Len (line 38) | func (a *Slice) Len() uintptr { method Cap (line 42) | func (a *Slice) Cap() uintptr { method Pointer (line 46) | func (a *Slice) Pointer() unsafe.Pointer { method At (line 51) | func (a *Slice) At(index uintptr) unsafe.Pointer { method Element (line 62) | func (a *Slice) Element(index uintptr) unsafe.Pointer { method Grow (line 67) | func (a *Slice) Grow(cap uintptr) { method TrimStart (line 78) | func (a *Slice) TrimStart(count uintptr) { method TrimEnd (line 87) | func (a *Slice) TrimEnd(count uintptr) { method Append (line 96) | func (a *Slice) Append(elements ...unsafe.Pointer) { FILE: util/console/console.go type console (line 16) | type console struct method SystemMessage (line 18) | func (c console) SystemMessage(t text.TextComponent) error { function GetFlag (line 25) | func GetFlag(name string) (string, bool) { function StartConsole (line 38) | func StartConsole(srv *server.Server) { function StartRawConsole (line 69) | func StartRawConsole(srv *server.Server) { FILE: util/log/log.go function FormatAddr (line 28) | func FormatAddr(logIps bool, addr net.Addr) string { function timeString (line 35) | func timeString() string { function Time (line 41) | func Time() string { function SprintText (line 49) | func SprintText(msg text.TextComponent) string { function stackCallerModule (line 103) | func stackCallerModule(i int) string { function Println (line 144) | func Println(v ...any) (i int, err error) { function Print (line 166) | func Print(v ...any) (i int, err error) { function Printf (line 182) | func Printf(format string, v ...any) (i int, err error) { function Printlnf (line 192) | func Printlnf(format string, v ...any) (i int, err error) { function Chat (line 209) | func Chat(t text.TextComponent) { function Infoln (line 214) | func Infoln(v ...any) { function InfolnClean (line 221) | func InfolnClean(v ...any) { function InfolnfClean (line 228) | func InfolnfClean(format string, v ...any) { function Info (line 235) | func Info(v ...any) { function Infof (line 241) | func Infof(format string, v ...any) { function Infolnf (line 246) | func Infolnf(format string, v ...any) { function Errorln (line 251) | func Errorln(v ...any) { function ErrorlnClean (line 258) | func ErrorlnClean(v ...any) { function Error (line 265) | func Error(v ...any) { function Errorf (line 271) | func Errorf(format string, v ...any) { function Errorlnf (line 276) | func Errorlnf(format string, v ...any) { function Warnln (line 281) | func Warnln(v ...any) { function WarnlnClean (line 288) | func WarnlnClean(v ...any) { function Warn (line 295) | func Warn(v ...any) { function Warnf (line 301) | func Warnf(format string, v ...any) { function Warnlnf (line 306) | func Warnlnf(format string, v ...any) { FILE: util/mapequal.go function MapEqual (line 3) | func MapEqual(m1, m2 map[string]string) bool { FILE: util/rot.go function DegreesToAngle (line 5) | func DegreesToAngle(degrees float32) byte { function AngleToDegrees (line 9) | func AngleToDegrees(angle byte) float32 { constant DirectionPX (line 14) | DirectionPX = "east" constant DirectionPZ (line 15) | DirectionPZ = "south" constant DirectionNX (line 16) | DirectionNX = "west" constant DirectionNZ (line 17) | DirectionNZ = "north" function YawDirection (line 20) | func YawDirection(yaw float32) string { function NormalizeYaw (line 35) | func NormalizeYaw(yaw float32) float32 { function EuclideanRemainder (line 44) | func EuclideanRemainder(a, b float32) float32 { FILE: util/unit.go function ParseSizeUnit (line 21) | func ParseSizeUnit(sizeStr string) (uint64, error) { function FormatSizeUnit (line 57) | func FormatSizeUnit(bytes uint64) string {