Package emu.grasscutter.net.proto
Interface HostPlayerNotifyOuterClass.HostPlayerNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HostPlayerNotifyOuterClass.HostPlayerNotify,HostPlayerNotifyOuterClass.HostPlayerNotify.Builder
- Enclosing class:
- HostPlayerNotifyOuterClass
public static interface HostPlayerNotifyOuterClass.HostPlayerNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 host_peer_id = 14;intuint32 host_uid = 2;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
-
getHostPeerId
int getHostPeerId()uint32 host_peer_id = 14;- Returns:
- The hostPeerId.
-
getHostUid
int getHostUid()uint32 host_uid = 2;- Returns:
- The hostUid.
-