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