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 = 7;.WidgetCreateLocationInfo location_info = 11;.WidgetCreateLocationInfo location_info = 11;.WidgetCreatorOpType op_type = 6;int.WidgetCreatorOpType op_type = 6;boolean.WidgetCreateLocationInfo location_info = 11;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
-
getOpTypeValue
int getOpTypeValue().WidgetCreatorOpType op_type = 6;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
.WidgetCreatorOpType op_type = 6;- Returns:
- The opType.
-
hasLocationInfo
boolean hasLocationInfo().WidgetCreateLocationInfo location_info = 11;- Returns:
- Whether the locationInfo field is set.
-
getLocationInfo
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfo getLocationInfo().WidgetCreateLocationInfo location_info = 11;- Returns:
- The locationInfo.
-
getLocationInfoOrBuilder
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfoOrBuilder getLocationInfoOrBuilder().WidgetCreateLocationInfo location_info = 11; -
getEntityId
int getEntityId()uint32 entity_id = 7;- Returns:
- The entityId.
-