public static class Types_v1_21_2.ItemSubPredicate.WrittenBookContent extends java.lang.Object implements Types_v1_21_2.ItemSubPredicate
| Modifier and Type | Class and Description |
|---|---|
static class |
Types_v1_21_2.ItemSubPredicate.WrittenBookContent.PageContent |
Types_v1_21_2.ItemSubPredicate.AttributeModifiers, Types_v1_21_2.ItemSubPredicate.BundleContents, Types_v1_21_2.ItemSubPredicate.Container, Types_v1_21_2.ItemSubPredicate.CustomData, Types_v1_21_2.ItemSubPredicate.Damage, Types_v1_21_2.ItemSubPredicate.Enchantments, Types_v1_21_2.ItemSubPredicate.FireworkExplosion, Types_v1_21_2.ItemSubPredicate.Fireworks, Types_v1_21_2.ItemSubPredicate.JukeboxPlayable, Types_v1_21_2.ItemSubPredicate.PotionContents, Types_v1_21_2.ItemSubPredicate.StoredEnchantments, Types_v1_21_2.ItemSubPredicate.Trim, Types_v1_21_2.ItemSubPredicate.Type, Types_v1_21_2.ItemSubPredicate.WritableBookContent, Types_v1_21_2.ItemSubPredicate.WrittenBookContent| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHOR |
static java.lang.String |
GENERATION |
static java.lang.String |
PAGES |
static java.lang.String |
RESOLVED |
static java.lang.String |
TITLE |
| Constructor and Description |
|---|
WrittenBookContent() |
WrittenBookContent(Types_v1_21_2.CollectionPredicate<Types_v1_21_2.ItemSubPredicate.WrittenBookContent.PageContent> pages,
java.lang.String author,
java.lang.String title,
Types_v1_21_2.MinMaxInt generation,
boolean resolved) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAuthor() |
Types_v1_21_2.MinMaxInt |
getGeneration() |
Types_v1_21_2.CollectionPredicate<Types_v1_21_2.ItemSubPredicate.WrittenBookContent.PageContent> |
getPages() |
java.lang.String |
getTitle() |
Types_v1_21_2.ItemSubPredicate.Type |
getType() |
int |
hashCode() |
boolean |
isResolved() |
void |
setAuthor(java.lang.String author) |
void |
setGeneration(Types_v1_21_2.MinMaxInt generation) |
void |
setPages(Types_v1_21_2.CollectionPredicate<Types_v1_21_2.ItemSubPredicate.WrittenBookContent.PageContent> pages) |
void |
setResolved(boolean resolved) |
void |
setTitle(java.lang.String title) |
java.lang.String |
toString() |
public static final java.lang.String PAGES
public static final java.lang.String AUTHOR
public static final java.lang.String TITLE
public static final java.lang.String GENERATION
public static final java.lang.String RESOLVED
public WrittenBookContent()
public WrittenBookContent(Types_v1_21_2.CollectionPredicate<Types_v1_21_2.ItemSubPredicate.WrittenBookContent.PageContent> pages, java.lang.String author, java.lang.String title, Types_v1_21_2.MinMaxInt generation, boolean resolved)
public Types_v1_21_2.ItemSubPredicate.Type getType()
getType in interface Types_v1_21_2.ItemSubPredicatepublic Types_v1_21_2.CollectionPredicate<Types_v1_21_2.ItemSubPredicate.WrittenBookContent.PageContent> getPages()
public java.lang.String getAuthor()
public java.lang.String getTitle()
public Types_v1_21_2.MinMaxInt getGeneration()
public boolean isResolved()
public void setPages(Types_v1_21_2.CollectionPredicate<Types_v1_21_2.ItemSubPredicate.WrittenBookContent.PageContent> pages)
public void setAuthor(java.lang.String author)
public void setTitle(java.lang.String title)
public void setGeneration(Types_v1_21_2.MinMaxInt generation)
public void setResolved(boolean resolved)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object