Package emu.grasscutter.net.proto
Interface HitTreeInfoOuterClass.HitTreeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HitTreeInfoOuterClass.HitTreeInfo,HitTreeInfoOuterClass.HitTreeInfo.Builder
- Enclosing class:
- HitTreeInfoOuterClass
public static interface HitTreeInfoOuterClass.HitTreeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Vector tree_pos = 10;.Vector tree_pos = 10;intuint32 tree_type = 7;boolean.Vector tree_pos = 10;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
-
hasTreePos
boolean hasTreePos().Vector tree_pos = 10;- Returns:
- Whether the treePos field is set.
-
getTreePos
VectorOuterClass.Vector getTreePos().Vector tree_pos = 10;- Returns:
- The treePos.
-
getTreePosOrBuilder
VectorOuterClass.VectorOrBuilder getTreePosOrBuilder().Vector tree_pos = 10; -
getTreeType
int getTreeType()uint32 tree_type = 7;- Returns:
- The treeType.
-