Package emu.grasscutter.net.proto
Interface ScreenInfoOuterClass.ScreenInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScreenInfoOuterClass.ScreenInfo,ScreenInfoOuterClass.ScreenInfo.Builder
- Enclosing class:
- ScreenInfoOuterClass
public static interface ScreenInfoOuterClass.ScreenInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 live_id = 1;intuint32 projector_entity_id = 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
-
getLiveId
int getLiveId()uint32 live_id = 1;- Returns:
- The liveId.
-
getProjectorEntityId
int getProjectorEntityId()uint32 projector_entity_id = 2;- Returns:
- The projectorEntityId.
-