Class LodestoneCache
java.lang.Object
org.geysermc.geyser.session.cache.LodestoneCache
A temporary cache for lodestone information.
Bedrock requests the lodestone position information separately from the item.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheInventoryItem(GeyserItemStack itemStack)
void
clear()
getPos(int id)
int
store(com.github.steveice10.opennbt.tag.builtin.CompoundTag tag)
-
Constructor Details
-
LodestoneCache
public LodestoneCache()
-
-
Method Details
-
cacheInventoryItem
-
store
public int store(com.github.steveice10.opennbt.tag.builtin.CompoundTag tag) -
getPos
-
clear
public void clear()
-