Class SNbtParserPopup
java.lang.Object
net.lenni0451.imnbt.ui.types.Popup<SNbtParserPopup>
net.lenni0451.imnbt.ui.popups.snbt.SNbtParserPopup
A popup to parse SNbt to a tag.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.lenni0451.imnbt.ui.types.Popup
Popup.PopupCallback<P> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.lenni0451.mcstructs.nbt.NbtTagprotected voidrenderContent(ImNbtDrawer drawer) Render the popup content.
-
Constructor Details
-
SNbtParserPopup
-
-
Method Details
-
getParsedTag
public net.lenni0451.mcstructs.nbt.NbtTag getParsedTag() -
renderContent
Description copied from class:PopupRender the popup content.- Specified by:
renderContentin classPopup<SNbtParserPopup>- Parameters:
drawer- The drawer instance
-