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 skinUrl, String skinHash, BlockState blockState) @Nullable SkullCache.SkullputSkull(org.cloudburstmc.math.vector.Vector3i position, org.geysermc.mcprotocollib.auth.GameProfile resolved, BlockState blockState) voidremoveSkull(org.cloudburstmc.math.vector.Vector3i position) updateSkull(org.cloudburstmc.math.vector.Vector3i position, BlockState blockState) void
-
Constructor Details
-
SkullCache
-
-
Method Details
-
putSkull
public @Nullable SkullCache.Skull putSkull(org.cloudburstmc.math.vector.Vector3i position, org.geysermc.mcprotocollib.auth.GameProfile resolved, BlockState blockState) -
putSkull
public SkullCache.Skull putSkull(org.cloudburstmc.math.vector.Vector3i position, UUID uuid, String skinUrl, String skinHash, BlockState blockState) -
removeSkull
public void removeSkull(org.cloudburstmc.math.vector.Vector3i position) -
updateSkull
public SkullCache.Skull updateSkull(org.cloudburstmc.math.vector.Vector3i position, BlockState blockState) -
updateVisibleSkulls
public void updateVisibleSkulls() -
clear
public void clear() -
getSkulls
-