mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
rename registry
This commit is contained in:
parent
5335101e28
commit
07129d90f7
2 changed files with 5 additions and 1 deletions
|
@ -354,7 +354,7 @@ public interface Registry<T extends Keyed> extends Iterable<T> {
|
||||||
*
|
*
|
||||||
* @see PoiType
|
* @see PoiType
|
||||||
*/
|
*/
|
||||||
Registry<PoiType> POI_TYPE = Objects.requireNonNull(Bukkit.getRegistry(PoiType.class), "No registry present for PoiType. This is a bug.");
|
Registry<PoiType> POINT_OF_INTEREST_TYPE = Objects.requireNonNull(Bukkit.getRegistry(PoiType.class), "No registry present for PoiType. This is a bug.");
|
||||||
/**
|
/**
|
||||||
* Get the object by its key.
|
* Get the object by its key.
|
||||||
*
|
*
|
||||||
|
|
4
src/main/java/org/bukkit/util/PoiSearchResult.java
Normal file
4
src/main/java/org/bukkit/util/PoiSearchResult.java
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
package org.bukkit.util;
|
||||||
|
|
||||||
|
public interface PoiSearchResult {
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue