Added some basic javadoc header to HeadCache

This commit is contained in:
Florian CUNY 2020-06-26 17:15:15 +02:00
parent 4e56ff8c92
commit 51c69f34af

View File

@ -2,6 +2,10 @@ package world.bentobox.bentobox.util.heads;
import org.bukkit.inventory.ItemStack;
/**
* @since 1.14.0
* @author tastybento
*/
public class HeadCache {
private final ItemStack head;
private final long timestamp;