Package emu.grasscutter.net.proto
Interface CustomCommonNodeInfoOuterClass.CustomCommonNodeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomCommonNodeInfoOuterClass.CustomCommonNodeInfo,CustomCommonNodeInfoOuterClass.CustomCommonNodeInfo.Builder
- Enclosing class:
- CustomCommonNodeInfoOuterClass
public static interface CustomCommonNodeInfoOuterClass.CustomCommonNodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 config_id = 2;intint32 parent_index = 1;string slot_identifier = 3;com.google.protobuf.ByteStringstring slot_identifier = 3;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
-
getParentIndex
int getParentIndex()int32 parent_index = 1;- Returns:
- The parentIndex.
-
getConfigId
int getConfigId()uint32 config_id = 2;- Returns:
- The configId.
-
getSlotIdentifier
String getSlotIdentifier()string slot_identifier = 3;- Returns:
- The slotIdentifier.
-
getSlotIdentifierBytes
com.google.protobuf.ByteString getSlotIdentifierBytes()string slot_identifier = 3;- Returns:
- The bytes for slotIdentifier.
-