Package emu.grasscutter.net.proto
Interface ServerGlobalValueChangeNotifyOuterClass.ServerGlobalValueChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerGlobalValueChangeNotifyOuterClass.ServerGlobalValueChangeNotify,ServerGlobalValueChangeNotifyOuterClass.ServerGlobalValueChangeNotify.Builder
- Enclosing class:
- ServerGlobalValueChangeNotifyOuterClass
public static interface ServerGlobalValueChangeNotifyOuterClass.ServerGlobalValueChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 10;intuint32 key_hash = 12;floatgetValue()float value = 2;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
-
getKeyHash
int getKeyHash()uint32 key_hash = 12;- Returns:
- The keyHash.
-
getValue
float getValue()float value = 2;- Returns:
- The value.
-
getEntityId
int getEntityId()uint32 entity_id = 10;- Returns:
- The entityId.
-