Package emu.grasscutter.net.proto
Interface BlockInfoOuterClass.BlockInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BlockInfoOuterClass.BlockInfo,BlockInfoOuterClass.BlockInfo.Builder
- Enclosing class:
- BlockInfoOuterClass
public static interface BlockInfoOuterClass.BlockInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes bin_data = 3;intuint32 block_id = 1;intuint32 data_version = 2;booleanbool is_dirty = 4;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
-
getBlockId
int getBlockId()uint32 block_id = 1;- Returns:
- The blockId.
-
getDataVersion
int getDataVersion()uint32 data_version = 2;- Returns:
- The dataVersion.
-
getBinData
com.google.protobuf.ByteString getBinData()bytes bin_data = 3;- Returns:
- The binData.
-
getIsDirty
boolean getIsDirty()bool is_dirty = 4;- Returns:
- The isDirty.
-