Interface BiomePattern
- All Known Implementing Classes:
BiomeType,ForgetfulExtentBuffer
public interface BiomePattern
Returns a
BiomeType for a given position.-
Method Summary
Modifier and TypeMethodDescriptiondefault BiomeTypeapply(BlockVector2 position) Deprecated.default BiomeTypeapplyBiome(BlockVector3 position) Return aBiomeTypefor the given position.
-
Method Details
-
apply
Deprecated.Return aBiomeTypefor the given position.- Parameters:
position- the position- Returns:
- a biome
-
applyBiome
@NonAbstractForCompatibility(delegateName="apply", delegateParams=BlockVector2.class) default BiomeType applyBiome(BlockVector3 position) Return aBiomeTypefor the given position.- Parameters:
position- the position- Returns:
- a biome
-
applyBiome(BlockVector3)