Class SkullCache
java.lang.Object
org.geysermc.geyser.session.cache.SkullCache
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Map<org.cloudburstmc.math.vector.Vector3i,SkullCache.Skull>putSkull(org.cloudburstmc.math.vector.Vector3i position, UUID uuid, String texturesProperty, int blockState)voidremoveSkull(org.cloudburstmc.math.vector.Vector3i position)updateSkull(org.cloudburstmc.math.vector.Vector3i position, int blockState)void
-
Constructor Details
-
SkullCache
-
-
Method Details
-
putSkull
public SkullCache.Skull putSkull(org.cloudburstmc.math.vector.Vector3i position, UUID uuid, String texturesProperty, int blockState) -
removeSkull
public void removeSkull(org.cloudburstmc.math.vector.Vector3i position) -
updateSkull
public SkullCache.Skull updateSkull(org.cloudburstmc.math.vector.Vector3i position, int blockState) -
updateVisibleSkulls
public void updateVisibleSkulls() -
clear
public void clear() -
getSkulls
-