mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Upstream merge
This commit is contained in:
@ -35,6 +35,7 @@ public interface BiomeRegistry {
|
||||
* @param biome the biome
|
||||
* @return a data object or null if information is not known
|
||||
*/
|
||||
@Deprecated
|
||||
@Nullable
|
||||
BiomeData getData(BiomeType biome);
|
||||
|
||||
|
@ -40,6 +40,7 @@ public interface BlockRegistry {
|
||||
* @param blockType the block
|
||||
* @return The name, or null if it's unknown
|
||||
*/
|
||||
@Deprecated
|
||||
@Nullable
|
||||
String getName(BlockType blockType);
|
||||
|
||||
|
@ -33,6 +33,7 @@ public interface ItemRegistry {
|
||||
* @param itemType the item
|
||||
* @return The name, or null if it's unknown
|
||||
*/
|
||||
@Deprecated
|
||||
@Nullable
|
||||
String getName(ItemType itemType);
|
||||
|
||||
|
Reference in New Issue
Block a user