Package emu.grasscutter.net.proto
Interface GCGMsgCostReviseOuterClass.GCGMsgCostReviseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgCostReviseOuterClass.GCGMsgCostRevise,GCGMsgCostReviseOuterClass.GCGMsgCostRevise.Builder
- Enclosing class:
- GCGMsgCostReviseOuterClass
public static interface GCGMsgCostReviseOuterClass.GCGMsgCostReviseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 controller_id = 1;.GCGCostReviseInfo cost_revise = 3;.GCGCostReviseInfo cost_revise = 3;boolean.GCGCostReviseInfo cost_revise = 3;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
-
hasCostRevise
boolean hasCostRevise().GCGCostReviseInfo cost_revise = 3;- Returns:
- Whether the costRevise field is set.
-
getCostRevise
GCGCostReviseInfoOuterClass.GCGCostReviseInfo getCostRevise().GCGCostReviseInfo cost_revise = 3;- Returns:
- The costRevise.
-
getCostReviseOrBuilder
GCGCostReviseInfoOuterClass.GCGCostReviseInfoOrBuilder getCostReviseOrBuilder().GCGCostReviseInfo cost_revise = 3; -
getControllerId
int getControllerId()uint32 controller_id = 1;- Returns:
- The controllerId.
-