| Package | Description |
|---|---|
| com.destroystokyo.paper | |
| org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HeightmapType |
HeightmapType.valueOf(String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HeightmapType[] |
HeightmapType.values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
default Block |
World.getHighestBlockAt(int x,
int z,
HeightmapType heightmap) |
Deprecated.
Upstream has added support for this, use
World.getHighestBlockAt(int, int, HeightMap) |
default Block |
World.getHighestBlockAt(Location location,
HeightmapType heightmap) |
Deprecated.
Upstream has added support for this, use
World.getHighestBlockAt(Location, HeightMap) |
int |
World.getHighestBlockYAt(int x,
int z,
HeightmapType heightmap) |
Deprecated.
Upstream has added support for this, use
World.getHighestBlockYAt(int, int, HeightMap) |
default int |
World.getHighestBlockYAt(Location location,
HeightmapType heightmap) |
Deprecated.
Upstream has added support for this, use
World.getHighestBlockYAt(Location, HeightMap) |
Location |
Location.toHighestLocation(HeightmapType heightmap) |
Returns a copy of this location except with y = getWorld().getHighestBlockYAt(this.getBlockX(), this.getBlockZ(), heightmap)
|
Copyright © 2020. All rights reserved.