Package emu.grasscutter.net.proto
Interface EntityTagChangeNotifyOuterClass.EntityTagChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityTagChangeNotifyOuterClass.EntityTagChangeNotify,EntityTagChangeNotifyOuterClass.EntityTagChangeNotify.Builder
- Enclosing class:
- EntityTagChangeNotifyOuterClass
public static interface EntityTagChangeNotifyOuterClass.EntityTagChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTag
String getTag()string tag = 3;- Returns:
- The tag.
-
getTagBytes
com.google.protobuf.ByteString getTagBytes()string tag = 3;- Returns:
- The bytes for tag.
-
getEntityId
int getEntityId()uint32 entity_id = 11;- Returns:
- The entityId.
-
getIsAdd
boolean getIsAdd()bool is_add = 2;- Returns:
- The isAdd.
-