Interface DialogDynamicCustomActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DialogDynamicCustomAction, DialogDynamicCustomAction.Builder
@Generated
public interface DialogDynamicCustomActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAdditional NBT data as JSON string.com.google.protobuf.ByteStringAdditional NBT data as JSON string.getId()Custom action identifier.com.google.protobuf.ByteStringCustom action identifier.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
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Custom action identifier.
string id = 1;- Returns:
- The bytes for id.
-
getAdditions
String getAdditions()Additional NBT data as JSON string.
string additions = 2;- Returns:
- The additions.
-
getAdditionsBytes
com.google.protobuf.ByteString getAdditionsBytes()Additional NBT data as JSON string.
string additions = 2;- Returns:
- The bytes for additions.
-