Class net.minecraft.world.biome.OverworldBiomeCreator

This description should be content pulled from the first comments of a lua file.

Static Fields

int OverworldBiomeCreator.DEFAULT_WATER_COLOR This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int OverworldBiomeCreator.DEFAULT_WATER_FOG_COLOR This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

OverworldBiomeCreator.createBadlands(plateau) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createBeach(snowy, stony) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createColdOcean(deep) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createDarkForest() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createDesert() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createDripstoneCaves() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createFrozenOcean(monument) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createFrozenPeaks() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createGrove() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createJaggedPeaks() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createJungle() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createLukewarmOcean(deep) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createLushCaves() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createMeadow() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createMushroomFields() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createNormalBambooJungle() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createNormalForest(birch, oldGrowth, flower) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createNormalOcean(deep) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createOldGrowthTaiga(spruce) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createPlains(sunflower, snowy, iceSpikes) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createRiver(frozen) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createSavanna(windswept, plateau) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createSnowySlopes() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createSparseJungle() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createStonyPeaks() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createSwamp() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createTaiga(cold) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createTheVoid() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createWarmOcean() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.createWindsweptHills(forest) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
OverworldBiomeCreator.getSkyColor(temperature) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

OverworldBiomeCreator() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

OverworldBiomeCreator.createBadlands(plateau)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • plateau boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createBeach(snowy, stony)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • snowy boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • stony boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createColdOcean(deep)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • deep boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createDarkForest()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createDesert()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createDripstoneCaves()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createFrozenOcean(monument)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • monument boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createFrozenPeaks()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createGrove()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createJaggedPeaks()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createJungle()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createLukewarmOcean(deep)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • deep boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createLushCaves()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createMeadow()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createMushroomFields()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createNormalBambooJungle()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createNormalForest(birch, oldGrowth, flower)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • birch boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • oldGrowth boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • flower boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createNormalOcean(deep)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • deep boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createOldGrowthTaiga(spruce)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • spruce boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createPlains(sunflower, snowy, iceSpikes)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • sunflower boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • snowy boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • iceSpikes boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createRiver(frozen)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • frozen boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createSavanna(windswept, plateau)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • windswept boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • plateau boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createSnowySlopes()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createSparseJungle()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createStonyPeaks()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createSwamp()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createTaiga(cold)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • cold boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createTheVoid()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createWarmOcean()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.createWindsweptHills(forest)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • forest boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Biome This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
OverworldBiomeCreator.getSkyColor(temperature)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • temperature number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Constructors

OverworldBiomeCreator()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"