Package emu.grasscutter.net.proto
Interface GadgetCrucibleInfoOuterClass.GadgetCrucibleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetCrucibleInfoOuterClass.GadgetCrucibleInfo,GadgetCrucibleInfoOuterClass.GadgetCrucibleInfo.Builder
- Enclosing class:
- GadgetCrucibleInfoOuterClass
public static interface GadgetCrucibleInfoOuterClass.GadgetCrucibleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 mp_play_id = 1;intuint32 prepare_end_time = 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
-
getMpPlayId
int getMpPlayId()uint32 mp_play_id = 1;- Returns:
- The mpPlayId.
-
getPrepareEndTime
int getPrepareEndTime()uint32 prepare_end_time = 2;- Returns:
- The prepareEndTime.
-