mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-25 09:31:46 +01:00
Added some basic javadoc header to HeadCache
This commit is contained in:
parent
4e56ff8c92
commit
51c69f34af
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user