Package emu.grasscutter.net.proto
Interface PlayerInjectFixNotifyOuterClass.PlayerInjectFixNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerInjectFixNotifyOuterClass.PlayerInjectFixNotify,PlayerInjectFixNotifyOuterClass.PlayerInjectFixNotify.Builder
- Enclosing class:
- PlayerInjectFixNotifyOuterClass
public static interface PlayerInjectFixNotifyOuterClass.PlayerInjectFixNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()uint32 id = 11;com.google.protobuf.ByteStringbytes inject_fix = 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
-
getId
int getId()uint32 id = 11;- Returns:
- The id.
-
getInjectFix
com.google.protobuf.ByteString getInjectFix()bytes inject_fix = 12;- Returns:
- The injectFix.
-