Package ch.njol.skript.hooks.biomes
Class BiomeHook
Hook for using 1.13 biome names on older Minecraft versions. note that this
class used to allow using 1.8 biome names on 1.9 or newer.
-
Field Summary
Modifier and TypeFieldDescriptionstatic BiomeHook
static @Nullable EnumUtils<BiomeMapUtil.To19Mapping>
Used on Minecraft 1.9-1.12 to provide biome support. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
static EnumUtils<BiomeMapUtil.To19Mapping>
getUtil()
protected boolean
init()
Called when the plugin has been successfully hookedprotected void
-
Field Details
-
instance
-
util19
Used on Minecraft 1.9-1.12 to provide biome support.
-
-
Constructor Details
-
BiomeHook
- Throws:
IOException
-
-
Method Details
-
getUtil
-
init
protected boolean init()Description copied from class:Hook
Called when the plugin has been successfully hooked -
getName
-
loadClasses
- Overrides:
loadClasses
in classHook<Skript>
- Throws:
IOException
-