Package emu.grasscutter.net.proto
Interface RoguelikeGadgetInfoOuterClass.RoguelikeGadgetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoguelikeGadgetInfoOuterClass.RoguelikeGadgetInfo,RoguelikeGadgetInfoOuterClass.RoguelikeGadgetInfo.Builder
- Enclosing class:
- RoguelikeGadgetInfoOuterClass
public static interface RoguelikeGadgetInfoOuterClass.RoguelikeGadgetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cell_config_id = 1;intuint32 cell_id = 4;intuint32 cell_state = 3;intuint32 cell_type = 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
-
getCellConfigId
int getCellConfigId()uint32 cell_config_id = 1;- Returns:
- The cellConfigId.
-
getCellType
int getCellType()uint32 cell_type = 2;- Returns:
- The cellType.
-
getCellState
int getCellState()uint32 cell_state = 3;- Returns:
- The cellState.
-
getCellId
int getCellId()uint32 cell_id = 4;- Returns:
- The cellId.
-