Package emu.grasscutter.net.proto
Interface UpdateAbilityCreatedMovingPlatformNotifyOuterClass.UpdateAbilityCreatedMovingPlatformNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateAbilityCreatedMovingPlatformNotifyOuterClass.UpdateAbilityCreatedMovingPlatformNotify,UpdateAbilityCreatedMovingPlatformNotifyOuterClass.UpdateAbilityCreatedMovingPlatformNotify.Builder
- Enclosing class:
- UpdateAbilityCreatedMovingPlatformNotifyOuterClass
public static interface UpdateAbilityCreatedMovingPlatformNotifyOuterClass.UpdateAbilityCreatedMovingPlatformNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 1;.UpdateAbilityCreatedMovingPlatformNotify.OpType op_type = 15;int.UpdateAbilityCreatedMovingPlatformNotify.OpType op_type = 15;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
-
getEntityId
int getEntityId()uint32 entity_id = 1;- Returns:
- The entityId.
-
getOpTypeValue
int getOpTypeValue().UpdateAbilityCreatedMovingPlatformNotify.OpType op_type = 15;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
UpdateAbilityCreatedMovingPlatformNotifyOuterClass.UpdateAbilityCreatedMovingPlatformNotify.OpType getOpType().UpdateAbilityCreatedMovingPlatformNotify.OpType op_type = 15;- Returns:
- The opType.
-