Package emu.grasscutter.net.proto
Interface HomeBlockFieldDataOuterClass.HomeBlockFieldDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeBlockFieldDataOuterClass.HomeBlockFieldData,HomeBlockFieldDataOuterClass.HomeBlockFieldData.Builder
- Enclosing class:
- HomeBlockFieldDataOuterClass
public static interface HomeBlockFieldDataOuterClass.HomeBlockFieldDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 furniture_id = 14;intgetGuid()uint32 guid = 3;getPos().Vector pos = 8;.Vector pos = 8;getRot().Vector rot = 7;.Vector rot = 7;getSubFieldList(int index) repeated .HomeBlockSubFieldData subFieldList = 5;intrepeated .HomeBlockSubFieldData subFieldList = 5;repeated .HomeBlockSubFieldData subFieldList = 5;getSubFieldListOrBuilder(int index) repeated .HomeBlockSubFieldData subFieldList = 5;repeated .HomeBlockSubFieldData subFieldList = 5;booleanhasPos().Vector pos = 8;booleanhasRot().Vector rot = 7;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
-
hasRot
boolean hasRot().Vector rot = 7;- Returns:
- Whether the rot field is set.
-
getRot
VectorOuterClass.Vector getRot().Vector rot = 7;- Returns:
- The rot.
-
getRotOrBuilder
VectorOuterClass.VectorOrBuilder getRotOrBuilder().Vector rot = 7; -
getFurnitureId
int getFurnitureId()uint32 furniture_id = 14;- Returns:
- The furnitureId.
-
getSubFieldListList
List<HomeBlockSubFieldDataOuterClass.HomeBlockSubFieldData> getSubFieldListList()repeated .HomeBlockSubFieldData subFieldList = 5; -
getSubFieldList
repeated .HomeBlockSubFieldData subFieldList = 5; -
getSubFieldListCount
int getSubFieldListCount()repeated .HomeBlockSubFieldData subFieldList = 5; -
getSubFieldListOrBuilderList
List<? extends HomeBlockSubFieldDataOuterClass.HomeBlockSubFieldDataOrBuilder> getSubFieldListOrBuilderList()repeated .HomeBlockSubFieldData subFieldList = 5; -
getSubFieldListOrBuilder
repeated .HomeBlockSubFieldData subFieldList = 5; -
hasPos
boolean hasPos().Vector pos = 8;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 8;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 8; -
getGuid
int getGuid()uint32 guid = 3;- Returns:
- The guid.
-