Package emu.grasscutter.net.proto
Interface WorldDataNotifyOuterClass.WorldDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorldDataNotifyOuterClass.WorldDataNotify,WorldDataNotifyOuterClass.WorldDataNotify.Builder
- Enclosing class:
- WorldDataNotifyOuterClass
public static interface WorldDataNotifyOuterClass.WorldDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsWorldPropMap(int key) map<uint32, .PropValue> world_prop_map = 1;Deprecated.intmap<uint32, .PropValue> world_prop_map = 1;map<uint32, .PropValue> world_prop_map = 1;getWorldPropMapOrDefault(int key, PropValueOuterClass.PropValue defaultValue) map<uint32, .PropValue> world_prop_map = 1;getWorldPropMapOrThrow(int key) map<uint32, .PropValue> world_prop_map = 1;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
-
getWorldPropMapCount
int getWorldPropMapCount()map<uint32, .PropValue> world_prop_map = 1; -
containsWorldPropMap
boolean containsWorldPropMap(int key) map<uint32, .PropValue> world_prop_map = 1; -
getWorldPropMap
Deprecated.UsegetWorldPropMapMap()instead. -
getWorldPropMapMap
Map<Integer,PropValueOuterClass.PropValue> getWorldPropMapMap()map<uint32, .PropValue> world_prop_map = 1; -
getWorldPropMapOrDefault
PropValueOuterClass.PropValue getWorldPropMapOrDefault(int key, PropValueOuterClass.PropValue defaultValue) map<uint32, .PropValue> world_prop_map = 1; -
getWorldPropMapOrThrow
map<uint32, .PropValue> world_prop_map = 1;
-