8000 GitHub - IPECTER/RTUBiomeLib: [ Minecraft Plugin ] 1.17.0 ~ 1.21 Biome Library, Get Custom Biome!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[ Minecraft Plugin ] 1.17.0 ~ 1.21 Biome Library, Get Custom Biome!

License

Notifications You must be signed in to change notification settings

IPECTER/RTUBiomeLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ RTUBiomeLib 1.9.3 ]

[ Minecraft Plugin ] 1.17.1 ~ 1.21.1 Biome Library, Get Custom Biome!

RTUBiomeLib.getInterface()

  • String getBiomeName(Location)

    Get All Server Biome as String

    ex) new:where

    ex) minecraft:birch_forest

  • List getBiomesName()

    Get All Server Biome as String

    Return list of all the biomes name in server (including custom biome, like "new:where")

  • List getBiomeTag(String)

    Bukkit API can't get Biomes using Biome Tag! But RTUBiomeLib can get!

    Get All Server Biome as String using Biome Tag

    Available Tags: is_badlands, is_beach, is_deep_ocean, is_end, is_forest, is_hill, is_jungle, is_jungle, is_mountain, is_nether, is_ocean, is_overworld, is_savanna, is_taiga, is_river

    Support Versions: 1.18.1 <

    ex) getBiomeTag(" is_nether") => ["minecraft:nether_wastes", "minecraft:basalt_deltas", "minecraft:soul_sand_valley", "minecraft:crimson_forest", " minecraft:warped_forest"]

JitPack

Gradle

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation 'com.github.ipecter:RTUBiomeLib:1.9.3'
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.ipecter</groupId>
    <artifactId>RTUBiomeLib</artifactId>
    <version>1.9.3</version>
</dependency>

About

[ Minecraft Plugin ] 1.17.0 ~ 1.21 Biome Library, Get Custom Biome!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0