Package emu.grasscutter.net.proto
Interface WidgetCoolDownDataOuterClass.WidgetCoolDownDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WidgetCoolDownDataOuterClass.WidgetCoolDownData,WidgetCoolDownDataOuterClass.WidgetCoolDownData.Builder
- Enclosing class:
- WidgetCoolDownDataOuterClass
public static interface WidgetCoolDownDataOuterClass.WidgetCoolDownDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 cool_down_time = 2;intgetId()uint32 id = 3;booleanbool is_success = 10;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
-
getCoolDownTime
long getCoolDownTime()uint64 cool_down_time = 2;- Returns:
- The coolDownTime.
-
getId
int getId()uint32 id = 3;- Returns:
- The id.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 10;- Returns:
- The isSuccess.
-