public static class ItemResearchNote.ResearchNote
extends java.lang.Object
| Constructor and Description |
|---|
ResearchNote(com.mojang.authlib.GameProfile researcher,
ItemResearchNote.EnumNoteType type,
net.minecraft.nbt.NBTTagCompound inner) |
ResearchNote(net.minecraft.nbt.NBTTagCompound compound) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTooltip(java.util.List<java.lang.String> list) |
boolean |
registerResults(net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player) |
net.minecraft.nbt.NBTTagCompound |
writeToNBT(net.minecraft.nbt.NBTTagCompound compound) |
public ResearchNote(com.mojang.authlib.GameProfile researcher,
ItemResearchNote.EnumNoteType type,
net.minecraft.nbt.NBTTagCompound inner)
public ResearchNote(@Nullable
net.minecraft.nbt.NBTTagCompound compound)
public net.minecraft.nbt.NBTTagCompound writeToNBT(net.minecraft.nbt.NBTTagCompound compound)
public void addTooltip(java.util.List<java.lang.String> list)
public boolean registerResults(net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player)