Uses of Class
org.kobe.xbot.Utilities.Entities.XTableValues.FloatList.Builder
Packages that use XTableValues.FloatList.Builder
-
Uses of XTableValues.FloatList.Builder in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return XTableValues.FloatList.BuilderModifier and TypeMethodDescriptionrepeated float v = 1;
XTableValues.FloatList.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) XTableValues.FloatList.Builder.addV
(float value) repeated float v = 1;
XTableValues.FloatList.Builder.clear()
XTableValues.FloatList.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) XTableValues.FloatList.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) XTableValues.FloatList.Builder.clearV()
repeated float v = 1;
XTableValues.FloatList.Builder.clone()
XTableValues.FloatList.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XTableValues.FloatList.Builder.mergeFrom
(com.google.protobuf.Message other) XTableValues.FloatList.Builder.mergeFrom
(XTableValues.FloatList other) XTableValues.FloatList.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) XTableValues.FloatList.newBuilder()
XTableValues.FloatList.newBuilder
(XTableValues.FloatList prototype) XTableValues.FloatList.newBuilderForType()
protected XTableValues.FloatList.Builder
XTableValues.FloatList.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) XTableValues.FloatList.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) XTableValues.FloatList.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) XTableValues.FloatList.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) XTableValues.FloatList.Builder.setV
(int index, float value) repeated float v = 1;
XTableValues.FloatList.toBuilder()