Class BiomeProviderMock

java.lang.Object
org.bukkit.generator.BiomeProvider
be.seeseemelk.mockbukkit.generator.BiomeProviderMock

public class BiomeProviderMock extends org.bukkit.generator.BiomeProvider
Mock implementation of a BiomeProvider.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull org.bukkit.block.Biome
    getBiome(@NotNull org.bukkit.generator.WorldInfo worldInfo, int x, int y, int z)
     
    @NotNull List<org.bukkit.block.Biome>
    getBiomes(@NotNull org.bukkit.generator.WorldInfo worldInfo)
     

    Methods inherited from class org.bukkit.generator.BiomeProvider

    getBiome

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BiomeProviderMock

      public BiomeProviderMock()
  • Method Details

    • getBiome

      @NotNull public @NotNull org.bukkit.block.Biome getBiome(@NotNull @NotNull org.bukkit.generator.WorldInfo worldInfo, int x, int y, int z)
      Specified by:
      getBiome in class org.bukkit.generator.BiomeProvider
    • getBiomes

      @NotNull public @NotNull List<org.bukkit.block.Biome> getBiomes(@NotNull @NotNull org.bukkit.generator.WorldInfo worldInfo)
      Specified by:
      getBiomes in class org.bukkit.generator.BiomeProvider