ecspb

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: Unlicense Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DirectionEnum_name = map[int32]string{
		0: "UNKNOWN",
		1: "NORTH",
		2: "SOUTH",
		4: "EAST",
		8: "WEST",
	}
	DirectionEnum_value = map[string]int32{
		"UNKNOWN": 0,
		"NORTH":   1,
		"SOUTH":   2,
		"EAST":    4,
		"WEST":    8,
	}
)

Enum value maps for DirectionEnum.

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_ecs_v1_ecs_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AlliedWithComponent

type AlliedWithComponent struct {
	Entity []uint32 `protobuf:"varint,1,rep,packed,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*AlliedWithComponent) CloneMessageVT

func (m *AlliedWithComponent) CloneMessageVT() proto.Message

func (*AlliedWithComponent) CloneVT

func (*AlliedWithComponent) Descriptor deprecated

func (*AlliedWithComponent) Descriptor() ([]byte, []int)

Deprecated: Use AlliedWithComponent.ProtoReflect.Descriptor instead.

func (*AlliedWithComponent) EqualMessageVT

func (this *AlliedWithComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*AlliedWithComponent) EqualVT

func (this *AlliedWithComponent) EqualVT(that *AlliedWithComponent) bool

func (*AlliedWithComponent) GetEntity

func (x *AlliedWithComponent) GetEntity() []uint32

func (*AlliedWithComponent) MarshalJSON

func (msg *AlliedWithComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*AlliedWithComponent) MarshalToSizedBufferVT

func (m *AlliedWithComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AlliedWithComponent) MarshalToSizedBufferVTStrict

func (m *AlliedWithComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AlliedWithComponent) MarshalToVT

func (m *AlliedWithComponent) MarshalToVT(dAtA []byte) (int, error)

func (*AlliedWithComponent) MarshalToVTStrict

func (m *AlliedWithComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AlliedWithComponent) MarshalVT

func (m *AlliedWithComponent) MarshalVT() (dAtA []byte, err error)

func (*AlliedWithComponent) MarshalVTStrict

func (m *AlliedWithComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*AlliedWithComponent) ProtoMessage

func (*AlliedWithComponent) ProtoMessage()

func (*AlliedWithComponent) ProtoReflect

func (x *AlliedWithComponent) ProtoReflect() protoreflect.Message

func (*AlliedWithComponent) Reset

func (x *AlliedWithComponent) Reset()

func (*AlliedWithComponent) SizeVT

func (m *AlliedWithComponent) SizeVT() (n int)

func (*AlliedWithComponent) String

func (x *AlliedWithComponent) String() string

func (*AlliedWithComponent) UnmarshalJSON

func (msg *AlliedWithComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*AlliedWithComponent) UnmarshalVT

func (m *AlliedWithComponent) UnmarshalVT(dAtA []byte) error

type ChildOfComponent

type ChildOfComponent struct {
	Parent uint32 `protobuf:"varint,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

func (*ChildOfComponent) CloneMessageVT

func (m *ChildOfComponent) CloneMessageVT() proto.Message

func (*ChildOfComponent) CloneVT

func (m *ChildOfComponent) CloneVT() *ChildOfComponent

func (*ChildOfComponent) Descriptor deprecated

func (*ChildOfComponent) Descriptor() ([]byte, []int)

Deprecated: Use ChildOfComponent.ProtoReflect.Descriptor instead.

func (*ChildOfComponent) EqualMessageVT

func (this *ChildOfComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*ChildOfComponent) EqualVT

func (this *ChildOfComponent) EqualVT(that *ChildOfComponent) bool

func (*ChildOfComponent) GetParent

func (x *ChildOfComponent) GetParent() uint32

func (*ChildOfComponent) MarshalJSON

func (msg *ChildOfComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ChildOfComponent) MarshalToSizedBufferVT

func (m *ChildOfComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChildOfComponent) MarshalToSizedBufferVTStrict

func (m *ChildOfComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ChildOfComponent) MarshalToVT

func (m *ChildOfComponent) MarshalToVT(dAtA []byte) (int, error)

func (*ChildOfComponent) MarshalToVTStrict

func (m *ChildOfComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ChildOfComponent) MarshalVT

func (m *ChildOfComponent) MarshalVT() (dAtA []byte, err error)

func (*ChildOfComponent) MarshalVTStrict

func (m *ChildOfComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*ChildOfComponent) ProtoMessage

func (*ChildOfComponent) ProtoMessage()

func (*ChildOfComponent) ProtoReflect

func (x *ChildOfComponent) ProtoReflect() protoreflect.Message

func (*ChildOfComponent) Reset

func (x *ChildOfComponent) Reset()

func (*ChildOfComponent) SizeVT

func (m *ChildOfComponent) SizeVT() (n int)

func (*ChildOfComponent) String

func (x *ChildOfComponent) String() string

func (*ChildOfComponent) UnmarshalJSON

func (msg *ChildOfComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*ChildOfComponent) UnmarshalVT

func (m *ChildOfComponent) UnmarshalVT(dAtA []byte) error

type DirectionComponent

type DirectionComponent struct {
	Values DirectionEnum `protobuf:"varint,1,opt,name=values,proto3,enum=ecs.v1.DirectionEnum" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectionComponent) CloneMessageVT

func (m *DirectionComponent) CloneMessageVT() proto.Message

func (*DirectionComponent) CloneVT

func (m *DirectionComponent) CloneVT() *DirectionComponent

func (*DirectionComponent) Descriptor deprecated

func (*DirectionComponent) Descriptor() ([]byte, []int)

Deprecated: Use DirectionComponent.ProtoReflect.Descriptor instead.

func (*DirectionComponent) EqualMessageVT

func (this *DirectionComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*DirectionComponent) EqualVT

func (this *DirectionComponent) EqualVT(that *DirectionComponent) bool

func (*DirectionComponent) GetValues

func (x *DirectionComponent) GetValues() DirectionEnum

func (*DirectionComponent) MarshalJSON

func (msg *DirectionComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*DirectionComponent) MarshalToSizedBufferVT

func (m *DirectionComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DirectionComponent) MarshalToSizedBufferVTStrict

func (m *DirectionComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*DirectionComponent) MarshalToVT

func (m *DirectionComponent) MarshalToVT(dAtA []byte) (int, error)

func (*DirectionComponent) MarshalToVTStrict

func (m *DirectionComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*DirectionComponent) MarshalVT

func (m *DirectionComponent) MarshalVT() (dAtA []byte, err error)

func (*DirectionComponent) MarshalVTStrict

func (m *DirectionComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*DirectionComponent) ProtoMessage

func (*DirectionComponent) ProtoMessage()

func (*DirectionComponent) ProtoReflect

func (x *DirectionComponent) ProtoReflect() protoreflect.Message

func (*DirectionComponent) Reset

func (x *DirectionComponent) Reset()

func (*DirectionComponent) SizeVT

func (m *DirectionComponent) SizeVT() (n int)

func (*DirectionComponent) String

func (x *DirectionComponent) String() string

func (*DirectionComponent) UnmarshalJSON

func (msg *DirectionComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*DirectionComponent) UnmarshalVT

func (m *DirectionComponent) UnmarshalVT(dAtA []byte) error

type DirectionEnum

type DirectionEnum int32

Enums

const (
	DirectionEnum_UNKNOWN DirectionEnum = 0
	DirectionEnum_NORTH   DirectionEnum = 1
	DirectionEnum_SOUTH   DirectionEnum = 2
	DirectionEnum_EAST    DirectionEnum = 4
	DirectionEnum_WEST    DirectionEnum = 8
)

func (DirectionEnum) Descriptor

func (DirectionEnum) Enum

func (x DirectionEnum) Enum() *DirectionEnum

func (DirectionEnum) EnumDescriptor deprecated

func (DirectionEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use DirectionEnum.Descriptor instead.

func (DirectionEnum) Number

func (DirectionEnum) String

func (x DirectionEnum) String() string

func (DirectionEnum) Type

type DockedToComponent

type DockedToComponent struct {
	Entity uint32 `protobuf:"varint,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*DockedToComponent) CloneMessageVT

func (m *DockedToComponent) CloneMessageVT() proto.Message

func (*DockedToComponent) CloneVT

func (m *DockedToComponent) CloneVT() *DockedToComponent

func (*DockedToComponent) Descriptor deprecated

func (*DockedToComponent) Descriptor() ([]byte, []int)

Deprecated: Use DockedToComponent.ProtoReflect.Descriptor instead.

func (*DockedToComponent) EqualMessageVT

func (this *DockedToComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*DockedToComponent) EqualVT

func (this *DockedToComponent) EqualVT(that *DockedToComponent) bool

func (*DockedToComponent) GetEntity

func (x *DockedToComponent) GetEntity() uint32

func (*DockedToComponent) MarshalJSON

func (msg *DockedToComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*DockedToComponent) MarshalToSizedBufferVT

func (m *DockedToComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DockedToComponent) MarshalToSizedBufferVTStrict

func (m *DockedToComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*DockedToComponent) MarshalToVT

func (m *DockedToComponent) MarshalToVT(dAtA []byte) (int, error)

func (*DockedToComponent) MarshalToVTStrict

func (m *DockedToComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*DockedToComponent) MarshalVT

func (m *DockedToComponent) MarshalVT() (dAtA []byte, err error)

func (*DockedToComponent) MarshalVTStrict

func (m *DockedToComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*DockedToComponent) ProtoMessage

func (*DockedToComponent) ProtoMessage()

func (*DockedToComponent) ProtoReflect

func (x *DockedToComponent) ProtoReflect() protoreflect.Message

func (*DockedToComponent) Reset

func (x *DockedToComponent) Reset()

func (*DockedToComponent) SizeVT

func (m *DockedToComponent) SizeVT() (n int)

func (*DockedToComponent) String

func (x *DockedToComponent) String() string

func (*DockedToComponent) UnmarshalJSON

func (msg *DockedToComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*DockedToComponent) UnmarshalVT

func (m *DockedToComponent) UnmarshalVT(dAtA []byte) error

type EatsComponent

type EatsComponent struct {
	Entities []uint32 `protobuf:"varint,1,rep,packed,name=entities,proto3" json:"entities,omitempty"`
	Amounts  []uint32 `protobuf:"varint,2,rep,packed,name=amounts,proto3" json:"amounts,omitempty"`
	// contains filtered or unexported fields
}

func (*EatsComponent) CloneMessageVT

func (m *EatsComponent) CloneMessageVT() proto.Message

func (*EatsComponent) CloneVT

func (m *EatsComponent) CloneVT() *EatsComponent

func (*EatsComponent) Descriptor deprecated

func (*EatsComponent) Descriptor() ([]byte, []int)

Deprecated: Use EatsComponent.ProtoReflect.Descriptor instead.

func (*EatsComponent) EqualMessageVT

func (this *EatsComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*EatsComponent) EqualVT

func (this *EatsComponent) EqualVT(that *EatsComponent) bool

func (*EatsComponent) GetAmounts

func (x *EatsComponent) GetAmounts() []uint32

func (*EatsComponent) GetEntities

func (x *EatsComponent) GetEntities() []uint32

func (*EatsComponent) MarshalJSON

func (msg *EatsComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EatsComponent) MarshalToSizedBufferVT

func (m *EatsComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EatsComponent) MarshalToSizedBufferVTStrict

func (m *EatsComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*EatsComponent) MarshalToVT

func (m *EatsComponent) MarshalToVT(dAtA []byte) (int, error)

func (*EatsComponent) MarshalToVTStrict

func (m *EatsComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*EatsComponent) MarshalVT

func (m *EatsComponent) MarshalVT() (dAtA []byte, err error)

func (*EatsComponent) MarshalVTStrict

func (m *EatsComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*EatsComponent) ProtoMessage

func (*EatsComponent) ProtoMessage()

func (*EatsComponent) ProtoReflect

func (x *EatsComponent) ProtoReflect() protoreflect.Message

func (*EatsComponent) Reset

func (x *EatsComponent) Reset()

func (*EatsComponent) SizeVT

func (m *EatsComponent) SizeVT() (n int)

func (*EatsComponent) String

func (x *EatsComponent) String() string

func (*EatsComponent) UnmarshalJSON

func (msg *EatsComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*EatsComponent) UnmarshalVT

func (m *EatsComponent) UnmarshalVT(dAtA []byte) error

type FactionComponent

type FactionComponent struct {
	Entity uint32 `protobuf:"varint,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*FactionComponent) CloneMessageVT

func (m *FactionComponent) CloneMessageVT() proto.Message

func (*FactionComponent) CloneVT

func (m *FactionComponent) CloneVT() *FactionComponent

func (*FactionComponent) Descriptor deprecated

func (*FactionComponent) Descriptor() ([]byte, []int)

Deprecated: Use FactionComponent.ProtoReflect.Descriptor instead.

func (*FactionComponent) EqualMessageVT

func (this *FactionComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*FactionComponent) EqualVT

func (this *FactionComponent) EqualVT(that *FactionComponent) bool

func (*FactionComponent) GetEntity

func (x *FactionComponent) GetEntity() uint32

func (*FactionComponent) MarshalJSON

func (msg *FactionComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*FactionComponent) MarshalToSizedBufferVT

func (m *FactionComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FactionComponent) MarshalToSizedBufferVTStrict

func (m *FactionComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FactionComponent) MarshalToVT

func (m *FactionComponent) MarshalToVT(dAtA []byte) (int, error)

func (*FactionComponent) MarshalToVTStrict

func (m *FactionComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FactionComponent) MarshalVT

func (m *FactionComponent) MarshalVT() (dAtA []byte, err error)

func (*FactionComponent) MarshalVTStrict

func (m *FactionComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*FactionComponent) ProtoMessage

func (*FactionComponent) ProtoMessage()

func (*FactionComponent) ProtoReflect

func (x *FactionComponent) ProtoReflect() protoreflect.Message

func (*FactionComponent) Reset

func (x *FactionComponent) Reset()

func (*FactionComponent) SizeVT

func (m *FactionComponent) SizeVT() (n int)

func (*FactionComponent) String

func (x *FactionComponent) String() string

func (*FactionComponent) UnmarshalJSON

func (msg *FactionComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*FactionComponent) UnmarshalVT

func (m *FactionComponent) UnmarshalVT(dAtA []byte) error

type GravityComponent

type GravityComponent struct {
	G float32 `protobuf:"fixed32,1,opt,name=g,proto3" json:"g,omitempty"`
	// contains filtered or unexported fields
}

func (*GravityComponent) CloneMessageVT

func (m *GravityComponent) CloneMessageVT() proto.Message

func (*GravityComponent) CloneVT

func (m *GravityComponent) CloneVT() *GravityComponent

func (*GravityComponent) Descriptor deprecated

func (*GravityComponent) Descriptor() ([]byte, []int)

Deprecated: Use GravityComponent.ProtoReflect.Descriptor instead.

func (*GravityComponent) EqualMessageVT

func (this *GravityComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*GravityComponent) EqualVT

func (this *GravityComponent) EqualVT(that *GravityComponent) bool

func (*GravityComponent) GetG

func (x *GravityComponent) GetG() float32

func (*GravityComponent) MarshalJSON

func (msg *GravityComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GravityComponent) MarshalToSizedBufferVT

func (m *GravityComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GravityComponent) MarshalToSizedBufferVTStrict

func (m *GravityComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GravityComponent) MarshalToVT

func (m *GravityComponent) MarshalToVT(dAtA []byte) (int, error)

func (*GravityComponent) MarshalToVTStrict

func (m *GravityComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GravityComponent) MarshalVT

func (m *GravityComponent) MarshalVT() (dAtA []byte, err error)

func (*GravityComponent) MarshalVTStrict

func (m *GravityComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*GravityComponent) ProtoMessage

func (*GravityComponent) ProtoMessage()

func (*GravityComponent) ProtoReflect

func (x *GravityComponent) ProtoReflect() protoreflect.Message

func (*GravityComponent) Reset

func (x *GravityComponent) Reset()

func (*GravityComponent) SizeVT

func (m *GravityComponent) SizeVT() (n int)

func (*GravityComponent) String

func (x *GravityComponent) String() string

func (*GravityComponent) UnmarshalJSON

func (msg *GravityComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*GravityComponent) UnmarshalVT

func (m *GravityComponent) UnmarshalVT(dAtA []byte) error

type GrowsComponent

type GrowsComponent struct {
	Entity []uint32 `protobuf:"varint,1,rep,packed,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*GrowsComponent) CloneMessageVT

func (m *GrowsComponent) CloneMessageVT() proto.Message

func (*GrowsComponent) CloneVT

func (m *GrowsComponent) CloneVT() *GrowsComponent

func (*GrowsComponent) Descriptor deprecated

func (*GrowsComponent) Descriptor() ([]byte, []int)

Deprecated: Use GrowsComponent.ProtoReflect.Descriptor instead.

func (*GrowsComponent) EqualMessageVT

func (this *GrowsComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*GrowsComponent) EqualVT

func (this *GrowsComponent) EqualVT(that *GrowsComponent) bool

func (*GrowsComponent) GetEntity

func (x *GrowsComponent) GetEntity() []uint32

func (*GrowsComponent) MarshalJSON

func (msg *GrowsComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GrowsComponent) MarshalToSizedBufferVT

func (m *GrowsComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GrowsComponent) MarshalToSizedBufferVTStrict

func (m *GrowsComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GrowsComponent) MarshalToVT

func (m *GrowsComponent) MarshalToVT(dAtA []byte) (int, error)

func (*GrowsComponent) MarshalToVTStrict

func (m *GrowsComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GrowsComponent) MarshalVT

func (m *GrowsComponent) MarshalVT() (dAtA []byte, err error)

func (*GrowsComponent) MarshalVTStrict

func (m *GrowsComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*GrowsComponent) ProtoMessage

func (*GrowsComponent) ProtoMessage()

func (*GrowsComponent) ProtoReflect

func (x *GrowsComponent) ProtoReflect() protoreflect.Message

func (*GrowsComponent) Reset

func (x *GrowsComponent) Reset()

func (*GrowsComponent) SizeVT

func (m *GrowsComponent) SizeVT() (n int)

func (*GrowsComponent) String

func (x *GrowsComponent) String() string

func (*GrowsComponent) UnmarshalJSON

func (msg *GrowsComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*GrowsComponent) UnmarshalVT

func (m *GrowsComponent) UnmarshalVT(dAtA []byte) error

type IsAComponent

type IsAComponent struct {
	Prototype uint32 `protobuf:"varint,1,opt,name=prototype,proto3" json:"prototype,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAComponent) CloneMessageVT

func (m *IsAComponent) CloneMessageVT() proto.Message

func (*IsAComponent) CloneVT

func (m *IsAComponent) CloneVT() *IsAComponent

func (*IsAComponent) Descriptor deprecated

func (*IsAComponent) Descriptor() ([]byte, []int)

Deprecated: Use IsAComponent.ProtoReflect.Descriptor instead.

func (*IsAComponent) EqualMessageVT

func (this *IsAComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*IsAComponent) EqualVT

func (this *IsAComponent) EqualVT(that *IsAComponent) bool

func (*IsAComponent) GetPrototype

func (x *IsAComponent) GetPrototype() uint32

func (*IsAComponent) MarshalJSON

func (msg *IsAComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*IsAComponent) MarshalToSizedBufferVT

func (m *IsAComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IsAComponent) MarshalToSizedBufferVTStrict

func (m *IsAComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*IsAComponent) MarshalToVT

func (m *IsAComponent) MarshalToVT(dAtA []byte) (int, error)

func (*IsAComponent) MarshalToVTStrict

func (m *IsAComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*IsAComponent) MarshalVT

func (m *IsAComponent) MarshalVT() (dAtA []byte, err error)

func (*IsAComponent) MarshalVTStrict

func (m *IsAComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*IsAComponent) ProtoMessage

func (*IsAComponent) ProtoMessage()

func (*IsAComponent) ProtoReflect

func (x *IsAComponent) ProtoReflect() protoreflect.Message

func (*IsAComponent) Reset

func (x *IsAComponent) Reset()

func (*IsAComponent) SizeVT

func (m *IsAComponent) SizeVT() (n int)

func (*IsAComponent) String

func (x *IsAComponent) String() string

func (*IsAComponent) UnmarshalJSON

func (msg *IsAComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*IsAComponent) UnmarshalVT

func (m *IsAComponent) UnmarshalVT(dAtA []byte) error

type LikesComponent

type LikesComponent struct {
	Entity []uint32 `protobuf:"varint,1,rep,packed,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*LikesComponent) CloneMessageVT

func (m *LikesComponent) CloneMessageVT() proto.Message

func (*LikesComponent) CloneVT

func (m *LikesComponent) CloneVT() *LikesComponent

func (*LikesComponent) Descriptor deprecated

func (*LikesComponent) Descriptor() ([]byte, []int)

Deprecated: Use LikesComponent.ProtoReflect.Descriptor instead.

func (*LikesComponent) EqualMessageVT

func (this *LikesComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*LikesComponent) EqualVT

func (this *LikesComponent) EqualVT(that *LikesComponent) bool

func (*LikesComponent) GetEntity

func (x *LikesComponent) GetEntity() []uint32

func (*LikesComponent) MarshalJSON

func (msg *LikesComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*LikesComponent) MarshalToSizedBufferVT

func (m *LikesComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LikesComponent) MarshalToSizedBufferVTStrict

func (m *LikesComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*LikesComponent) MarshalToVT

func (m *LikesComponent) MarshalToVT(dAtA []byte) (int, error)

func (*LikesComponent) MarshalToVTStrict

func (m *LikesComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*LikesComponent) MarshalVT

func (m *LikesComponent) MarshalVT() (dAtA []byte, err error)

func (*LikesComponent) MarshalVTStrict

func (m *LikesComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*LikesComponent) ProtoMessage

func (*LikesComponent) ProtoMessage()

func (*LikesComponent) ProtoReflect

func (x *LikesComponent) ProtoReflect() protoreflect.Message

func (*LikesComponent) Reset

func (x *LikesComponent) Reset()

func (*LikesComponent) SizeVT

func (m *LikesComponent) SizeVT() (n int)

func (*LikesComponent) String

func (x *LikesComponent) String() string

func (*LikesComponent) UnmarshalJSON

func (msg *LikesComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*LikesComponent) UnmarshalVT

func (m *LikesComponent) UnmarshalVT(dAtA []byte) error

type NameComponent

type NameComponent struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Components

func (*NameComponent) CloneMessageVT

func (m *NameComponent) CloneMessageVT() proto.Message

func (*NameComponent) CloneVT

func (m *NameComponent) CloneVT() *NameComponent

func (*NameComponent) Descriptor deprecated

func (*NameComponent) Descriptor() ([]byte, []int)

Deprecated: Use NameComponent.ProtoReflect.Descriptor instead.

func (*NameComponent) EqualMessageVT

func (this *NameComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*NameComponent) EqualVT

func (this *NameComponent) EqualVT(that *NameComponent) bool

func (*NameComponent) GetValue

func (x *NameComponent) GetValue() string

func (*NameComponent) MarshalJSON

func (msg *NameComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*NameComponent) MarshalToSizedBufferVT

func (m *NameComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*NameComponent) MarshalToSizedBufferVTStrict

func (m *NameComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*NameComponent) MarshalToVT

func (m *NameComponent) MarshalToVT(dAtA []byte) (int, error)

func (*NameComponent) MarshalToVTStrict

func (m *NameComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*NameComponent) MarshalVT

func (m *NameComponent) MarshalVT() (dAtA []byte, err error)

func (*NameComponent) MarshalVTStrict

func (m *NameComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*NameComponent) ProtoMessage

func (*NameComponent) ProtoMessage()

func (*NameComponent) ProtoReflect

func (x *NameComponent) ProtoReflect() protoreflect.Message

func (*NameComponent) Reset

func (x *NameComponent) Reset()

func (*NameComponent) SizeVT

func (m *NameComponent) SizeVT() (n int)

func (*NameComponent) String

func (x *NameComponent) String() string

func (*NameComponent) UnmarshalJSON

func (msg *NameComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*NameComponent) UnmarshalVT

func (m *NameComponent) UnmarshalVT(dAtA []byte) error

type PositionComponent

type PositionComponent struct {
	X float32 `protobuf:"fixed32,1,opt,name=x,proto3" json:"x,omitempty"`
	Y float32 `protobuf:"fixed32,2,opt,name=y,proto3" json:"y,omitempty"`
	Z float32 `protobuf:"fixed32,3,opt,name=z,proto3" json:"z,omitempty"`
	// contains filtered or unexported fields
}

func (*PositionComponent) CloneMessageVT

func (m *PositionComponent) CloneMessageVT() proto.Message

func (*PositionComponent) CloneVT

func (m *PositionComponent) CloneVT() *PositionComponent

func (*PositionComponent) Descriptor deprecated

func (*PositionComponent) Descriptor() ([]byte, []int)

Deprecated: Use PositionComponent.ProtoReflect.Descriptor instead.

func (*PositionComponent) EqualMessageVT

func (this *PositionComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*PositionComponent) EqualVT

func (this *PositionComponent) EqualVT(that *PositionComponent) bool

func (*PositionComponent) GetX

func (x *PositionComponent) GetX() float32

func (*PositionComponent) GetY

func (x *PositionComponent) GetY() float32

func (*PositionComponent) GetZ

func (x *PositionComponent) GetZ() float32

func (*PositionComponent) MarshalJSON

func (msg *PositionComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*PositionComponent) MarshalToSizedBufferVT

func (m *PositionComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PositionComponent) MarshalToSizedBufferVTStrict

func (m *PositionComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*PositionComponent) MarshalToVT

func (m *PositionComponent) MarshalToVT(dAtA []byte) (int, error)

func (*PositionComponent) MarshalToVTStrict

func (m *PositionComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*PositionComponent) MarshalVT

func (m *PositionComponent) MarshalVT() (dAtA []byte, err error)

func (*PositionComponent) MarshalVTStrict

func (m *PositionComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*PositionComponent) ProtoMessage

func (*PositionComponent) ProtoMessage()

func (*PositionComponent) ProtoReflect

func (x *PositionComponent) ProtoReflect() protoreflect.Message

func (*PositionComponent) Reset

func (x *PositionComponent) Reset()

func (*PositionComponent) SizeVT

func (m *PositionComponent) SizeVT() (n int)

func (*PositionComponent) String

func (x *PositionComponent) String() string

func (*PositionComponent) UnmarshalJSON

func (msg *PositionComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*PositionComponent) UnmarshalVT

func (m *PositionComponent) UnmarshalVT(dAtA []byte) error

type RotationComponent

type RotationComponent struct {
	X float32 `protobuf:"fixed32,1,opt,name=x,proto3" json:"x,omitempty"`
	Y float32 `protobuf:"fixed32,2,opt,name=y,proto3" json:"y,omitempty"`
	Z float32 `protobuf:"fixed32,3,opt,name=z,proto3" json:"z,omitempty"`
	W float32 `protobuf:"fixed32,4,opt,name=w,proto3" json:"w,omitempty"`
	// contains filtered or unexported fields
}

func (*RotationComponent) CloneMessageVT

func (m *RotationComponent) CloneMessageVT() proto.Message

func (*RotationComponent) CloneVT

func (m *RotationComponent) CloneVT() *RotationComponent

func (*RotationComponent) Descriptor deprecated

func (*RotationComponent) Descriptor() ([]byte, []int)

Deprecated: Use RotationComponent.ProtoReflect.Descriptor instead.

func (*RotationComponent) EqualMessageVT

func (this *RotationComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*RotationComponent) EqualVT

func (this *RotationComponent) EqualVT(that *RotationComponent) bool

func (*RotationComponent) GetW

func (x *RotationComponent) GetW() float32

func (*RotationComponent) GetX

func (x *RotationComponent) GetX() float32

func (*RotationComponent) GetY

func (x *RotationComponent) GetY() float32

func (*RotationComponent) GetZ

func (x *RotationComponent) GetZ() float32

func (*RotationComponent) MarshalJSON

func (msg *RotationComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RotationComponent) MarshalToSizedBufferVT

func (m *RotationComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RotationComponent) MarshalToSizedBufferVTStrict

func (m *RotationComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*RotationComponent) MarshalToVT

func (m *RotationComponent) MarshalToVT(dAtA []byte) (int, error)

func (*RotationComponent) MarshalToVTStrict

func (m *RotationComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*RotationComponent) MarshalVT

func (m *RotationComponent) MarshalVT() (dAtA []byte, err error)

func (*RotationComponent) MarshalVTStrict

func (m *RotationComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*RotationComponent) ProtoMessage

func (*RotationComponent) ProtoMessage()

func (*RotationComponent) ProtoReflect

func (x *RotationComponent) ProtoReflect() protoreflect.Message

func (*RotationComponent) Reset

func (x *RotationComponent) Reset()

func (*RotationComponent) SizeVT

func (m *RotationComponent) SizeVT() (n int)

func (*RotationComponent) String

func (x *RotationComponent) String() string

func (*RotationComponent) UnmarshalJSON

func (msg *RotationComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*RotationComponent) UnmarshalVT

func (m *RotationComponent) UnmarshalVT(dAtA []byte) error

type RuledByComponent

type RuledByComponent struct {
	Entity uint32 `protobuf:"varint,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*RuledByComponent) CloneMessageVT

func (m *RuledByComponent) CloneMessageVT() proto.Message

func (*RuledByComponent) CloneVT

func (m *RuledByComponent) CloneVT() *RuledByComponent

func (*RuledByComponent) Descriptor deprecated

func (*RuledByComponent) Descriptor() ([]byte, []int)

Deprecated: Use RuledByComponent.ProtoReflect.Descriptor instead.

func (*RuledByComponent) EqualMessageVT

func (this *RuledByComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*RuledByComponent) EqualVT

func (this *RuledByComponent) EqualVT(that *RuledByComponent) bool

func (*RuledByComponent) GetEntity

func (x *RuledByComponent) GetEntity() uint32

func (*RuledByComponent) MarshalJSON

func (msg *RuledByComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RuledByComponent) MarshalToSizedBufferVT

func (m *RuledByComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*RuledByComponent) MarshalToSizedBufferVTStrict

func (m *RuledByComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*RuledByComponent) MarshalToVT

func (m *RuledByComponent) MarshalToVT(dAtA []byte) (int, error)

func (*RuledByComponent) MarshalToVTStrict

func (m *RuledByComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*RuledByComponent) MarshalVT

func (m *RuledByComponent) MarshalVT() (dAtA []byte, err error)

func (*RuledByComponent) MarshalVTStrict

func (m *RuledByComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*RuledByComponent) ProtoMessage

func (*RuledByComponent) ProtoMessage()

func (*RuledByComponent) ProtoReflect

func (x *RuledByComponent) ProtoReflect() protoreflect.Message

func (*RuledByComponent) Reset

func (x *RuledByComponent) Reset()

func (*RuledByComponent) SizeVT

func (m *RuledByComponent) SizeVT() (n int)

func (*RuledByComponent) String

func (x *RuledByComponent) String() string

func (*RuledByComponent) UnmarshalJSON

func (msg *RuledByComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*RuledByComponent) UnmarshalVT

func (m *RuledByComponent) UnmarshalVT(dAtA []byte) error

type VelocityComponent

type VelocityComponent struct {
	X float32 `protobuf:"fixed32,1,opt,name=x,proto3" json:"x,omitempty"`
	Y float32 `protobuf:"fixed32,2,opt,name=y,proto3" json:"y,omitempty"`
	Z float32 `protobuf:"fixed32,3,opt,name=z,proto3" json:"z,omitempty"`
	// contains filtered or unexported fields
}

func (*VelocityComponent) CloneMessageVT

func (m *VelocityComponent) CloneMessageVT() proto.Message

func (*VelocityComponent) CloneVT

func (m *VelocityComponent) CloneVT() *VelocityComponent

func (*VelocityComponent) Descriptor deprecated

func (*VelocityComponent) Descriptor() ([]byte, []int)

Deprecated: Use VelocityComponent.ProtoReflect.Descriptor instead.

func (*VelocityComponent) EqualMessageVT

func (this *VelocityComponent) EqualMessageVT(thatMsg proto.Message) bool

func (*VelocityComponent) EqualVT

func (this *VelocityComponent) EqualVT(that *VelocityComponent) bool

func (*VelocityComponent) GetX

func (x *VelocityComponent) GetX() float32

func (*VelocityComponent) GetY

func (x *VelocityComponent) GetY() float32

func (*VelocityComponent) GetZ

func (x *VelocityComponent) GetZ() float32

func (*VelocityComponent) MarshalJSON

func (msg *VelocityComponent) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*VelocityComponent) MarshalToSizedBufferVT

func (m *VelocityComponent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VelocityComponent) MarshalToSizedBufferVTStrict

func (m *VelocityComponent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*VelocityComponent) MarshalToVT

func (m *VelocityComponent) MarshalToVT(dAtA []byte) (int, error)

func (*VelocityComponent) MarshalToVTStrict

func (m *VelocityComponent) MarshalToVTStrict(dAtA []byte) (int, error)

func (*VelocityComponent) MarshalVT

func (m *VelocityComponent) MarshalVT() (dAtA []byte, err error)

func (*VelocityComponent) MarshalVTStrict

func (m *VelocityComponent) MarshalVTStrict() (dAtA []byte, err error)

func (*VelocityComponent) ProtoMessage

func (*VelocityComponent) ProtoMessage()

func (*VelocityComponent) ProtoReflect

func (x *VelocityComponent) ProtoReflect() protoreflect.Message

func (*VelocityComponent) Reset

func (x *VelocityComponent) Reset()

func (*VelocityComponent) SizeVT

func (m *VelocityComponent) SizeVT() (n int)

func (*VelocityComponent) String

func (x *VelocityComponent) String() string

func (*VelocityComponent) UnmarshalJSON

func (msg *VelocityComponent) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*VelocityComponent) UnmarshalVT

func (m *VelocityComponent) UnmarshalVT(dAtA []byte) error

type WorldPatch

type WorldPatch struct {
	Entities             map[uint32]*emptypb.Empty       `` /* 158-byte string literal not displayed */
	NameComponents       map[uint32]*NameComponent       `` /* 192-byte string literal not displayed */
	ChildOfComponents    map[uint32]*ChildOfComponent    `` /* 203-byte string literal not displayed */
	IsAComponents        map[uint32]*IsAComponent        `` /* 191-byte string literal not displayed */
	PositionComponents   map[uint32]*PositionComponent   `` /* 204-byte string literal not displayed */
	VelocityComponents   map[uint32]*VelocityComponent   `` /* 204-byte string literal not displayed */
	RotationComponents   map[uint32]*RotationComponent   `` /* 204-byte string literal not displayed */
	DirectionComponents  map[uint32]*DirectionComponent  `` /* 207-byte string literal not displayed */
	EatsComponents       map[uint32]*EatsComponent       `` /* 192-byte string literal not displayed */
	LikesComponents      map[uint32]*LikesComponent      `` /* 196-byte string literal not displayed */
	EnemyTags            map[uint32]*emptypb.Empty       `` /* 178-byte string literal not displayed */
	GrowsComponents      map[uint32]*GrowsComponent      `` /* 196-byte string literal not displayed */
	GravityComponents    map[uint32]*GravityComponent    `` /* 202-byte string literal not displayed */
	SpaceshipTags        map[uint32]*emptypb.Empty       `` /* 190-byte string literal not displayed */
	SpacestationTags     map[uint32]*emptypb.Empty       `` /* 199-byte string literal not displayed */
	FactionComponents    map[uint32]*FactionComponent    `` /* 202-byte string literal not displayed */
	DockedToComponents   map[uint32]*DockedToComponent   `` /* 207-byte string literal not displayed */
	PlanetTags           map[uint32]*emptypb.Empty       `` /* 181-byte string literal not displayed */
	RuledByComponents    map[uint32]*RuledByComponent    `` /* 204-byte string literal not displayed */
	AlliedWithComponents map[uint32]*AlliedWithComponent `` /* 213-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WorldPatch) CloneMessageVT

func (m *WorldPatch) CloneMessageVT() proto.Message

func (*WorldPatch) CloneVT

func (m *WorldPatch) CloneVT() *WorldPatch

func (*WorldPatch) Descriptor deprecated

func (*WorldPatch) Descriptor() ([]byte, []int)

Deprecated: Use WorldPatch.ProtoReflect.Descriptor instead.

func (*WorldPatch) EqualMessageVT

func (this *WorldPatch) EqualMessageVT(thatMsg proto.Message) bool

func (*WorldPatch) EqualVT

func (this *WorldPatch) EqualVT(that *WorldPatch) bool

func (*WorldPatch) GetAlliedWithComponents

func (x *WorldPatch) GetAlliedWithComponents() map[uint32]*AlliedWithComponent

func (*WorldPatch) GetChildOfComponents

func (x *WorldPatch) GetChildOfComponents() map[uint32]*ChildOfComponent

func (*WorldPatch) GetDirectionComponents

func (x *WorldPatch) GetDirectionComponents() map[uint32]*DirectionComponent

func (*WorldPatch) GetDockedToComponents

func (x *WorldPatch) GetDockedToComponents() map[uint32]*DockedToComponent

func (*WorldPatch) GetEatsComponents

func (x *WorldPatch) GetEatsComponents() map[uint32]*EatsComponent

func (*WorldPatch) GetEnemyTags

func (x *WorldPatch) GetEnemyTags() map[uint32]*emptypb.Empty

func (*WorldPatch) GetEntities

func (x *WorldPatch) GetEntities() map[uint32]*emptypb.Empty

func (*WorldPatch) GetFactionComponents

func (x *WorldPatch) GetFactionComponents() map[uint32]*FactionComponent

func (*WorldPatch) GetGravityComponents

func (x *WorldPatch) GetGravityComponents() map[uint32]*GravityComponent

func (*WorldPatch) GetGrowsComponents

func (x *WorldPatch) GetGrowsComponents() map[uint32]*GrowsComponent

func (*WorldPatch) GetIsAComponents

func (x *WorldPatch) GetIsAComponents() map[uint32]*IsAComponent

func (*WorldPatch) GetLikesComponents

func (x *WorldPatch) GetLikesComponents() map[uint32]*LikesComponent

func (*WorldPatch) GetNameComponents

func (x *WorldPatch) GetNameComponents() map[uint32]*NameComponent

func (*WorldPatch) GetPlanetTags

func (x *WorldPatch) GetPlanetTags() map[uint32]*emptypb.Empty

func (*WorldPatch) GetPositionComponents

func (x *WorldPatch) GetPositionComponents() map[uint32]*PositionComponent

func (*WorldPatch) GetRotationComponents

func (x *WorldPatch) GetRotationComponents() map[uint32]*RotationComponent

func (*WorldPatch) GetRuledByComponents

func (x *WorldPatch) GetRuledByComponents() map[uint32]*RuledByComponent

func (*WorldPatch) GetSpaceshipTags

func (x *WorldPatch) GetSpaceshipTags() map[uint32]*emptypb.Empty

func (*WorldPatch) GetSpacestationTags

func (x *WorldPatch) GetSpacestationTags() map[uint32]*emptypb.Empty

func (*WorldPatch) GetVelocityComponents

func (x *WorldPatch) GetVelocityComponents() map[uint32]*VelocityComponent

func (*WorldPatch) MarshalJSON

func (msg *WorldPatch) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*WorldPatch) MarshalToSizedBufferVT

func (m *WorldPatch) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WorldPatch) MarshalToSizedBufferVTStrict

func (m *WorldPatch) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*WorldPatch) MarshalToVT

func (m *WorldPatch) MarshalToVT(dAtA []byte) (int, error)

func (*WorldPatch) MarshalToVTStrict

func (m *WorldPatch) MarshalToVTStrict(dAtA []byte) (int, error)

func (*WorldPatch) MarshalVT

func (m *WorldPatch) MarshalVT() (dAtA []byte, err error)

func (*WorldPatch) MarshalVTStrict

func (m *WorldPatch) MarshalVTStrict() (dAtA []byte, err error)

func (*WorldPatch) ProtoMessage

func (*WorldPatch) ProtoMessage()

func (*WorldPatch) ProtoReflect

func (x *WorldPatch) ProtoReflect() protoreflect.Message

func (*WorldPatch) Reset

func (x *WorldPatch) Reset()

func (*WorldPatch) SizeVT

func (m *WorldPatch) SizeVT() (n int)

func (*WorldPatch) String

func (x *WorldPatch) String() string

func (*WorldPatch) UnmarshalJSON

func (msg *WorldPatch) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

func (*WorldPatch) UnmarshalVT

func (m *WorldPatch) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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