public class EntryData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
BookContent[][] |
content
The content that gets displayed on the pages of the entry.
|
net.minecraft.item.ItemStack |
icon
The item that will be displayed next to the title.
|
java.lang.String |
loader
The name of the page factory.
|
java.lang.String[] |
subEntries
All sub entries of this entry.
|
java.lang.String |
title
The localized title of the entry.
|
| Constructor and Description |
|---|
EntryData() |
public java.lang.String title
public BookContent[][] content
public java.lang.String[] subEntries
public java.lang.String loader
public net.minecraft.item.ItemStack icon