Package emu.grasscutter.net.proto
Interface FoundationNotifyOuterClass.FoundationNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FoundationNotifyOuterClass.FoundationNotify,FoundationNotifyOuterClass.FoundationNotify.Builder
- Enclosing class:
- FoundationNotifyOuterClass
public static interface FoundationNotifyOuterClass.FoundationNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasInfo
boolean hasInfo().FoundationInfo info = 6;- Returns:
- Whether the info field is set.
-
getInfo
FoundationInfoOuterClass.FoundationInfo getInfo().FoundationInfo info = 6;- Returns:
- The info.
-
getInfoOrBuilder
FoundationInfoOuterClass.FoundationInfoOrBuilder getInfoOrBuilder().FoundationInfo info = 6; -
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 14;- Returns:
- The gadgetEntityId.
-