Package emu.grasscutter.net.proto
Interface GCGPhaseOuterClass.GCGPhaseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGPhaseOuterClass.GCGPhase,GCGPhaseOuterClass.GCGPhase.Builder
- Enclosing class:
- GCGPhaseOuterClass
public static interface GCGPhaseOuterClass.GCGPhaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAllowControllerMap(int key) map<uint32, uint32> allow_controller_map = 12;Deprecated.intmap<uint32, uint32> allow_controller_map = 12;map<uint32, uint32> allow_controller_map = 12;intgetAllowControllerMapOrDefault(int key, int defaultValue) map<uint32, uint32> allow_controller_map = 12;intgetAllowControllerMapOrThrow(int key) map<uint32, uint32> allow_controller_map = 12;.GCGPhaseType phase_type = 4;int.GCGPhaseType phase_type = 4;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
-
getPhaseTypeValue
int getPhaseTypeValue().GCGPhaseType phase_type = 4;- Returns:
- The enum numeric value on the wire for phaseType.
-
getPhaseType
GCGPhaseTypeOuterClass.GCGPhaseType getPhaseType().GCGPhaseType phase_type = 4;- Returns:
- The phaseType.
-
getAllowControllerMapCount
int getAllowControllerMapCount()map<uint32, uint32> allow_controller_map = 12; -
containsAllowControllerMap
boolean containsAllowControllerMap(int key) map<uint32, uint32> allow_controller_map = 12; -
getAllowControllerMap
Deprecated.UsegetAllowControllerMapMap()instead. -
getAllowControllerMapMap
map<uint32, uint32> allow_controller_map = 12; -
getAllowControllerMapOrDefault
int getAllowControllerMapOrDefault(int key, int defaultValue) map<uint32, uint32> allow_controller_map = 12; -
getAllowControllerMapOrThrow
int getAllowControllerMapOrThrow(int key) map<uint32, uint32> allow_controller_map = 12;
-