Class KnownBiomeHelper

java.lang.Object
com.hypherionmc.simplerpc.integrations.known.KnownBiomeHelper

public class KnownBiomeHelper extends Object
  • Constructor Details

    • KnownBiomeHelper

      public KnownBiomeHelper()
  • Method Details

    • addKnownBiome

      public static void addKnownBiome(String resourceLocation, String displayName)
      Register a Custom Biome to be resolved by the BIOME placeholder
      Parameters:
      resourceLocation - The ResourceLocation of the Biome. For example: minecraft:plains
      displayName - The name that will be displayed when the RPC placeholder is resolved
    • tryKnownBiomes

      @Internal public static String tryKnownBiomes(String biome)