mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 05:30:23 -07:00
Fix MenuType.SMITHING JavaDocs (#12226)
This commit is contained in:
parent
8de7e356fa
commit
a866e366b2
@ -116,7 +116,7 @@ public interface MenuType extends Keyed, io.papermc.paper.world.flag.FeatureDepe
|
|||||||
*/
|
*/
|
||||||
MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> SHULKER_BOX = get("shulker_box");
|
MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> SHULKER_BOX = get("shulker_box");
|
||||||
/**
|
/**
|
||||||
* A MenuType which represents a stonecutter.
|
* A MenuType which represents a smithing table.
|
||||||
*/
|
*/
|
||||||
MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> SMITHING = get("smithing");
|
MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> SMITHING = get("smithing");
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user