Package emu.grasscutter.net.proto
Interface WidgetCreatorInfoOuterClass.WidgetCreatorInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WidgetCreatorInfoOuterClass.WidgetCreatorInfo,WidgetCreatorInfoOuterClass.WidgetCreatorInfo.Builder
- Enclosing class:
- WidgetCreatorInfoOuterClass
public static interface WidgetCreatorInfoOuterClass.WidgetCreatorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 8;.WidgetCreateLocationInfo location_info = 12;.WidgetCreateLocationInfo location_info = 12;.WidgetCreatorOpType op_type = 5;int.WidgetCreatorOpType op_type = 5;boolean.WidgetCreateLocationInfo location_info = 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
-
hasLocationInfo
boolean hasLocationInfo().WidgetCreateLocationInfo location_info = 12;- Returns:
- Whether the locationInfo field is set.
-
getLocationInfo
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfo getLocationInfo().WidgetCreateLocationInfo location_info = 12;- Returns:
- The locationInfo.
-
getLocationInfoOrBuilder
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfoOrBuilder getLocationInfoOrBuilder().WidgetCreateLocationInfo location_info = 12; -
getOpTypeValue
int getOpTypeValue().WidgetCreatorOpType op_type = 5;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
.WidgetCreatorOpType op_type = 5;- Returns:
- The opType.
-
getEntityId
int getEntityId()uint32 entity_id = 8;- Returns:
- The entityId.
-