Class GetRegistryDataResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.GetRegistryDataResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GetRegistryDataResponseOrBuilder, Serializable

@Generated public final class GetRegistryDataResponse extends com.google.protobuf.GeneratedMessage implements GetRegistryDataResponseOrBuilder
Response containing Minecraft registry data.
Protobuf type soulfire.v1.GetRegistryDataResponse
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getBlocksList

      public List<RegistryEntry> getBlocksList()
      Block types (e.g., "minecraft:stone", "minecraft:diamond_ore").
      
      repeated .soulfire.v1.RegistryEntry blocks = 1;
      Specified by:
      getBlocksList in interface GetRegistryDataResponseOrBuilder
    • getBlocksOrBuilderList

      public List<? extends RegistryEntryOrBuilder> getBlocksOrBuilderList()
      Block types (e.g., "minecraft:stone", "minecraft:diamond_ore").
      
      repeated .soulfire.v1.RegistryEntry blocks = 1;
      Specified by:
      getBlocksOrBuilderList in interface GetRegistryDataResponseOrBuilder
    • getBlocksCount

      public int getBlocksCount()
      Block types (e.g., "minecraft:stone", "minecraft:diamond_ore").
      
      repeated .soulfire.v1.RegistryEntry blocks = 1;
      Specified by:
      getBlocksCount in interface GetRegistryDataResponseOrBuilder
    • getBlocks

      public RegistryEntry getBlocks(int index)
      Block types (e.g., "minecraft:stone", "minecraft:diamond_ore").
      
      repeated .soulfire.v1.RegistryEntry blocks = 1;
      Specified by:
      getBlocks in interface GetRegistryDataResponseOrBuilder
    • getBlocksOrBuilder

      public RegistryEntryOrBuilder getBlocksOrBuilder(int index)
      Block types (e.g., "minecraft:stone", "minecraft:diamond_ore").
      
      repeated .soulfire.v1.RegistryEntry blocks = 1;
      Specified by:
      getBlocksOrBuilder in interface GetRegistryDataResponseOrBuilder
    • getEntitiesList

      public List<RegistryEntry> getEntitiesList()
      Entity types (e.g., "minecraft:zombie", "minecraft:player").
      
      repeated .soulfire.v1.RegistryEntry entities = 2;
      Specified by:
      getEntitiesList in interface GetRegistryDataResponseOrBuilder
    • getEntitiesOrBuilderList

      public List<? extends RegistryEntryOrBuilder> getEntitiesOrBuilderList()
      Entity types (e.g., "minecraft:zombie", "minecraft:player").
      
      repeated .soulfire.v1.RegistryEntry entities = 2;
      Specified by:
      getEntitiesOrBuilderList in interface GetRegistryDataResponseOrBuilder
    • getEntitiesCount

      public int getEntitiesCount()
      Entity types (e.g., "minecraft:zombie", "minecraft:player").
      
      repeated .soulfire.v1.RegistryEntry entities = 2;
      Specified by:
      getEntitiesCount in interface GetRegistryDataResponseOrBuilder
    • getEntities

      public RegistryEntry getEntities(int index)
      Entity types (e.g., "minecraft:zombie", "minecraft:player").
      
      repeated .soulfire.v1.RegistryEntry entities = 2;
      Specified by:
      getEntities in interface GetRegistryDataResponseOrBuilder
    • getEntitiesOrBuilder

      public RegistryEntryOrBuilder getEntitiesOrBuilder(int index)
      Entity types (e.g., "minecraft:zombie", "minecraft:player").
      
      repeated .soulfire.v1.RegistryEntry entities = 2;
      Specified by:
      getEntitiesOrBuilder in interface GetRegistryDataResponseOrBuilder
    • getItemsList

      public List<RegistryEntry> getItemsList()
      Item types (e.g., "minecraft:diamond", "minecraft:stick").
      
      repeated .soulfire.v1.RegistryEntry items = 3;
      Specified by:
      getItemsList in interface GetRegistryDataResponseOrBuilder
    • getItemsOrBuilderList

      public List<? extends RegistryEntryOrBuilder> getItemsOrBuilderList()
      Item types (e.g., "minecraft:diamond", "minecraft:stick").
      
      repeated .soulfire.v1.RegistryEntry items = 3;
      Specified by:
      getItemsOrBuilderList in interface GetRegistryDataResponseOrBuilder
    • getItemsCount

      public int getItemsCount()
      Item types (e.g., "minecraft:diamond", "minecraft:stick").
      
      repeated .soulfire.v1.RegistryEntry items = 3;
      Specified by:
      getItemsCount in interface GetRegistryDataResponseOrBuilder
    • getItems

      public RegistryEntry getItems(int index)
      Item types (e.g., "minecraft:diamond", "minecraft:stick").
      
      repeated .soulfire.v1.RegistryEntry items = 3;
      Specified by:
      getItems in interface GetRegistryDataResponseOrBuilder
    • getItemsOrBuilder

      public RegistryEntryOrBuilder getItemsOrBuilder(int index)
      Item types (e.g., "minecraft:diamond", "minecraft:stick").
      
      repeated .soulfire.v1.RegistryEntry items = 3;
      Specified by:
      getItemsOrBuilder in interface GetRegistryDataResponseOrBuilder
    • getBiomesList

      public List<RegistryEntry> getBiomesList()
      Biome types (e.g., "minecraft:plains", "minecraft:forest").
      
      repeated .soulfire.v1.RegistryEntry biomes = 4;
      Specified by:
      getBiomesList in interface GetRegistryDataResponseOrBuilder
    • getBiomesOrBuilderList

      public List<? extends RegistryEntryOrBuilder> getBiomesOrBuilderList()
      Biome types (e.g., "minecraft:plains", "minecraft:forest").
      
      repeated .soulfire.v1.RegistryEntry biomes = 4;
      Specified by:
      getBiomesOrBuilderList in interface GetRegistryDataResponseOrBuilder
    • getBiomesCount

      public int getBiomesCount()
      Biome types (e.g., "minecraft:plains", "minecraft:forest").
      
      repeated .soulfire.v1.RegistryEntry biomes = 4;
      Specified by:
      getBiomesCount in interface GetRegistryDataResponseOrBuilder
    • getBiomes

      public RegistryEntry getBiomes(int index)
      Biome types (e.g., "minecraft:plains", "minecraft:forest").
      
      repeated .soulfire.v1.RegistryEntry biomes = 4;
      Specified by:
      getBiomes in interface GetRegistryDataResponseOrBuilder
    • getBiomesOrBuilder

      public RegistryEntryOrBuilder getBiomesOrBuilder(int index)
      Biome types (e.g., "minecraft:plains", "minecraft:forest").
      
      repeated .soulfire.v1.RegistryEntry biomes = 4;
      Specified by:
      getBiomesOrBuilder in interface GetRegistryDataResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static GetRegistryDataResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GetRegistryDataResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GetRegistryDataResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetRegistryDataResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public GetRegistryDataResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static GetRegistryDataResponse.Builder newBuilder()
    • newBuilder

      public static GetRegistryDataResponse.Builder newBuilder(GetRegistryDataResponse prototype)
    • toBuilder

      public GetRegistryDataResponse.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GetRegistryDataResponse.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static GetRegistryDataResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GetRegistryDataResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<GetRegistryDataResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public GetRegistryDataResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder