Package emu.grasscutter.net.proto
Interface ForgeFormulaDataNotifyOuterClass.ForgeFormulaDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ForgeFormulaDataNotifyOuterClass.ForgeFormulaDataNotify,ForgeFormulaDataNotifyOuterClass.ForgeFormulaDataNotify.Builder
- Enclosing class:
- ForgeFormulaDataNotifyOuterClass
public static interface ForgeFormulaDataNotifyOuterClass.ForgeFormulaDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 forge_id = 12;booleanbool is_locked = 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
-
getForgeId
int getForgeId()uint32 forge_id = 12;- Returns:
- The forgeId.
-
getIsLocked
boolean getIsLocked()bool is_locked = 2;- Returns:
- The isLocked.
-