Class BlockyAnimationCache
java.lang.Object
com.hypixel.hytale.server.core.asset.common.BlockyAnimationCache
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<String, BlockyAnimationCache.BlockyAnimation> static final com.hypixel.hytale.logger.HytaleLogger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CommonAsset asset) private static CompletableFuture<BlockyAnimationCache.BlockyAnimation> get0(CommonAsset asset) getNow(CommonAsset asset) static voidinvalidate(String name)
-
Field Details
-
LOGGER
public static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
animations
-
-
Constructor Details
-
BlockyAnimationCache
public BlockyAnimationCache()
-
-
Method Details
-
get
-
get
@Nonnull public static CompletableFuture<BlockyAnimationCache.BlockyAnimation> get(@Nonnull CommonAsset asset) -
getNow
-
getNow
-
get0
@Nonnull private static CompletableFuture<BlockyAnimationCache.BlockyAnimation> get0(@Nonnull CommonAsset asset) -
invalidate
-