Package emu.grasscutter.net.proto
Class PlatformInfoOuterClass.PlatformInfo.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
emu.grasscutter.net.proto.PlatformInfoOuterClass.PlatformInfo.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlatformInfoOuterClass.PlatformInfoOrBuilder,Cloneable
- Enclosing class:
- PlatformInfoOuterClass.PlatformInfo
public static final class PlatformInfoOuterClass.PlatformInfo.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
implements PlatformInfoOuterClass.PlatformInfoOrBuilder
Name: EFNFEPKAAOAProtobuf type
PlatformInfo-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()clearField(com.google.protobuf.Descriptors.FieldDescriptor field) bool is_active = 14;bool is_started = 8;.MovingPlatformType moving_platform_type = 13;clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) uint32 point_id = 16;.Vector pos_offset = 11;.MathQuaternion rot_offset = 12;.Route route = 15;uint32 route_id = 1;int32 start_index = 2;.Vector start_pos = 7;.MathQuaternion start_rot = 9;uint32 start_route_time = 3;uint32 start_scene_time = 4;uint32 stop_scene_time = 10;clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorbooleanbool is_active = 14;booleanbool is_started = 8;.MovingPlatformType moving_platform_type = 13;int.MovingPlatformType moving_platform_type = 13;intuint32 point_id = 16;.Vector pos_offset = 11;.Vector pos_offset = 11;.Vector pos_offset = 11;.MathQuaternion rot_offset = 12;.MathQuaternion rot_offset = 12;.MathQuaternion rot_offset = 12;getRoute().Route route = 15;.Route route = 15;intuint32 route_id = 1;.Route route = 15;intint32 start_index = 2;.Vector start_pos = 7;.Vector start_pos = 7;.Vector start_pos = 7;.MathQuaternion start_rot = 9;.MathQuaternion start_rot = 9;.MathQuaternion start_rot = 9;intuint32 start_route_time = 3;intuint32 start_scene_time = 4;intuint32 stop_scene_time = 10;boolean.Vector pos_offset = 11;boolean.MathQuaternion rot_offset = 12;booleanhasRoute().Route route = 15;boolean.Vector start_pos = 7;boolean.MathQuaternion start_rot = 9;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) .Vector pos_offset = 11;.MathQuaternion rot_offset = 12;mergeRoute(RouteOuterClass.Route value) .Route route = 15;.Vector start_pos = 7;.MathQuaternion start_rot = 9;mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setIsActive(boolean value) bool is_active = 14;setIsStarted(boolean value) bool is_started = 8;.MovingPlatformType moving_platform_type = 13;setMovingPlatformTypeValue(int value) .MovingPlatformType moving_platform_type = 13;setPointId(int value) uint32 point_id = 16;.Vector pos_offset = 11;setPosOffset(VectorOuterClass.Vector.Builder builderForValue) .Vector pos_offset = 11;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) .MathQuaternion rot_offset = 12;setRotOffset(MathQuaternionOuterClass.MathQuaternion.Builder builderForValue) .MathQuaternion rot_offset = 12;setRoute(RouteOuterClass.Route value) .Route route = 15;setRoute(RouteOuterClass.Route.Builder builderForValue) .Route route = 15;setRouteId(int value) uint32 route_id = 1;setStartIndex(int value) int32 start_index = 2;.Vector start_pos = 7;setStartPos(VectorOuterClass.Vector.Builder builderForValue) .Vector start_pos = 7;.MathQuaternion start_rot = 9;setStartRot(MathQuaternionOuterClass.MathQuaternion.Builder builderForValue) .MathQuaternion start_rot = 9;setStartRouteTime(int value) uint32 start_route_time = 3;setStartSceneTime(int value) uint32 start_scene_time = 4;setStopSceneTime(int value) uint32 stop_scene_time = 10;setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
setField
public PlatformInfoOuterClass.PlatformInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
clearField
public PlatformInfoOuterClass.PlatformInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
clearOneof
public PlatformInfoOuterClass.PlatformInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
setRepeatedField
public PlatformInfoOuterClass.PlatformInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
addRepeatedField
public PlatformInfoOuterClass.PlatformInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
mergeFrom
public PlatformInfoOuterClass.PlatformInfo.Builder mergeFrom(PlatformInfoOuterClass.PlatformInfo other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
mergeFrom
public PlatformInfoOuterClass.PlatformInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>- Throws:
IOException
-
getRouteId
public int getRouteId()uint32 route_id = 1;- Specified by:
getRouteIdin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The routeId.
-
setRouteId
uint32 route_id = 1;- Parameters:
value- The routeId to set.- Returns:
- This builder for chaining.
-
clearRouteId
uint32 route_id = 1;- Returns:
- This builder for chaining.
-
getStartIndex
public int getStartIndex()int32 start_index = 2;- Specified by:
getStartIndexin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The startIndex.
-
setStartIndex
int32 start_index = 2;- Parameters:
value- The startIndex to set.- Returns:
- This builder for chaining.
-
clearStartIndex
int32 start_index = 2;- Returns:
- This builder for chaining.
-
getStartRouteTime
public int getStartRouteTime()uint32 start_route_time = 3;- Specified by:
getStartRouteTimein interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The startRouteTime.
-
setStartRouteTime
uint32 start_route_time = 3;- Parameters:
value- The startRouteTime to set.- Returns:
- This builder for chaining.
-
clearStartRouteTime
uint32 start_route_time = 3;- Returns:
- This builder for chaining.
-
getStartSceneTime
public int getStartSceneTime()uint32 start_scene_time = 4;- Specified by:
getStartSceneTimein interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The startSceneTime.
-
setStartSceneTime
uint32 start_scene_time = 4;- Parameters:
value- The startSceneTime to set.- Returns:
- This builder for chaining.
-
clearStartSceneTime
uint32 start_scene_time = 4;- Returns:
- This builder for chaining.
-
hasStartPos
public boolean hasStartPos().Vector start_pos = 7;- Specified by:
hasStartPosin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- Whether the startPos field is set.
-
getStartPos
.Vector start_pos = 7;- Specified by:
getStartPosin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The startPos.
-
setStartPos
.Vector start_pos = 7; -
setStartPos
public PlatformInfoOuterClass.PlatformInfo.Builder setStartPos(VectorOuterClass.Vector.Builder builderForValue) .Vector start_pos = 7; -
mergeStartPos
.Vector start_pos = 7; -
clearStartPos
.Vector start_pos = 7; -
getStartPosBuilder
.Vector start_pos = 7; -
getStartPosOrBuilder
.Vector start_pos = 7;- Specified by:
getStartPosOrBuilderin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder
-
getIsStarted
public boolean getIsStarted()bool is_started = 8;- Specified by:
getIsStartedin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The isStarted.
-
setIsStarted
bool is_started = 8;- Parameters:
value- The isStarted to set.- Returns:
- This builder for chaining.
-
clearIsStarted
bool is_started = 8;- Returns:
- This builder for chaining.
-
hasStartRot
public boolean hasStartRot().MathQuaternion start_rot = 9;- Specified by:
hasStartRotin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- Whether the startRot field is set.
-
getStartRot
.MathQuaternion start_rot = 9;- Specified by:
getStartRotin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The startRot.
-
setStartRot
public PlatformInfoOuterClass.PlatformInfo.Builder setStartRot(MathQuaternionOuterClass.MathQuaternion value) .MathQuaternion start_rot = 9; -
setStartRot
public PlatformInfoOuterClass.PlatformInfo.Builder setStartRot(MathQuaternionOuterClass.MathQuaternion.Builder builderForValue) .MathQuaternion start_rot = 9; -
mergeStartRot
public PlatformInfoOuterClass.PlatformInfo.Builder mergeStartRot(MathQuaternionOuterClass.MathQuaternion value) .MathQuaternion start_rot = 9; -
clearStartRot
.MathQuaternion start_rot = 9; -
getStartRotBuilder
.MathQuaternion start_rot = 9; -
getStartRotOrBuilder
.MathQuaternion start_rot = 9;- Specified by:
getStartRotOrBuilderin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder
-
getStopSceneTime
public int getStopSceneTime()uint32 stop_scene_time = 10;- Specified by:
getStopSceneTimein interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The stopSceneTime.
-
setStopSceneTime
uint32 stop_scene_time = 10;- Parameters:
value- The stopSceneTime to set.- Returns:
- This builder for chaining.
-
clearStopSceneTime
uint32 stop_scene_time = 10;- Returns:
- This builder for chaining.
-
hasPosOffset
public boolean hasPosOffset().Vector pos_offset = 11;- Specified by:
hasPosOffsetin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- Whether the posOffset field is set.
-
getPosOffset
.Vector pos_offset = 11;- Specified by:
getPosOffsetin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The posOffset.
-
setPosOffset
.Vector pos_offset = 11; -
setPosOffset
public PlatformInfoOuterClass.PlatformInfo.Builder setPosOffset(VectorOuterClass.Vector.Builder builderForValue) .Vector pos_offset = 11; -
mergePosOffset
.Vector pos_offset = 11; -
clearPosOffset
.Vector pos_offset = 11; -
getPosOffsetBuilder
.Vector pos_offset = 11; -
getPosOffsetOrBuilder
.Vector pos_offset = 11;- Specified by:
getPosOffsetOrBuilderin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder
-
hasRotOffset
public boolean hasRotOffset().MathQuaternion rot_offset = 12;- Specified by:
hasRotOffsetin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- Whether the rotOffset field is set.
-
getRotOffset
.MathQuaternion rot_offset = 12;- Specified by:
getRotOffsetin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The rotOffset.
-
setRotOffset
public PlatformInfoOuterClass.PlatformInfo.Builder setRotOffset(MathQuaternionOuterClass.MathQuaternion value) .MathQuaternion rot_offset = 12; -
setRotOffset
public PlatformInfoOuterClass.PlatformInfo.Builder setRotOffset(MathQuaternionOuterClass.MathQuaternion.Builder builderForValue) .MathQuaternion rot_offset = 12; -
mergeRotOffset
public PlatformInfoOuterClass.PlatformInfo.Builder mergeRotOffset(MathQuaternionOuterClass.MathQuaternion value) .MathQuaternion rot_offset = 12; -
clearRotOffset
.MathQuaternion rot_offset = 12; -
getRotOffsetBuilder
.MathQuaternion rot_offset = 12; -
getRotOffsetOrBuilder
.MathQuaternion rot_offset = 12;- Specified by:
getRotOffsetOrBuilderin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder
-
getMovingPlatformTypeValue
public int getMovingPlatformTypeValue().MovingPlatformType moving_platform_type = 13;- Specified by:
getMovingPlatformTypeValuein interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The enum numeric value on the wire for movingPlatformType.
-
setMovingPlatformTypeValue
.MovingPlatformType moving_platform_type = 13;- Parameters:
value- The enum numeric value on the wire for movingPlatformType to set.- Returns:
- This builder for chaining.
-
getMovingPlatformType
.MovingPlatformType moving_platform_type = 13;- Specified by:
getMovingPlatformTypein interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The movingPlatformType.
-
setMovingPlatformType
public PlatformInfoOuterClass.PlatformInfo.Builder setMovingPlatformType(MovingPlatformTypeOuterClass.MovingPlatformType value) .MovingPlatformType moving_platform_type = 13;- Parameters:
value- The movingPlatformType to set.- Returns:
- This builder for chaining.
-
clearMovingPlatformType
.MovingPlatformType moving_platform_type = 13;- Returns:
- This builder for chaining.
-
getIsActive
public boolean getIsActive()bool is_active = 14;- Specified by:
getIsActivein interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The isActive.
-
setIsActive
bool is_active = 14;- Parameters:
value- The isActive to set.- Returns:
- This builder for chaining.
-
clearIsActive
bool is_active = 14;- Returns:
- This builder for chaining.
-
hasRoute
public boolean hasRoute().Route route = 15;- Specified by:
hasRoutein interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- Whether the route field is set.
-
getRoute
.Route route = 15;- Specified by:
getRoutein interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The route.
-
setRoute
.Route route = 15; -
setRoute
public PlatformInfoOuterClass.PlatformInfo.Builder setRoute(RouteOuterClass.Route.Builder builderForValue) .Route route = 15; -
mergeRoute
.Route route = 15; -
clearRoute
.Route route = 15; -
getRouteBuilder
.Route route = 15; -
getRouteOrBuilder
.Route route = 15;- Specified by:
getRouteOrBuilderin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder
-
getPointId
public int getPointId()uint32 point_id = 16;- Specified by:
getPointIdin interfacePlatformInfoOuterClass.PlatformInfoOrBuilder- Returns:
- The pointId.
-
setPointId
uint32 point_id = 16;- Parameters:
value- The pointId to set.- Returns:
- This builder for chaining.
-
clearPointId
uint32 point_id = 16;- Returns:
- This builder for chaining.
-
setUnknownFields
public final PlatformInfoOuterClass.PlatformInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-
mergeUnknownFields
public final PlatformInfoOuterClass.PlatformInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlatformInfoOuterClass.PlatformInfo.Builder>
-