Uses of Class
org.kobe.xbot.Utilities.Entities.XTableArrayList.Array.Value.Builder
Packages that use XTableArrayList.Array.Value.Builder
-
Uses of XTableArrayList.Array.Value.Builder in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return XTableArrayList.Array.Value.BuilderModifier and TypeMethodDescriptionXTableArrayList.Array.Builder.addValuesBuilder()
repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
XTableArrayList.Array.Builder.addValuesBuilder
(int index) repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
XTableArrayList.Array.Value.Builder.clear()
XTableArrayList.Array.Value.Builder.clearBoolValue()
bool bool_value = 5;
XTableArrayList.Array.Value.Builder.clearBytesValue()
bytes bytes_value = 9;
XTableArrayList.Array.Value.Builder.clearDoubleValue()
double double_value = 4;
XTableArrayList.Array.Value.Builder.clearFloatValue()
float float_value = 3;
XTableArrayList.Array.Value.Builder.clearInt64Value()
int64 int64_value = 6;
XTableArrayList.Array.Value.Builder.clearIntValue()
int32 int_value = 2;
XTableArrayList.Array.Value.Builder.clearStringValue()
string string_value = 1;
XTableArrayList.Array.Value.Builder.clearUint32Value()
uint32 uint32_value = 7;
XTableArrayList.Array.Value.Builder.clearUint64Value()
uint64 uint64_value = 8;
XTableArrayList.Array.Value.Builder.clearValue()
XTableArrayList.Array.Builder.getValuesBuilder
(int index) repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
XTableArrayList.Array.Value.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) XTableArrayList.Array.Value.Builder.mergeFrom
(com.google.protobuf.Message other) XTableArrayList.Array.Value.Builder.mergeFrom
(XTableArrayList.Array.Value other) XTableArrayList.Array.Value.newBuilder()
XTableArrayList.Array.Value.newBuilder
(XTableArrayList.Array.Value prototype) XTableArrayList.Array.Value.newBuilderForType()
protected XTableArrayList.Array.Value.Builder
XTableArrayList.Array.Value.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) XTableArrayList.Array.Value.Builder.setBoolValue
(boolean value) bool bool_value = 5;
XTableArrayList.Array.Value.Builder.setBytesValue
(com.google.protobuf.ByteString value) bytes bytes_value = 9;
XTableArrayList.Array.Value.Builder.setDoubleValue
(double value) double double_value = 4;
XTableArrayList.Array.Value.Builder.setFloatValue
(float value) float float_value = 3;
XTableArrayList.Array.Value.Builder.setInt64Value
(long value) int64 int64_value = 6;
XTableArrayList.Array.Value.Builder.setIntValue
(int value) int32 int_value = 2;
XTableArrayList.Array.Value.Builder.setStringValue
(String value) string string_value = 1;
XTableArrayList.Array.Value.Builder.setStringValueBytes
(com.google.protobuf.ByteString value) string string_value = 1;
XTableArrayList.Array.Value.Builder.setUint32Value
(int value) uint32 uint32_value = 7;
XTableArrayList.Array.Value.Builder.setUint64Value
(long value) uint64 uint64_value = 8;
XTableArrayList.Array.Value.toBuilder()
Methods in org.kobe.xbot.Utilities.Entities that return types with arguments of type XTableArrayList.Array.Value.BuilderModifier and TypeMethodDescriptionXTableArrayList.Array.Builder.getValuesBuilderList()
repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
Methods in org.kobe.xbot.Utilities.Entities with parameters of type XTableArrayList.Array.Value.BuilderModifier and TypeMethodDescriptionXTableArrayList.Array.Builder.addValues
(int index, XTableArrayList.Array.Value.Builder builderForValue) repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
XTableArrayList.Array.Builder.addValues
(XTableArrayList.Array.Value.Builder builderForValue) repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
XTableArrayList.Array.Builder.setValues
(int index, XTableArrayList.Array.Value.Builder builderForValue) repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;