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 = 3;booleanbool is_locked = 12;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
-
getIsLocked
boolean getIsLocked()bool is_locked = 12;- Returns:
- The isLocked.
-
getForgeId
int getForgeId()uint32 forge_id = 3;- Returns:
- The forgeId.
-