Package org.cloudburstmc.server.utils
Class PageContent
java.lang.Object
org.cloudburstmc.server.utils.PageContent
- All Implemented Interfaces:
org.cloudburstmc.api.item.data.Page
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.nukkitx.nbt.NbtMapstatic PageContentfrom(com.nukkitx.nbt.NbtMap tag)static PageContentstatic PageContentgetText()booleanisValid()
-
Constructor Details
-
PageContent
public PageContent()
-
-
Method Details
-
from
-
from
-
from
-
getText
- Specified by:
getTextin interfaceorg.cloudburstmc.api.item.data.Page
-
getPhotoName
- Specified by:
getPhotoNamein interfaceorg.cloudburstmc.api.item.data.Page
-
createTag
public com.nukkitx.nbt.NbtMap createTag() -
isValid
public boolean isValid()- Specified by:
isValidin interfaceorg.cloudburstmc.api.item.data.Page
-