Package | Description |
---|---|
com.destroystokyo.paper | |
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
Modifier and Type | Method and 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 and Description |
---|---|
default @NotNull Block |
World.getHighestBlockAt(int x,
int z,
HeightmapType heightmap)
Deprecated.
Upstream has added support for this, use
World.getHighestBlockAt(int, int, HeightMap) |
default @NotNull Block |
World.getHighestBlockAt(@NotNull 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(@NotNull Location location,
HeightmapType heightmap)
Deprecated.
Upstream has added support for this, use
World.getHighestBlockYAt(Location, HeightMap) |
@NotNull Location |
Location.toHighestLocation(HeightmapType heightmap)
Deprecated.
|
Copyright © 2021. All rights reserved.