Class BiomeMask2D
java.lang.Object
com.sk89q.worldedit.function.mask.AbstractMask2D
com.sk89q.worldedit.function.mask.BiomeMask2D
- All Implemented Interfaces:
- Mask2D
Deprecated.
Tests true if the biome at applied points is the same as the one given.
- 
Constructor SummaryConstructorsConstructorDescriptionBiomeMask2D(Extent extent, BiomeType... biome) Deprecated.Create a new biome mask.BiomeMask2D(Extent extent, Collection<BiomeType> biomes) Deprecated.Create a new biome mask.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.Add the given biomes to the list of criteria.voidadd(Collection<BiomeType> biomes) Deprecated.Add the given biomes to the list of criteria.copy2D()Deprecated.Deprecated.Get the list of biomes that are tested with.booleantest(BlockVector2 vector) Deprecated.Returns true if the criteria is met.
- 
Constructor Details- 
BiomeMask2DDeprecated.Create a new biome mask.- Parameters:
- extent- the extent
- biomes- a list of biomes to match
 
- 
BiomeMask2DDeprecated.Create a new biome mask.- Parameters:
- extent- the extent
- biome- an array of biomes to match
 
 
- 
- 
Method Details- 
addDeprecated.Add the given biomes to the list of criteria.- Parameters:
- biomes- a list of biomes
 
- 
addDeprecated.Add the given biomes to the list of criteria.- Parameters:
- biome- an array of biomes
 
- 
getBiomesDeprecated.Get the list of biomes that are tested with.- Returns:
- a list of biomes
 
- 
testDeprecated.Description copied from interface:Mask2DReturns true if the criteria is met.- Parameters:
- vector- the vector to test
- Returns:
- true if the criteria is met
 
- 
copy2DDeprecated.
 
- 
BiomeMaskas biomes are now 3D.