Class SkullBlockEntity

All Implemented Interfaces:
ICapabilityProvider, ICapabilityProviderImpl<BlockEntity>, ICapabilitySerializable<CompoundTag>, IForgeBlockEntity, INBTSerializable<CompoundTag>

public class SkullBlockEntity extends BlockEntity
  • Field Details

    • TAG_SKULL_OWNER

      public static final String TAG_SKULL_OWNER
      See Also:
    • TAG_NOTE_BLOCK_SOUND

      public static final String TAG_NOTE_BLOCK_SOUND
      See Also:
    • mainThreadExecutor

      @Nullable private static Executor mainThreadExecutor
    • profileCache

      @Nullable private static com.google.common.cache.LoadingCache<String,CompletableFuture<Optional<com.mojang.authlib.GameProfile>>> profileCache
    • CHECKED_MAIN_THREAD_EXECUTOR

      private static final Executor CHECKED_MAIN_THREAD_EXECUTOR
    • owner

      @Nullable private com.mojang.authlib.GameProfile owner
    • noteBlockSound

      @Nullable private ResourceLocation noteBlockSound
    • animationTickCount

      private int animationTickCount
    • isAnimating

      private boolean isAnimating
  • Constructor Details

  • Method Details