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 Type
    Method
    Description
    Optional: specific registry to fetch.
    com.google.protobuf.ByteString
    Optional: specific registry to fetch.
    boolean
    Optional: specific registry to fetch.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.