public static final class GameCharacterProtoBuf.GameCharProtoBuf extends com.google.protobuf.GeneratedMessage implements GameCharacterProtoBuf.GameCharProtoBufOrBuilder
uk.ac.brighton.uni.ab607.mmorpg.test.GameCharProtoBuf| Modifier and Type | Class and Description |
|---|---|
static class |
GameCharacterProtoBuf.GameCharProtoBuf.Builder
Protobuf type
uk.ac.brighton.uni.ab607.mmorpg.test.GameCharProtoBuf |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
IDS_FIELD_NUMBER |
static com.google.protobuf.Parser<GameCharacterProtoBuf.GameCharProtoBuf> |
PARSER |
static int |
PLACEDIR_FIELD_NUMBER |
static int |
SPRITEID_FIELD_NUMBER |
static int |
XY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static GameCharacterProtoBuf.GameCharProtoBuf |
getDefaultInstance() |
GameCharacterProtoBuf.GameCharProtoBuf |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getIds()
required int32 ids = 4; |
com.google.protobuf.Parser<GameCharacterProtoBuf.GameCharProtoBuf> |
getParserForType() |
int |
getPlacedir()
required int32 placedir = 3; |
int |
getSerializedSize() |
int |
getSpriteID()
required int32 spriteID = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getXy()
required int32 xy = 1; |
boolean |
hasIds()
required int32 ids = 4; |
boolean |
hasPlacedir()
required int32 placedir = 3; |
boolean |
hasSpriteID()
required int32 spriteID = 2; |
boolean |
hasXy()
required int32 xy = 1; |
boolean |
isInitialized() |
static GameCharacterProtoBuf.GameCharProtoBuf.Builder |
newBuilder() |
static GameCharacterProtoBuf.GameCharProtoBuf.Builder |
newBuilder(GameCharacterProtoBuf.GameCharProtoBuf prototype) |
GameCharacterProtoBuf.GameCharProtoBuf.Builder |
newBuilderForType() |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseDelimitedFrom(java.io.InputStream input) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseFrom(byte[] data) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseFrom(com.google.protobuf.ByteString data) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseFrom(java.io.InputStream input) |
static GameCharacterProtoBuf.GameCharProtoBuf |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GameCharacterProtoBuf.GameCharProtoBuf.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<GameCharacterProtoBuf.GameCharProtoBuf> PARSER
public static final int XY_FIELD_NUMBER
public static final int SPRITEID_FIELD_NUMBER
public static final int PLACEDIR_FIELD_NUMBER
public static final int IDS_FIELD_NUMBER
public static GameCharacterProtoBuf.GameCharProtoBuf getDefaultInstance()
public GameCharacterProtoBuf.GameCharProtoBuf getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<GameCharacterProtoBuf.GameCharProtoBuf> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasXy()
required int32 xy = 1;hasXy in interface GameCharacterProtoBuf.GameCharProtoBufOrBuilderpublic int getXy()
required int32 xy = 1;getXy in interface GameCharacterProtoBuf.GameCharProtoBufOrBuilderpublic boolean hasSpriteID()
required int32 spriteID = 2;hasSpriteID in interface GameCharacterProtoBuf.GameCharProtoBufOrBuilderpublic int getSpriteID()
required int32 spriteID = 2;getSpriteID in interface GameCharacterProtoBuf.GameCharProtoBufOrBuilderpublic boolean hasPlacedir()
required int32 placedir = 3;hasPlacedir in interface GameCharacterProtoBuf.GameCharProtoBufOrBuilderpublic int getPlacedir()
required int32 placedir = 3;getPlacedir in interface GameCharacterProtoBuf.GameCharProtoBufOrBuilderpublic boolean hasIds()
required int32 ids = 4;hasIds in interface GameCharacterProtoBuf.GameCharProtoBufOrBuilderpublic int getIds()
required int32 ids = 4;getIds in interface GameCharacterProtoBuf.GameCharProtoBufOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic static GameCharacterProtoBuf.GameCharProtoBuf parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GameCharacterProtoBuf.GameCharProtoBuf.Builder newBuilder()
public GameCharacterProtoBuf.GameCharProtoBuf.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GameCharacterProtoBuf.GameCharProtoBuf.Builder newBuilder(GameCharacterProtoBuf.GameCharProtoBuf prototype)
public GameCharacterProtoBuf.GameCharProtoBuf.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLite