Interface GetRegistryDataRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetRegistryDataRequest, GetRegistryDataRequest.Builder
@Generated
public interface GetRegistryDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional: specific registry to fetch.com.google.protobuf.ByteStringOptional: specific registry to fetch.booleanOptional: specific registry to fetch.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
-
hasRegistry
boolean hasRegistry()Optional: specific registry to fetch. If empty, returns all registries. Valid values: "blocks", "entities", "items", "biomes"
optional string registry = 1;- Returns:
- Whether the registry field is set.
-
getRegistry
String getRegistry()Optional: specific registry to fetch. If empty, returns all registries. Valid values: "blocks", "entities", "items", "biomes"
optional string registry = 1;- Returns:
- The registry.
-
getRegistryBytes
com.google.protobuf.ByteString getRegistryBytes()Optional: specific registry to fetch. If empty, returns all registries. Valid values: "blocks", "entities", "items", "biomes"
optional string registry = 1;- Returns:
- The bytes for registry.
-