Package emu.grasscutter.net.proto
Interface EntityPropNotifyOuterClass.EntityPropNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityPropNotifyOuterClass.EntityPropNotify,EntityPropNotifyOuterClass.EntityPropNotify.Builder
- Enclosing class:
- EntityPropNotifyOuterClass
public static interface EntityPropNotifyOuterClass.EntityPropNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsPropMap(int key) map<uint32, .PropValue> prop_map = 9;intuint32 entity_id = 13;Deprecated.intmap<uint32, .PropValue> prop_map = 9;map<uint32, .PropValue> prop_map = 9;getPropMapOrDefault(int key, PropValueOuterClass.PropValue defaultValue) map<uint32, .PropValue> prop_map = 9;getPropMapOrThrow(int key) map<uint32, .PropValue> prop_map = 9;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
-
getEntityId
int getEntityId()uint32 entity_id = 13;- Returns:
- The entityId.
-
getPropMapCount
int getPropMapCount()map<uint32, .PropValue> prop_map = 9; -
containsPropMap
boolean containsPropMap(int key) map<uint32, .PropValue> prop_map = 9; -
getPropMap
Deprecated.UsegetPropMapMap()instead. -
getPropMapMap
Map<Integer,PropValueOuterClass.PropValue> getPropMapMap()map<uint32, .PropValue> prop_map = 9; -
getPropMapOrDefault
PropValueOuterClass.PropValue getPropMapOrDefault(int key, PropValueOuterClass.PropValue defaultValue) map<uint32, .PropValue> prop_map = 9; -
getPropMapOrThrow
map<uint32, .PropValue> prop_map = 9;
-