Class BiomeCommand

java.lang.Object
dk.lockfuglsang.minecraft.command.AbstractCommand
All Implemented Interfaces:
dk.lockfuglsang.minecraft.command.Command

public class BiomeCommand extends RequireIslandCommand
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Map<String,org.bukkit.block.Biome>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    biomeExists(String biomeName)
     

    Methods inherited from class us.talabrek.ultimateskyblock.command.island.RequirePlayerCommand

    execute

    Methods inherited from class dk.lockfuglsang.minecraft.command.AbstractCommand

    accept, addFeaturePermission, getAliases, getDescription, getFeaturePermissions, getName, getParams, getParent, getPermission, getTabCompleter, getUsage, hasPermission, hasPermissionOverride, join, join, setParent

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BIOMES

      public static final Map<String,org.bukkit.block.Biome> BIOMES
  • Constructor Details

  • Method Details

    • biomeExists

      public static boolean biomeExists(String biomeName)