Class SkullCache
java.lang.Object
org.geysermc.geyser.session.cache.SkullCache
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidvoidremoveSkull(com.nukkitx.math.vector.Vector3i position)void
-
Constructor Details
-
SkullCache
-
-
Method Details
-
putSkull
public void putSkull(com.nukkitx.math.vector.Vector3i position, String texturesProperty, int blockState) -
removeSkull
public void removeSkull(com.nukkitx.math.vector.Vector3i position) -
updateVisibleSkulls
public void updateVisibleSkulls() -
clear
public void clear()
-